Light Yellow Hex Code — #FFFFE0
RGB, HSL, and CMYK values for Light Yellow.
Light Yellow Color Values
| Format | Value |
|---|---|
| HEX | #FFFFE0 |
| RGB | rgb(255, 255, 224) |
| HSL | hsl(60, 100%, 94%) |
| CMYK | cmyk(0%, 0%, 12%, 0%) |
Want to explore more shades? Use our Color Converter
About Light Yellow
Color psychology: Cheerfulness, freshness.
Light Yellow (#FFFFE0) is a light shade of yellow. It's commonly used in web design, graphic design, and branding where cheerfulness, freshness are desired associations.
How to Use Light Yellow in CSS
/* Using HEX */ color: #FFFFE0; background-color: #FFFFE0; /* Using RGB */ color: rgb(255, 255, 224); /* Using HSL */ color: hsl(60, 100%, 94%);