Shades of Bisque #FEE5CA
Tints of Bisque #FEE5CA
RGB
CMYK
RGB Variations
Color information
#FEE5CA (or 0xFEE5CA) is known color: Bisque. HEX triplet: FE, E5 and CA. RGB value is (254,229,202). Sum of RGB (Red+Green+Blue) = 254+229+202=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 202 (79.30% from 255 or 29.49% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5CA is #011A35. Grayscale: #E9E9E9. Windows color (decimal): -72246 or 13297150. OLE color: 13297150.
HSL color Cylindrical-coordinate representation of color #FEE5CA: hue angle of 31.15º 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 #FEE5CA is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 202 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.00 |
| HSL | 31.15º | 0.96% | 0.89% | - |
| HSV(B) | 31.15º | 0.2% | 1% | - |
| XYZ | 79.55 | 81.37 | 67.39 | - |
| YUV | 233.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 202 | 0 | 0.10 | 0.20 | 0.00 | 31.15 | 0.96 | 0.89 |
| Hex | FE | E5 | CA | 0 | A | 14 | 0 | 1F | 60 | 59 |
| Octal | 376 | 345 | 312 | 0 | 12 | 24 | 0 | 37 | 140 | 131 |
| Binary | 11111110 | 11100101 | 11001010 | 0 | 1010 | 10100 | 0 | 11111 | 1100000 | 1011001 |
Color Harmonies of #FEE5CA
Complementary color
Monochromatic Colors of #FEE5CA
Black with #FEE5CA
Text Example
Text Example
White with #FEE5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5CA; }
p { color: rgb(254,229,202); }
H1.HeaderClassName
{
color: #FEE5CA;
}
.AnyTagClassName
{
color: #FEE5CA;
}
</style>
background-color css
<style>
a { background-color: #FEE5CA; }
a { background-color: rgb(254,229,202); }
div.DivClassName
{
background-color: #FEE5CA;
}
.BgClassName
{
background-color: #FEE5CA;
}
</style>
border-color css
<style>
span { border-color: #FEE5CA; }
span { border-color: rgb(254,229,202); }
td.TdClassName
{
border-color: #FEE5CA;
}
.TagClassName
{
border-color: #FEE5CA;
}
</style>