Cream Hex Code — #FFFDD0
RGB, HSL, and CMYK values for Cream.
Cream Color Values
| Format | Value |
|---|---|
| HEX | #FFFDD0 |
| RGB | rgb(255, 253, 208) |
| HSL | hsl(57, 100%, 91%) |
| CMYK | cmyk(0%, 1%, 18%, 0%) |
Want to explore more shades? Use our Color Converter
About Cream
Color psychology: Elegance, calm.
Cream (#FFFDD0) is a light shade of yellow. It's commonly used in web design, graphic design, and branding where elegance, calm are desired associations.
How to Use Cream in CSS
/* Using HEX */ color: #FFFDD0; background-color: #FFFDD0; /* Using RGB */ color: rgb(255, 253, 208); /* Using HSL */ color: hsl(57, 100%, 91%);