Bisque Hex Code — #FFE4C4
RGB, HSL, and CMYK values for Bisque.
Bisque Color Values
| Format | Value |
|---|---|
| HEX | #FFE4C4 |
| RGB | rgb(255, 228, 196) |
| HSL | hsl(33, 100%, 88%) |
| CMYK | cmyk(0%, 11%, 23%, 0%) |
Want to explore more shades? Use our Color Converter
About Bisque
Color psychology: Softness, comfort.
Bisque (#FFE4C4) is a light shade of brown. It's commonly used in web design, graphic design, and branding where softness, comfort are desired associations.
How to Use Bisque in CSS
/* Using HEX */ color: #FFE4C4; background-color: #FFE4C4; /* Using RGB */ color: rgb(255, 228, 196); /* Using HSL */ color: hsl(33, 100%, 88%);