Shades of Blanched Almond #FEE9CA
Tints of Blanched Almond #FEE9CA
RGB
CMYK
RGB Variations
Color information
#FEE9CA (or 0xFEE9CA) is known color: Blanched Almond. HEX triplet: FE, E9 and CA. RGB value is (254,233,202). Sum of RGB (Red+Green+Blue) = 254+233+202=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 202 (79.30% from 255 or 29.32% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE9CA is #011635. Grayscale: #EBEBEB. Windows color (decimal): -71222 or 13298174. OLE color: 13298174.
HSL color Cylindrical-coordinate representation of color #FEE9CA: hue angle of 35.77º 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 #FEE9CA is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 202 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.00 |
| HSL | 35.77º | 0.96% | 0.89% | - |
| HSV(B) | 35.77º | 0.2% | 1% | - |
| XYZ | 80.67 | 83.61 | 67.76 | - |
| YUV | 235.75 | 108.96 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 202 | 0 | 0.08 | 0.20 | 0.00 | 35.77 | 0.96 | 0.89 |
| Hex | FE | E9 | CA | 0 | 8 | 14 | 0 | 24 | 60 | 59 |
| Octal | 376 | 351 | 312 | 0 | 10 | 24 | 0 | 44 | 140 | 131 |
| Binary | 11111110 | 11101001 | 11001010 | 0 | 1000 | 10100 | 0 | 100100 | 1100000 | 1011001 |
Color Harmonies of #FEE9CA
Complementary color
Monochromatic Colors of #FEE9CA
Black with #FEE9CA
Text Example
Text Example
White with #FEE9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9CA; }
p { color: rgb(254,233,202); }
H1.HeaderClassName
{
color: #FEE9CA;
}
.AnyTagClassName
{
color: #FEE9CA;
}
</style>
background-color css
<style>
a { background-color: #FEE9CA; }
a { background-color: rgb(254,233,202); }
div.DivClassName
{
background-color: #FEE9CA;
}
.BgClassName
{
background-color: #FEE9CA;
}
</style>
border-color css
<style>
span { border-color: #FEE9CA; }
span { border-color: rgb(254,233,202); }
td.TdClassName
{
border-color: #FEE9CA;
}
.TagClassName
{
border-color: #FEE9CA;
}
</style>