Shades of Bisque #FEE4CC
Tints of Bisque #FEE4CC
RGB
CMYK
RGB Variations
Color information
#FEE4CC (or 0xFEE4CC) is known color: Bisque. HEX triplet: FE, E4 and CC. RGB value is (254,228,204). Sum of RGB (Red+Green+Blue) = 254+228+204=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 204 (80.08% from 255 or 29.74% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE4CC is #011B33. Grayscale: #E9E9E9. Windows color (decimal): -72500 or 13427966. OLE color: 13427966.
HSL color Cylindrical-coordinate representation of color #FEE4CC: hue angle of 28.8º 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 #FEE4CC is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 204 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.00 |
| HSL | 28.8º | 0.96% | 0.9% | - |
| HSV(B) | 28.8º | 0.2% | 1% | - |
| XYZ | 79.52 | 80.92 | 68.55 | - |
| YUV | 233.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 204 | 0 | 0.10 | 0.20 | 0.00 | 28.8 | 0.96 | 0.9 |
| Hex | FE | E4 | CC | 0 | A | 14 | 0 | 1D | 60 | 5A |
| Octal | 376 | 344 | 314 | 0 | 12 | 24 | 0 | 35 | 140 | 132 |
| Binary | 11111110 | 11100100 | 11001100 | 0 | 1010 | 10100 | 0 | 11101 | 1100000 | 1011010 |
Color Harmonies of #FEE4CC
Complementary color
Monochromatic Colors of #FEE4CC
Black with #FEE4CC
Text Example
Text Example
White with #FEE4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4CC; }
p { color: rgb(254,228,204); }
H1.HeaderClassName
{
color: #FEE4CC;
}
.AnyTagClassName
{
color: #FEE4CC;
}
</style>
background-color css
<style>
a { background-color: #FEE4CC; }
a { background-color: rgb(254,228,204); }
div.DivClassName
{
background-color: #FEE4CC;
}
.BgClassName
{
background-color: #FEE4CC;
}
</style>
border-color css
<style>
span { border-color: #FEE4CC; }
span { border-color: rgb(254,228,204); }
td.TdClassName
{
border-color: #FEE4CC;
}
.TagClassName
{
border-color: #FEE4CC;
}
</style>