Shades of Bisque #FEE2CB
Tints of Bisque #FEE2CB
RGB
CMYK
RGB Variations
Color information
#FEE2CB (or 0xFEE2CB) is known color: Bisque. HEX triplet: FE, E2 and CB. RGB value is (254,226,203). Sum of RGB (Red+Green+Blue) = 254+226+203=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 203 (79.69% from 255 or 29.72% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2CB is #011D34. Grayscale: #E7E7E7. Windows color (decimal): -73013 or 13361918. OLE color: 13361918.
HSL color Cylindrical-coordinate representation of color #FEE2CB: hue angle of 27.06º 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 #FEE2CB is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 203 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.00 |
| HSL | 27.06º | 0.96% | 0.9% | - |
| HSV(B) | 27.06º | 0.2% | 1% | - |
| XYZ | 78.85 | 79.78 | 67.74 | - |
| YUV | 231.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 203 | 0 | 0.11 | 0.20 | 0.00 | 27.06 | 0.96 | 0.9 |
| Hex | FE | E2 | CB | 0 | B | 14 | 0 | 1B | 60 | 5A |
| Octal | 376 | 342 | 313 | 0 | 13 | 24 | 0 | 33 | 140 | 132 |
| Binary | 11111110 | 11100010 | 11001011 | 0 | 1011 | 10100 | 0 | 11011 | 1100000 | 1011010 |
Color Harmonies of #FEE2CB
Complementary color
Monochromatic Colors of #FEE2CB
Black with #FEE2CB
Text Example
Text Example
White with #FEE2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2CB; }
p { color: rgb(254,226,203); }
H1.HeaderClassName
{
color: #FEE2CB;
}
.AnyTagClassName
{
color: #FEE2CB;
}
</style>
background-color css
<style>
a { background-color: #FEE2CB; }
a { background-color: rgb(254,226,203); }
div.DivClassName
{
background-color: #FEE2CB;
}
.BgClassName
{
background-color: #FEE2CB;
}
</style>
border-color css
<style>
span { border-color: #FEE2CB; }
span { border-color: rgb(254,226,203); }
td.TdClassName
{
border-color: #FEE2CB;
}
.TagClassName
{
border-color: #FEE2CB;
}
</style>