Shades of Blanched Almond #FEE7CE
Tints of Blanched Almond #FEE7CE
RGB
CMYK
RGB Variations
Color information
#FEE7CE (or 0xFEE7CE) is known color: Blanched Almond. HEX triplet: FE, E7 and CE. RGB value is (254,231,206). Sum of RGB (Red+Green+Blue) = 254+231+206=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 231 (90.62% from 255 or 33.43% from 691); Blue value is 206 (80.86% from 255 or 29.81% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE7CE is #011831. Grayscale: #EBEBEB. Windows color (decimal): -71730 or 13559806. OLE color: 13559806.
HSL color Cylindrical-coordinate representation of color #FEE7CE: hue angle of 31.25º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEE7CE is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 206 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.00 |
| HSL | 31.25º | 0.96% | 0.9% | - |
| HSV(B) | 31.25º | 0.19% | 1% | - |
| XYZ | 80.59 | 82.68 | 70.1 | - |
| YUV | 235.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 206 | 0 | 0.09 | 0.19 | 0.00 | 31.25 | 0.96 | 0.9 |
| Hex | FE | E7 | CE | 0 | 9 | 13 | 0 | 1F | 60 | 5A |
| Octal | 376 | 347 | 316 | 0 | 11 | 23 | 0 | 37 | 140 | 132 |
| Binary | 11111110 | 11100111 | 11001110 | 0 | 1001 | 10011 | 0 | 11111 | 1100000 | 1011010 |
Color Harmonies of #FEE7CE
Complementary color
Monochromatic Colors of #FEE7CE
Black with #FEE7CE
Text Example
Text Example
White with #FEE7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE7CE; }
p { color: rgb(254,231,206); }
H1.HeaderClassName
{
color: #FEE7CE;
}
.AnyTagClassName
{
color: #FEE7CE;
}
</style>
background-color css
<style>
a { background-color: #FEE7CE; }
a { background-color: rgb(254,231,206); }
div.DivClassName
{
background-color: #FEE7CE;
}
.BgClassName
{
background-color: #FEE7CE;
}
</style>
border-color css
<style>
span { border-color: #FEE7CE; }
span { border-color: rgb(254,231,206); }
td.TdClassName
{
border-color: #FEE7CE;
}
.TagClassName
{
border-color: #FEE7CE;
}
</style>