Shades of Bisque #FEE3CB
Tints of Bisque #FEE3CB
RGB
CMYK
RGB Variations
Color information
#FEE3CB (or 0xFEE3CB) is known color: Bisque. HEX triplet: FE, E3 and CB. RGB value is (254,227,203). Sum of RGB (Red+Green+Blue) = 254+227+203=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 227 (89.06% from 255 or 33.19% from 684); Blue value is 203 (79.69% from 255 or 29.68% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3CB is #011C34. Grayscale: #E8E8E8. Windows color (decimal): -72757 or 13362174. OLE color: 13362174.
HSL color Cylindrical-coordinate representation of color #FEE3CB: hue angle of 28.24º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEE3CB is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 203 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.00 |
| HSL | 28.24º | 0.96% | 0.9% | - |
| HSV(B) | 28.24º | 0.2% | 1% | - |
| XYZ | 79.12 | 80.32 | 67.83 | - |
| YUV | 232.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 203 | 0 | 0.11 | 0.20 | 0.00 | 28.24 | 0.96 | 0.9 |
| Hex | FE | E3 | CB | 0 | B | 14 | 0 | 1C | 60 | 5A |
| Octal | 376 | 343 | 313 | 0 | 13 | 24 | 0 | 34 | 140 | 132 |
| Binary | 11111110 | 11100011 | 11001011 | 0 | 1011 | 10100 | 0 | 11100 | 1100000 | 1011010 |
Color Harmonies of #FEE3CB
Complementary color
Monochromatic Colors of #FEE3CB
Black with #FEE3CB
Text Example
Text Example
White with #FEE3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3CB; }
p { color: rgb(254,227,203); }
H1.HeaderClassName
{
color: #FEE3CB;
}
.AnyTagClassName
{
color: #FEE3CB;
}
</style>
background-color css
<style>
a { background-color: #FEE3CB; }
a { background-color: rgb(254,227,203); }
div.DivClassName
{
background-color: #FEE3CB;
}
.BgClassName
{
background-color: #FEE3CB;
}
</style>
border-color css
<style>
span { border-color: #FEE3CB; }
span { border-color: rgb(254,227,203); }
td.TdClassName
{
border-color: #FEE3CB;
}
.TagClassName
{
border-color: #FEE3CB;
}
</style>