Shades of Bisque #FFE4C0
Tints of Bisque #FFE4C0
RGB
CMYK
RGB Variations
Color information
#FFE4C0 (or 0xFFE4C0) is known color: Bisque. HEX triplet: FF, E4 and C0. RGB value is (255,228,192). Sum of RGB (Red+Green+Blue) = 255+228+192=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 228 (89.45% from 255 or 33.78% from 675); Blue value is 192 (75.39% from 255 or 28.44% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4C0 is #001B3F. Grayscale: #E8E8E8. Windows color (decimal): -6976 or 12641535. OLE color: 12641535.
HSL color Cylindrical-coordinate representation of color #FFE4C0: hue angle of 34.29º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFE4C0 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 192 | - |
| CMYK | 0 | 0.11 | 0.25 | 0 |
| HSL | 34.29º | 1% | 0.88% | - |
| HSV(B) | 34.29º | 0.25% | 1% | - |
| XYZ | 78.5 | 80.55 | 61.28 | - |
| YUV | 231.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 192 | 0 | 0.11 | 0.25 | 0 | 34.29 | 1 | 0.88 |
| Hex | FF | E4 | C0 | 0 | B | 19 | 0 | 22 | 64 | 58 |
| Octal | 377 | 344 | 300 | 0 | 13 | 31 | 0 | 42 | 144 | 130 |
| Binary | 11111111 | 11100100 | 11000000 | 0 | 1011 | 11001 | 0 | 100010 | 1100100 | 1011000 |
Color Harmonies of #FFE4C0
Complementary color
Monochromatic Colors of #FFE4C0
Black with #FFE4C0
Text Example
Text Example
White with #FFE4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4C0; }
p { color: rgb(255,228,192); }
H1.HeaderClassName
{
color: #FFE4C0;
}
.AnyTagClassName
{
color: #FFE4C0;
}
</style>
background-color css
<style>
a { background-color: #FFE4C0; }
a { background-color: rgb(255,228,192); }
div.DivClassName
{
background-color: #FFE4C0;
}
.BgClassName
{
background-color: #FFE4C0;
}
</style>
border-color css
<style>
span { border-color: #FFE4C0; }
span { border-color: rgb(255,228,192); }
td.TdClassName
{
border-color: #FFE4C0;
}
.TagClassName
{
border-color: #FFE4C0;
}
</style>