Shades of Bisque #FFE3C0
Tints of Bisque #FFE3C0
RGB
CMYK
RGB Variations
Color information
#FFE3C0 (or 0xFFE3C0) is known color: Bisque. HEX triplet: FF, E3 and C0. RGB value is (255,227,192). Sum of RGB (Red+Green+Blue) = 255+227+192=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 227 (89.06% from 255 or 33.68% from 674); Blue value is 192 (75.39% from 255 or 28.49% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3C0 is #001C3F. Grayscale: #E7E7E7. Windows color (decimal): -7232 or 12641279. OLE color: 12641279.
HSL color Cylindrical-coordinate representation of color #FFE3C0: hue angle of 33.33º 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 #FFE3C0 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 227 | 192 | - |
CMYK | 0 | 0.11 | 0.25 | 0 |
HSL | 33.33º | 1% | 0.88% | - |
HSV(B) | 33.33º | 0.25% | 1% | - |
XYZ | 78.22 | 80 | 61.19 | - |
YUV | 231.38 | 105.78 | 144.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 227 | 192 | 0 | 0.11 | 0.25 | 0 | 33.33 | 1 | 0.88 |
Hex | FF | E3 | C0 | 0 | B | 19 | 0 | 21 | 64 | 58 |
Octal | 377 | 343 | 300 | 0 | 13 | 31 | 0 | 41 | 144 | 130 |
Binary | 11111111 | 11100011 | 11000000 | 0 | 1011 | 11001 | 0 | 100001 | 1100100 | 1011000 |
Color Harmonies of #FFE3C0
Complementary color
Monochromatic Colors of #FFE3C0
Black with #FFE3C0
Text Example
Text Example
White with #FFE3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3C0; }
p { color: rgb(255,227,192); }
H1.HeaderClassName
{
color: #FFE3C0;
}
.AnyTagClassName
{
color: #FFE3C0;
}
</style>
background-color css
<style>
a { background-color: #FFE3C0; }
a { background-color: rgb(255,227,192); }
div.DivClassName
{
background-color: #FFE3C0;
}
.BgClassName
{
background-color: #FFE3C0;
}
</style>
border-color css
<style>
span { border-color: #FFE3C0; }
span { border-color: rgb(255,227,192); }
td.TdClassName
{
border-color: #FFE3C0;
}
.TagClassName
{
border-color: #FFE3C0;
}
</style>