Shades of Bisque #FEE3CA
Tints of Bisque #FEE3CA
RGB
CMYK
RGB Variations
Color information
#FEE3CA (or 0xFEE3CA) is known color: Bisque. HEX triplet: FE, E3 and CA. RGB value is (254,227,202). Sum of RGB (Red+Green+Blue) = 254+227+202=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 202 (79.30% from 255 or 29.58% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3CA is #011C35. Grayscale: #E8E8E8. Windows color (decimal): -72758 or 13296638. OLE color: 13296638.
HSL color Cylindrical-coordinate representation of color #FEE3CA: hue angle of 28.85º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEE3CA is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 202 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.00 |
| HSL | 28.85º | 0.96% | 0.89% | - |
| HSV(B) | 28.85º | 0.2% | 1% | - |
| XYZ | 79 | 80.27 | 67.21 | - |
| YUV | 232.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 202 | 0 | 0.11 | 0.20 | 0.00 | 28.85 | 0.96 | 0.89 |
| Hex | FE | E3 | CA | 0 | B | 14 | 0 | 1D | 60 | 59 |
| Octal | 376 | 343 | 312 | 0 | 13 | 24 | 0 | 35 | 140 | 131 |
| Binary | 11111110 | 11100011 | 11001010 | 0 | 1011 | 10100 | 0 | 11101 | 1100000 | 1011001 |
Color Harmonies of #FEE3CA
Complementary color
Monochromatic Colors of #FEE3CA
Black with #FEE3CA
Text Example
Text Example
White with #FEE3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3CA; }
p { color: rgb(254,227,202); }
H1.HeaderClassName
{
color: #FEE3CA;
}
.AnyTagClassName
{
color: #FEE3CA;
}
</style>
background-color css
<style>
a { background-color: #FEE3CA; }
a { background-color: rgb(254,227,202); }
div.DivClassName
{
background-color: #FEE3CA;
}
.BgClassName
{
background-color: #FEE3CA;
}
</style>
border-color css
<style>
span { border-color: #FEE3CA; }
span { border-color: rgb(254,227,202); }
td.TdClassName
{
border-color: #FEE3CA;
}
.TagClassName
{
border-color: #FEE3CA;
}
</style>