Shades of Bisque #FFE2CA
Tints of Bisque #FFE2CA
RGB
CMYK
RGB Variations
Color information
#FFE2CA (or 0xFFE2CA) is known color: Bisque. HEX triplet: FF, E2 and CA. RGB value is (255,226,202). Sum of RGB (Red+Green+Blue) = 255+226+202=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 202 (79.30% from 255 or 29.58% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2CA is #001D35. Grayscale: #E8E8E8. Windows color (decimal): -7478 or 13296383. OLE color: 13296383.
HSL color Cylindrical-coordinate representation of color #FFE2CA: hue angle of 27.17º 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 #FFE2CA is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 202 | - |
| CMYK | 0 | 0.11 | 0.21 | 0 |
| HSL | 27.17º | 1% | 0.9% | - |
| HSV(B) | 27.17º | 0.21% | 1% | - |
| XYZ | 79.1 | 79.92 | 67.13 | - |
| YUV | 231.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 202 | 0 | 0.11 | 0.21 | 0 | 27.17 | 1 | 0.9 |
| Hex | FF | E2 | CA | 0 | B | 15 | 0 | 1B | 64 | 5A |
| Octal | 377 | 342 | 312 | 0 | 13 | 25 | 0 | 33 | 144 | 132 |
| Binary | 11111111 | 11100010 | 11001010 | 0 | 1011 | 10101 | 0 | 11011 | 1100100 | 1011010 |
Color Harmonies of #FFE2CA
Complementary color
Monochromatic Colors of #FFE2CA
Black with #FFE2CA
Text Example
Text Example
White with #FFE2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2CA; }
p { color: rgb(255,226,202); }
H1.HeaderClassName
{
color: #FFE2CA;
}
.AnyTagClassName
{
color: #FFE2CA;
}
</style>
background-color css
<style>
a { background-color: #FFE2CA; }
a { background-color: rgb(255,226,202); }
div.DivClassName
{
background-color: #FFE2CA;
}
.BgClassName
{
background-color: #FFE2CA;
}
</style>
border-color css
<style>
span { border-color: #FFE2CA; }
span { border-color: rgb(255,226,202); }
td.TdClassName
{
border-color: #FFE2CA;
}
.TagClassName
{
border-color: #FFE2CA;
}
</style>