Pearl Hex Code — #FDEEF4
RGB, HSL, and CMYK values for Pearl.
Pearl Color Values
| Format | Value |
|---|---|
| HEX | #FDEEF4 |
| RGB | rgb(253, 238, 244) |
| HSL | hsl(336, 79%, 96%) |
| CMYK | cmyk(0%, 6%, 4%, 1%) |
Want to explore more shades? Use our Color Converter
About Pearl
Color psychology: Luxury, purity.
Pearl (#FDEEF4) is a light shade of white. It's commonly used in web design, graphic design, and branding where luxury, purity are desired associations.
How to Use Pearl in CSS
/* Using HEX */ color: #FDEEF4; background-color: #FDEEF4; /* Using RGB */ color: rgb(253, 238, 244); /* Using HSL */ color: hsl(336, 79%, 96%);