Lemon Chiffon Hex Code — #FFFACD
RGB, HSL, and CMYK values for Lemon Chiffon.
Lemon Chiffon Color Values
| Format | Value |
|---|---|
| HEX | #FFFACD |
| RGB | rgb(255, 250, 205) |
| HSL | hsl(54, 100%, 90%) |
| CMYK | cmyk(0%, 2%, 20%, 0%) |
Want to explore more shades? Use our Color Converter
About Lemon Chiffon
Color psychology: Delicacy, softness.
Lemon Chiffon (#FFFACD) is a light shade of yellow. It's commonly used in web design, graphic design, and branding where delicacy, softness are desired associations.
How to Use Lemon Chiffon in CSS
/* Using HEX */ color: #FFFACD; background-color: #FFFACD; /* Using RGB */ color: rgb(255, 250, 205); /* Using HSL */ color: hsl(54, 100%, 90%);