Shades of Bisque #FFE4C2
Tints of Bisque #FFE4C2
RGB
CMYK
RGB Variations
Color information
#FFE4C2 (or 0xFFE4C2) is known color: Bisque. HEX triplet: FF, E4 and C2. RGB value is (255,228,194). Sum of RGB (Red+Green+Blue) = 255+228+194=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 228 (89.45% from 255 or 33.68% from 677); Blue value is 194 (76.17% from 255 or 28.66% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4C2 is #001B3D. Grayscale: #E8E8E8. Windows color (decimal): -6974 or 12772607. OLE color: 12772607.
HSL color Cylindrical-coordinate representation of color #FFE4C2: hue angle of 33.44º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFE4C2 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 194 | - |
| CMYK | 0 | 0.11 | 0.24 | 0 |
| HSL | 33.44º | 1% | 0.88% | - |
| HSV(B) | 33.44º | 0.24% | 1% | - |
| XYZ | 78.72 | 80.64 | 62.46 | - |
| YUV | 232.2 | 106.45 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 194 | 0 | 0.11 | 0.24 | 0 | 33.44 | 1 | 0.88 |
| Hex | FF | E4 | C2 | 0 | B | 18 | 0 | 21 | 64 | 58 |
| Octal | 377 | 344 | 302 | 0 | 13 | 30 | 0 | 41 | 144 | 130 |
| Binary | 11111111 | 11100100 | 11000010 | 0 | 1011 | 11000 | 0 | 100001 | 1100100 | 1011000 |
Color Harmonies of #FFE4C2
Complementary color
Monochromatic Colors of #FFE4C2
Black with #FFE4C2
Text Example
Text Example
White with #FFE4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4C2; }
p { color: rgb(255,228,194); }
H1.HeaderClassName
{
color: #FFE4C2;
}
.AnyTagClassName
{
color: #FFE4C2;
}
</style>
background-color css
<style>
a { background-color: #FFE4C2; }
a { background-color: rgb(255,228,194); }
div.DivClassName
{
background-color: #FFE4C2;
}
.BgClassName
{
background-color: #FFE4C2;
}
</style>
border-color css
<style>
span { border-color: #FFE4C2; }
span { border-color: rgb(255,228,194); }
td.TdClassName
{
border-color: #FFE4C2;
}
.TagClassName
{
border-color: #FFE4C2;
}
</style>