Blanched Almond Hex Code — #FFEBCD
RGB, HSL, and CMYK values for Blanched Almond.
Blanched Almond Color Values
| Format | Value |
|---|---|
| HEX | #FFEBCD |
| RGB | rgb(255, 235, 205) |
| HSL | hsl(36, 100%, 90%) |
| CMYK | cmyk(0%, 8%, 20%, 0%) |
Want to explore more shades? Use our Color Converter
About Blanched Almond
Color psychology: Purity, naturalness.
Blanched Almond (#FFEBCD) is a light shade of brown. It's commonly used in web design, graphic design, and branding where purity, naturalness are desired associations.
How to Use Blanched Almond in CSS
/* Using HEX */ color: #FFEBCD; background-color: #FFEBCD; /* Using RGB */ color: rgb(255, 235, 205); /* Using HSL */ color: hsl(36, 100%, 90%);