Misty Rose Hex Code — #FFE4E1
RGB, HSL, and CMYK values for Misty Rose.
Misty Rose Color Values
| Format | Value |
|---|---|
| HEX | #FFE4E1 |
| RGB | rgb(255, 228, 225) |
| HSL | hsl(6, 100%, 94%) |
| CMYK | cmyk(0%, 11%, 12%, 0%) |
Want to explore more shades? Use our Color Converter
About Misty Rose
Color psychology: Gentleness, comfort.
Misty Rose (#FFE4E1) is a light shade of pink. It's commonly used in web design, graphic design, and branding where gentleness, comfort are desired associations.
How to Use Misty Rose in CSS
/* Using HEX */ color: #FFE4E1; background-color: #FFE4E1; /* Using RGB */ color: rgb(255, 228, 225); /* Using HSL */ color: hsl(6, 100%, 94%);