Shades of Blanched Almond #FEE9CB
Tints of Blanched Almond #FEE9CB
RGB
CMYK
RGB Variations
Color information
#FEE9CB (or 0xFEE9CB) is known color: Blanched Almond. HEX triplet: FE, E9 and CB. RGB value is (254,233,203). Sum of RGB (Red+Green+Blue) = 254+233+203=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 203 (79.69% from 255 or 29.42% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE9CB is #011634. Grayscale: #ECECEC. Windows color (decimal): -71221 or 13363710. OLE color: 13363710.
HSL color Cylindrical-coordinate representation of color #FEE9CB: hue angle of 35.29º 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 #FEE9CB is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 203 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.00 |
| HSL | 35.29º | 0.96% | 0.9% | - |
| HSV(B) | 35.29º | 0.2% | 1% | - |
| XYZ | 80.79 | 83.66 | 68.39 | - |
| YUV | 235.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 203 | 0 | 0.08 | 0.20 | 0.00 | 35.29 | 0.96 | 0.9 |
| Hex | FE | E9 | CB | 0 | 8 | 14 | 0 | 23 | 60 | 5A |
| Octal | 376 | 351 | 313 | 0 | 10 | 24 | 0 | 43 | 140 | 132 |
| Binary | 11111110 | 11101001 | 11001011 | 0 | 1000 | 10100 | 0 | 100011 | 1100000 | 1011010 |
Color Harmonies of #FEE9CB
Complementary color
Monochromatic Colors of #FEE9CB
Black with #FEE9CB
Text Example
Text Example
White with #FEE9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9CB; }
p { color: rgb(254,233,203); }
H1.HeaderClassName
{
color: #FEE9CB;
}
.AnyTagClassName
{
color: #FEE9CB;
}
</style>
background-color css
<style>
a { background-color: #FEE9CB; }
a { background-color: rgb(254,233,203); }
div.DivClassName
{
background-color: #FEE9CB;
}
.BgClassName
{
background-color: #FEE9CB;
}
</style>
border-color css
<style>
span { border-color: #FEE9CB; }
span { border-color: rgb(254,233,203); }
td.TdClassName
{
border-color: #FEE9CB;
}
.TagClassName
{
border-color: #FEE9CB;
}
</style>