Shades of Bisque #FFE3C8
Tints of Bisque #FFE3C8
RGB
CMYK
RGB Variations
Color information
#FFE3C8 (or 0xFFE3C8) is known color: Bisque. HEX triplet: FF, E3 and C8. RGB value is (255,227,200). Sum of RGB (Red+Green+Blue) = 255+227+200=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 227 (89.06% from 255 or 33.28% from 682); Blue value is 200 (78.52% from 255 or 29.33% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3C8 is #001C37. Grayscale: #E8E8E8. Windows color (decimal): -7224 or 13165567. OLE color: 13165567.
HSL color Cylindrical-coordinate representation of color #FFE3C8: hue angle of 29.45º 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 #FFE3C8 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 200 | - |
| CMYK | 0 | 0.11 | 0.22 | 0 |
| HSL | 29.45º | 1% | 0.89% | - |
| HSV(B) | 29.45º | 0.22% | 1% | - |
| XYZ | 79.13 | 80.37 | 65.99 | - |
| YUV | 232.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 200 | 0 | 0.11 | 0.22 | 0 | 29.45 | 1 | 0.89 |
| Hex | FF | E3 | C8 | 0 | B | 16 | 0 | 1D | 64 | 59 |
| Octal | 377 | 343 | 310 | 0 | 13 | 26 | 0 | 35 | 144 | 131 |
| Binary | 11111111 | 11100011 | 11001000 | 0 | 1011 | 10110 | 0 | 11101 | 1100100 | 1011001 |
Color Harmonies of #FFE3C8
Complementary color
Monochromatic Colors of #FFE3C8
Black with #FFE3C8
Text Example
Text Example
White with #FFE3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3C8; }
p { color: rgb(255,227,200); }
H1.HeaderClassName
{
color: #FFE3C8;
}
.AnyTagClassName
{
color: #FFE3C8;
}
</style>
background-color css
<style>
a { background-color: #FFE3C8; }
a { background-color: rgb(255,227,200); }
div.DivClassName
{
background-color: #FFE3C8;
}
.BgClassName
{
background-color: #FFE3C8;
}
</style>
border-color css
<style>
span { border-color: #FFE3C8; }
span { border-color: rgb(255,227,200); }
td.TdClassName
{
border-color: #FFE3C8;
}
.TagClassName
{
border-color: #FFE3C8;
}
</style>