Shades of Blanched Almond #FEE7CB
Tints of Blanched Almond #FEE7CB
RGB
CMYK
RGB Variations
Color information
#FEE7CB (or 0xFEE7CB) is known color: Blanched Almond. HEX triplet: FE, E7 and CB. RGB value is (254,231,203). Sum of RGB (Red+Green+Blue) = 254+231+203=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 231 (90.62% from 255 or 33.58% from 688); Blue value is 203 (79.69% from 255 or 29.51% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE7CB is #011834. Grayscale: #EAEAEA. Windows color (decimal): -71733 or 13363198. OLE color: 13363198.
HSL color Cylindrical-coordinate representation of color #FEE7CB: hue angle of 32.94º 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 #FEE7CB is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 203 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.00 |
| HSL | 32.94º | 0.96% | 0.9% | - |
| HSV(B) | 32.94º | 0.2% | 1% | - |
| XYZ | 80.23 | 82.53 | 68.2 | - |
| YUV | 234.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 203 | 0 | 0.09 | 0.20 | 0.00 | 32.94 | 0.96 | 0.9 |
| Hex | FE | E7 | CB | 0 | 9 | 14 | 0 | 21 | 60 | 5A |
| Octal | 376 | 347 | 313 | 0 | 11 | 24 | 0 | 41 | 140 | 132 |
| Binary | 11111110 | 11100111 | 11001011 | 0 | 1001 | 10100 | 0 | 100001 | 1100000 | 1011010 |
Color Harmonies of #FEE7CB
Complementary color
Monochromatic Colors of #FEE7CB
Black with #FEE7CB
Text Example
Text Example
White with #FEE7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE7CB; }
p { color: rgb(254,231,203); }
H1.HeaderClassName
{
color: #FEE7CB;
}
.AnyTagClassName
{
color: #FEE7CB;
}
</style>
background-color css
<style>
a { background-color: #FEE7CB; }
a { background-color: rgb(254,231,203); }
div.DivClassName
{
background-color: #FEE7CB;
}
.BgClassName
{
background-color: #FEE7CB;
}
</style>
border-color css
<style>
span { border-color: #FEE7CB; }
span { border-color: rgb(254,231,203); }
td.TdClassName
{
border-color: #FEE7CB;
}
.TagClassName
{
border-color: #FEE7CB;
}
</style>