Shades of Bisque #FFE5CA
Tints of Bisque #FFE5CA
RGB
CMYK
RGB Variations
Color information
#FFE5CA (or 0xFFE5CA) is known color: Bisque. HEX triplet: FF, E5 and CA. RGB value is (255,229,202). Sum of RGB (Red+Green+Blue) = 255+229+202=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 202 (79.30% from 255 or 29.45% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5CA is #001A35. Grayscale: #E9E9E9. Windows color (decimal): -6710 or 13297151. OLE color: 13297151.
HSL color Cylindrical-coordinate representation of color #FFE5CA: hue angle of 30.57º 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 #FFE5CA is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 202 | - |
| CMYK | 0 | 0.10 | 0.21 | 0 |
| HSL | 30.57º | 1% | 0.9% | - |
| HSV(B) | 30.57º | 0.21% | 1% | - |
| XYZ | 79.92 | 81.56 | 67.41 | - |
| YUV | 233.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 202 | 0 | 0.10 | 0.21 | 0 | 30.57 | 1 | 0.9 |
| Hex | FF | E5 | CA | 0 | A | 15 | 0 | 1F | 64 | 5A |
| Octal | 377 | 345 | 312 | 0 | 12 | 25 | 0 | 37 | 144 | 132 |
| Binary | 11111111 | 11100101 | 11001010 | 0 | 1010 | 10101 | 0 | 11111 | 1100100 | 1011010 |
Color Harmonies of #FFE5CA
Complementary color
Monochromatic Colors of #FFE5CA
Black with #FFE5CA
Text Example
Text Example
White with #FFE5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5CA; }
p { color: rgb(255,229,202); }
H1.HeaderClassName
{
color: #FFE5CA;
}
.AnyTagClassName
{
color: #FFE5CA;
}
</style>
background-color css
<style>
a { background-color: #FFE5CA; }
a { background-color: rgb(255,229,202); }
div.DivClassName
{
background-color: #FFE5CA;
}
.BgClassName
{
background-color: #FFE5CA;
}
</style>
border-color css
<style>
span { border-color: #FFE5CA; }
span { border-color: rgb(255,229,202); }
td.TdClassName
{
border-color: #FFE5CA;
}
.TagClassName
{
border-color: #FFE5CA;
}
</style>