Shades of Bisque #FFE8C4
Tints of Bisque #FFE8C4
RGB
CMYK
RGB Variations
Color information
#FFE8C4 (or 0xFFE8C4) is known color: Bisque. HEX triplet: FF, E8 and C4. RGB value is (255,232,196). Sum of RGB (Red+Green+Blue) = 255+232+196=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 232 (91.02% from 255 or 33.97% from 683); Blue value is 196 (76.95% from 255 or 28.70% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE8C4 is #00173B. Grayscale: #EAEAEA. Windows color (decimal): -5948 or 12904703. OLE color: 12904703.
HSL color Cylindrical-coordinate representation of color #FFE8C4: hue angle of 36.61º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFE8C4 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 196 | - |
| CMYK | 0 | 0.09 | 0.23 | 0 |
| HSL | 36.61º | 1% | 0.88% | - |
| HSV(B) | 36.61º | 0.23% | 1% | - |
| XYZ | 80.06 | 82.96 | 64.02 | - |
| YUV | 234.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 196 | 0 | 0.09 | 0.23 | 0 | 36.61 | 1 | 0.88 |
| Hex | FF | E8 | C4 | 0 | 9 | 17 | 0 | 25 | 64 | 58 |
| Octal | 377 | 350 | 304 | 0 | 11 | 27 | 0 | 45 | 144 | 130 |
| Binary | 11111111 | 11101000 | 11000100 | 0 | 1001 | 10111 | 0 | 100101 | 1100100 | 1011000 |
Color Harmonies of #FFE8C4
Complementary color
Monochromatic Colors of #FFE8C4
Black with #FFE8C4
Text Example
Text Example
White with #FFE8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE8C4; }
p { color: rgb(255,232,196); }
H1.HeaderClassName
{
color: #FFE8C4;
}
.AnyTagClassName
{
color: #FFE8C4;
}
</style>
background-color css
<style>
a { background-color: #FFE8C4; }
a { background-color: rgb(255,232,196); }
div.DivClassName
{
background-color: #FFE8C4;
}
.BgClassName
{
background-color: #FFE8C4;
}
</style>
border-color css
<style>
span { border-color: #FFE8C4; }
span { border-color: rgb(255,232,196); }
td.TdClassName
{
border-color: #FFE8C4;
}
.TagClassName
{
border-color: #FFE8C4;
}
</style>