Shades of Blanched Almond #FDECD1
Tints of Blanched Almond #FDECD1
RGB
CMYK
RGB Variations
Color information
#FDECD1 (or 0xFDECD1) is known color: Blanched Almond. HEX triplet: FD, EC and D1. RGB value is (253,236,209). Sum of RGB (Red+Green+Blue) = 253+236+209=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 209 (82.03% from 255 or 29.94% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECD1 is #02132E. Grayscale: #EEEEEE. Windows color (decimal): -135983 or 13757693. OLE color: 13757693.
HSL color Cylindrical-coordinate representation of color #FDECD1: hue angle of 36.82º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDECD1 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 209 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.01 |
| HSL | 36.82º | 0.92% | 0.91% | - |
| HSV(B) | 36.82º | 0.17% | 0.99% | - |
| XYZ | 82.01 | 85.48 | 72.5 | - |
| YUV | 238.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 209 | 0 | 0.07 | 0.17 | 0.01 | 36.82 | 0.92 | 0.91 |
| Hex | FD | EC | D1 | 0 | 7 | 11 | 1 | 25 | 5C | 5B |
| Octal | 375 | 354 | 321 | 0 | 7 | 21 | 1 | 45 | 134 | 133 |
| Binary | 11111101 | 11101100 | 11010001 | 0 | 111 | 10001 | 1 | 100101 | 1011100 | 1011011 |
Color Harmonies of #FDECD1
Complementary color
Monochromatic Colors of #FDECD1
Black with #FDECD1
Text Example
Text Example
White with #FDECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECD1; }
p { color: rgb(253,236,209); }
H1.HeaderClassName
{
color: #FDECD1;
}
.AnyTagClassName
{
color: #FDECD1;
}
</style>
background-color css
<style>
a { background-color: #FDECD1; }
a { background-color: rgb(253,236,209); }
div.DivClassName
{
background-color: #FDECD1;
}
.BgClassName
{
background-color: #FDECD1;
}
</style>
border-color css
<style>
span { border-color: #FDECD1; }
span { border-color: rgb(253,236,209); }
td.TdClassName
{
border-color: #FDECD1;
}
.TagClassName
{
border-color: #FDECD1;
}
</style>