Cornsilk Hex Code — #FFF8DC
RGB, HSL, and CMYK values for Cornsilk.
Cornsilk Color Values
| Format | Value |
|---|---|
| HEX | #FFF8DC |
| RGB | rgb(255, 248, 220) |
| HSL | hsl(48, 100%, 93%) |
| CMYK | cmyk(0%, 3%, 14%, 0%) |
Want to explore more shades? Use our Color Converter
About Cornsilk
Color psychology: Warmth, simplicity.
Cornsilk (#FFF8DC) is a light shade of brown. It's commonly used in web design, graphic design, and branding where warmth, simplicity are desired associations.
How to Use Cornsilk in CSS
/* Using HEX */ color: #FFF8DC; background-color: #FFF8DC; /* Using RGB */ color: rgb(255, 248, 220); /* Using HSL */ color: hsl(48, 100%, 93%);