Shades of Bisque #FFE4CA
Tints of Bisque #FFE4CA
RGB
CMYK
RGB Variations
Color information
#FFE4CA (or 0xFFE4CA) is known color: Bisque. HEX triplet: FF, E4 and CA. RGB value is (255,228,202). Sum of RGB (Red+Green+Blue) = 255+228+202=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 202 (79.30% from 255 or 29.49% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4CA is #001B35. Grayscale: #E9E9E9. Windows color (decimal): -6966 or 13296895. OLE color: 13296895.
HSL color Cylindrical-coordinate representation of color #FFE4CA: hue angle of 29.43º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFE4CA is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 202 | - |
| CMYK | 0 | 0.11 | 0.21 | 0 |
| HSL | 29.43º | 1% | 0.9% | - |
| HSV(B) | 29.43º | 0.21% | 1% | - |
| XYZ | 79.64 | 81.01 | 67.32 | - |
| YUV | 233.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 202 | 0 | 0.11 | 0.21 | 0 | 29.43 | 1 | 0.9 |
| Hex | FF | E4 | CA | 0 | B | 15 | 0 | 1D | 64 | 5A |
| Octal | 377 | 344 | 312 | 0 | 13 | 25 | 0 | 35 | 144 | 132 |
| Binary | 11111111 | 11100100 | 11001010 | 0 | 1011 | 10101 | 0 | 11101 | 1100100 | 1011010 |
Color Harmonies of #FFE4CA
Complementary color
Monochromatic Colors of #FFE4CA
Black with #FFE4CA
Text Example
Text Example
White with #FFE4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4CA; }
p { color: rgb(255,228,202); }
H1.HeaderClassName
{
color: #FFE4CA;
}
.AnyTagClassName
{
color: #FFE4CA;
}
</style>
background-color css
<style>
a { background-color: #FFE4CA; }
a { background-color: rgb(255,228,202); }
div.DivClassName
{
background-color: #FFE4CA;
}
.BgClassName
{
background-color: #FFE4CA;
}
</style>
border-color css
<style>
span { border-color: #FFE4CA; }
span { border-color: rgb(255,228,202); }
td.TdClassName
{
border-color: #FFE4CA;
}
.TagClassName
{
border-color: #FFE4CA;
}
</style>