Shades of Bisque #FFE4C8
Tints of Bisque #FFE4C8
RGB
CMYK
RGB Variations
Color information
#FFE4C8 (or 0xFFE4C8) is known color: Bisque. HEX triplet: FF, E4 and C8. RGB value is (255,228,200). Sum of RGB (Red+Green+Blue) = 255+228+200=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 228 (89.45% from 255 or 33.38% from 683); Blue value is 200 (78.52% from 255 or 29.28% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4C8 is #001B37. Grayscale: #E9E9E9. Windows color (decimal): -6968 or 13165823. OLE color: 13165823.
HSL color Cylindrical-coordinate representation of color #FFE4C8: hue angle of 30.55º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFE4C8 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 200 | - |
| CMYK | 0 | 0.11 | 0.22 | 0 |
| HSL | 30.55º | 1% | 0.89% | - |
| HSV(B) | 30.55º | 0.22% | 1% | - |
| XYZ | 79.41 | 80.92 | 66.08 | - |
| YUV | 232.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 200 | 0 | 0.11 | 0.22 | 0 | 30.55 | 1 | 0.89 |
| Hex | FF | E4 | C8 | 0 | B | 16 | 0 | 1F | 64 | 59 |
| Octal | 377 | 344 | 310 | 0 | 13 | 26 | 0 | 37 | 144 | 131 |
| Binary | 11111111 | 11100100 | 11001000 | 0 | 1011 | 10110 | 0 | 11111 | 1100100 | 1011001 |
Color Harmonies of #FFE4C8
Complementary color
Monochromatic Colors of #FFE4C8
Black with #FFE4C8
Text Example
Text Example
White with #FFE4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4C8; }
p { color: rgb(255,228,200); }
H1.HeaderClassName
{
color: #FFE4C8;
}
.AnyTagClassName
{
color: #FFE4C8;
}
</style>
background-color css
<style>
a { background-color: #FFE4C8; }
a { background-color: rgb(255,228,200); }
div.DivClassName
{
background-color: #FFE4C8;
}
.BgClassName
{
background-color: #FFE4C8;
}
</style>
border-color css
<style>
span { border-color: #FFE4C8; }
span { border-color: rgb(255,228,200); }
td.TdClassName
{
border-color: #FFE4C8;
}
.TagClassName
{
border-color: #FFE4C8;
}
</style>