Shades of Bisque #FFE6C0
Tints of Bisque #FFE6C0
RGB
CMYK
RGB Variations
Color information
#FFE6C0 (or 0xFFE6C0) is known color: Bisque. HEX triplet: FF, E6 and C0. RGB value is (255,230,192). Sum of RGB (Red+Green+Blue) = 255+230+192=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 230 (90.23% from 255 or 33.97% from 677); Blue value is 192 (75.39% from 255 or 28.36% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6C0 is #00193F. Grayscale: #E9E9E9. Windows color (decimal): -6464 or 12642047. OLE color: 12642047.
HSL color Cylindrical-coordinate representation of color #FFE6C0: hue angle of 36.19º 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 #FFE6C0 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 192 | - |
| CMYK | 0 | 0.10 | 0.25 | 0 |
| HSL | 36.19º | 1% | 0.88% | - |
| HSV(B) | 36.19º | 0.25% | 1% | - |
| XYZ | 79.05 | 81.66 | 61.46 | - |
| YUV | 233.14 | 104.78 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 192 | 0 | 0.10 | 0.25 | 0 | 36.19 | 1 | 0.88 |
| Hex | FF | E6 | C0 | 0 | A | 19 | 0 | 24 | 64 | 58 |
| Octal | 377 | 346 | 300 | 0 | 12 | 31 | 0 | 44 | 144 | 130 |
| Binary | 11111111 | 11100110 | 11000000 | 0 | 1010 | 11001 | 0 | 100100 | 1100100 | 1011000 |
Color Harmonies of #FFE6C0
Complementary color
Monochromatic Colors of #FFE6C0
Black with #FFE6C0
Text Example
Text Example
White with #FFE6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6C0; }
p { color: rgb(255,230,192); }
H1.HeaderClassName
{
color: #FFE6C0;
}
.AnyTagClassName
{
color: #FFE6C0;
}
</style>
background-color css
<style>
a { background-color: #FFE6C0; }
a { background-color: rgb(255,230,192); }
div.DivClassName
{
background-color: #FFE6C0;
}
.BgClassName
{
background-color: #FFE6C0;
}
</style>
border-color css
<style>
span { border-color: #FFE6C0; }
span { border-color: rgb(255,230,192); }
td.TdClassName
{
border-color: #FFE6C0;
}
.TagClassName
{
border-color: #FFE6C0;
}
</style>