Shades of Bisque #FFE5CB
Tints of Bisque #FFE5CB
RGB
CMYK
RGB Variations
Color information
#FFE5CB (or 0xFFE5CB) is known color: Bisque. HEX triplet: FF, E5 and CB. RGB value is (255,229,203). Sum of RGB (Red+Green+Blue) = 255+229+203=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 203 (79.69% from 255 or 29.55% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5CB is #001A34. Grayscale: #E9E9E9. Windows color (decimal): -6709 or 13362687. OLE color: 13362687.
HSL color Cylindrical-coordinate representation of color #FFE5CB: hue angle of 30º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFE5CB is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 203 | - |
| CMYK | 0 | 0.10 | 0.20 | 0 |
| HSL | 30º | 1% | 0.9% | - |
| HSV(B) | 30º | 0.2% | 1% | - |
| XYZ | 80.04 | 81.61 | 68.03 | - |
| YUV | 233.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 203 | 0 | 0.10 | 0.20 | 0 | 30 | 1 | 0.9 |
| Hex | FF | E5 | CB | 0 | A | 14 | 0 | 1E | 64 | 5A |
| Octal | 377 | 345 | 313 | 0 | 12 | 24 | 0 | 36 | 144 | 132 |
| Binary | 11111111 | 11100101 | 11001011 | 0 | 1010 | 10100 | 0 | 11110 | 1100100 | 1011010 |
Color Harmonies of #FFE5CB
Complementary color
Monochromatic Colors of #FFE5CB
Black with #FFE5CB
Text Example
Text Example
White with #FFE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5CB; }
p { color: rgb(255,229,203); }
H1.HeaderClassName
{
color: #FFE5CB;
}
.AnyTagClassName
{
color: #FFE5CB;
}
</style>
background-color css
<style>
a { background-color: #FFE5CB; }
a { background-color: rgb(255,229,203); }
div.DivClassName
{
background-color: #FFE5CB;
}
.BgClassName
{
background-color: #FFE5CB;
}
</style>
border-color css
<style>
span { border-color: #FFE5CB; }
span { border-color: rgb(255,229,203); }
td.TdClassName
{
border-color: #FFE5CB;
}
.TagClassName
{
border-color: #FFE5CB;
}
</style>