Apricot Hex Code — #FBCEB1
RGB, HSL, and CMYK values for Apricot.
Apricot Color Values
| Format | Value |
|---|---|
| HEX | #FBCEB1 |
| RGB | rgb(251, 206, 177) |
| HSL | hsl(24, 90%, 84%) |
| CMYK | cmyk(0%, 18%, 29%, 2%) |
Want to explore more shades? Use our Color Converter
About Apricot
Color psychology: Gentleness, sweetness.
Apricot (#FBCEB1) is a light shade of orange. It's commonly used in web design, graphic design, and branding where gentleness, sweetness are desired associations.
How to Use Apricot in CSS
/* Using HEX */ color: #FBCEB1; background-color: #FBCEB1; /* Using RGB */ color: rgb(251, 206, 177); /* Using HSL */ color: hsl(24, 90%, 84%);