Shades of Bisque #FEE4CB
Tints of Bisque #FEE4CB
RGB
CMYK
RGB Variations
Color information
#FEE4CB (or 0xFEE4CB) is known color: Bisque. HEX triplet: FE, E4 and CB. RGB value is (254,228,203). Sum of RGB (Red+Green+Blue) = 254+228+203=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 203 (79.69% from 255 or 29.64% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE4CB is #011B34. Grayscale: #E9E9E9. Windows color (decimal): -72501 or 13362430. OLE color: 13362430.
HSL color Cylindrical-coordinate representation of color #FEE4CB: hue angle of 29.41º 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 #FEE4CB is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 203 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.00 |
| HSL | 29.41º | 0.96% | 0.9% | - |
| HSV(B) | 29.41º | 0.2% | 1% | - |
| XYZ | 79.4 | 80.87 | 67.92 | - |
| YUV | 232.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 203 | 0 | 0.10 | 0.20 | 0.00 | 29.41 | 0.96 | 0.9 |
| Hex | FE | E4 | CB | 0 | A | 14 | 0 | 1D | 60 | 5A |
| Octal | 376 | 344 | 313 | 0 | 12 | 24 | 0 | 35 | 140 | 132 |
| Binary | 11111110 | 11100100 | 11001011 | 0 | 1010 | 10100 | 0 | 11101 | 1100000 | 1011010 |
Color Harmonies of #FEE4CB
Complementary color
Monochromatic Colors of #FEE4CB
Black with #FEE4CB
Text Example
Text Example
White with #FEE4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4CB; }
p { color: rgb(254,228,203); }
H1.HeaderClassName
{
color: #FEE4CB;
}
.AnyTagClassName
{
color: #FEE4CB;
}
</style>
background-color css
<style>
a { background-color: #FEE4CB; }
a { background-color: rgb(254,228,203); }
div.DivClassName
{
background-color: #FEE4CB;
}
.BgClassName
{
background-color: #FEE4CB;
}
</style>
border-color css
<style>
span { border-color: #FEE4CB; }
span { border-color: rgb(254,228,203); }
td.TdClassName
{
border-color: #FEE4CB;
}
.TagClassName
{
border-color: #FEE4CB;
}
</style>