Shades of Bisque #FEE2CC
Tints of Bisque #FEE2CC
RGB
CMYK
RGB Variations
Color information
#FEE2CC (or 0xFEE2CC) is known color: Bisque. HEX triplet: FE, E2 and CC. RGB value is (254,226,204). Sum of RGB (Red+Green+Blue) = 254+226+204=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 204 (80.08% from 255 or 29.82% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2CC is #011D33. Grayscale: #E7E7E7. Windows color (decimal): -73012 or 13427454. OLE color: 13427454.
HSL color Cylindrical-coordinate representation of color #FEE2CC: hue angle of 26.4º 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 #FEE2CC is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 204 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.00 |
| HSL | 26.4º | 0.96% | 0.9% | - |
| HSV(B) | 26.4º | 0.2% | 1% | - |
| XYZ | 78.97 | 79.82 | 68.37 | - |
| YUV | 231.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 204 | 0 | 0.11 | 0.20 | 0.00 | 26.4 | 0.96 | 0.9 |
| Hex | FE | E2 | CC | 0 | B | 14 | 0 | 1A | 60 | 5A |
| Octal | 376 | 342 | 314 | 0 | 13 | 24 | 0 | 32 | 140 | 132 |
| Binary | 11111110 | 11100010 | 11001100 | 0 | 1011 | 10100 | 0 | 11010 | 1100000 | 1011010 |
Color Harmonies of #FEE2CC
Complementary color
Monochromatic Colors of #FEE2CC
Black with #FEE2CC
Text Example
Text Example
White with #FEE2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2CC; }
p { color: rgb(254,226,204); }
H1.HeaderClassName
{
color: #FEE2CC;
}
.AnyTagClassName
{
color: #FEE2CC;
}
</style>
background-color css
<style>
a { background-color: #FEE2CC; }
a { background-color: rgb(254,226,204); }
div.DivClassName
{
background-color: #FEE2CC;
}
.BgClassName
{
background-color: #FEE2CC;
}
</style>
border-color css
<style>
span { border-color: #FEE2CC; }
span { border-color: rgb(254,226,204); }
td.TdClassName
{
border-color: #FEE2CC;
}
.TagClassName
{
border-color: #FEE2CC;
}
</style>