Shades of Blanched Almond #FDE7CE
Tints of Blanched Almond #FDE7CE
RGB
CMYK
RGB Variations
Color information
#FDE7CE (or 0xFDE7CE) is known color: Blanched Almond. HEX triplet: FD, E7 and CE. RGB value is (253,231,206). Sum of RGB (Red+Green+Blue) = 253+231+206=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 206 (80.86% from 255 or 29.86% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE7CE is #021831. Grayscale: #EAEAEA. Windows color (decimal): -137266 or 13559805. OLE color: 13559805.
HSL color Cylindrical-coordinate representation of color #FDE7CE: hue angle of 31.91º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDE7CE is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 206 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.01 |
| HSL | 31.91º | 0.92% | 0.9% | - |
| HSV(B) | 31.91º | 0.19% | 0.99% | - |
| XYZ | 80.22 | 82.49 | 70.09 | - |
| YUV | 234.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 206 | 0 | 0.09 | 0.19 | 0.01 | 31.91 | 0.92 | 0.9 |
| Hex | FD | E7 | CE | 0 | 9 | 13 | 1 | 20 | 5C | 5A |
| Octal | 375 | 347 | 316 | 0 | 11 | 23 | 1 | 40 | 134 | 132 |
| Binary | 11111101 | 11100111 | 11001110 | 0 | 1001 | 10011 | 1 | 100000 | 1011100 | 1011010 |
Color Harmonies of #FDE7CE
Complementary color
Monochromatic Colors of #FDE7CE
Black with #FDE7CE
Text Example
Text Example
White with #FDE7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7CE; }
p { color: rgb(253,231,206); }
H1.HeaderClassName
{
color: #FDE7CE;
}
.AnyTagClassName
{
color: #FDE7CE;
}
</style>
background-color css
<style>
a { background-color: #FDE7CE; }
a { background-color: rgb(253,231,206); }
div.DivClassName
{
background-color: #FDE7CE;
}
.BgClassName
{
background-color: #FDE7CE;
}
</style>
border-color css
<style>
span { border-color: #FDE7CE; }
span { border-color: rgb(253,231,206); }
td.TdClassName
{
border-color: #FDE7CE;
}
.TagClassName
{
border-color: #FDE7CE;
}
</style>