Shades of Blanched Almond #FDE6CE
Tints of Blanched Almond #FDE6CE
RGB
CMYK
RGB Variations
Color information
#FDE6CE (or 0xFDE6CE) is known color: Blanched Almond. HEX triplet: FD, E6 and CE. RGB value is (253,230,206). Sum of RGB (Red+Green+Blue) = 253+230+206=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 206 (80.86% from 255 or 29.90% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE6CE is #021931. Grayscale: #EAEAEA. Windows color (decimal): -137522 or 13559549. OLE color: 13559549.
HSL color Cylindrical-coordinate representation of color #FDE6CE: hue angle of 30.64º 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 #FDE6CE is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 206 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.01 |
| HSL | 30.64º | 0.92% | 0.9% | - |
| HSV(B) | 30.64º | 0.19% | 0.99% | - |
| XYZ | 79.95 | 81.93 | 69.99 | - |
| YUV | 234.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 206 | 0 | 0.09 | 0.19 | 0.01 | 30.64 | 0.92 | 0.9 |
| Hex | FD | E6 | CE | 0 | 9 | 13 | 1 | 1F | 5C | 5A |
| Octal | 375 | 346 | 316 | 0 | 11 | 23 | 1 | 37 | 134 | 132 |
| Binary | 11111101 | 11100110 | 11001110 | 0 | 1001 | 10011 | 1 | 11111 | 1011100 | 1011010 |
Color Harmonies of #FDE6CE
Complementary color
Monochromatic Colors of #FDE6CE
Black with #FDE6CE
Text Example
Text Example
White with #FDE6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE6CE; }
p { color: rgb(253,230,206); }
H1.HeaderClassName
{
color: #FDE6CE;
}
.AnyTagClassName
{
color: #FDE6CE;
}
</style>
background-color css
<style>
a { background-color: #FDE6CE; }
a { background-color: rgb(253,230,206); }
div.DivClassName
{
background-color: #FDE6CE;
}
.BgClassName
{
background-color: #FDE6CE;
}
</style>
border-color css
<style>
span { border-color: #FDE6CE; }
span { border-color: rgb(253,230,206); }
td.TdClassName
{
border-color: #FDE6CE;
}
.TagClassName
{
border-color: #FDE6CE;
}
</style>