Shades of Blanched Almond #FDE8D0
Tints of Blanched Almond #FDE8D0
RGB
CMYK
RGB Variations
Color information
#FDE8D0 (or 0xFDE8D0) is known color: Blanched Almond. HEX triplet: FD, E8 and D0. RGB value is (253,232,208). Sum of RGB (Red+Green+Blue) = 253+232+208=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 208 (81.64% from 255 or 30.01% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE8D0 is #02172F. Grayscale: #EBEBEB. Windows color (decimal): -137008 or 13691133. OLE color: 13691133.
HSL color Cylindrical-coordinate representation of color #FDE8D0: hue angle of 32º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDE8D0 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 208 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.01 |
| HSL | 32º | 0.92% | 0.9% | - |
| HSV(B) | 32º | 0.18% | 0.99% | - |
| XYZ | 80.75 | 83.15 | 71.47 | - |
| YUV | 235.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 208 | 0 | 0.08 | 0.18 | 0.01 | 32 | 0.92 | 0.9 |
| Hex | FD | E8 | D0 | 0 | 8 | 12 | 1 | 20 | 5C | 5A |
| Octal | 375 | 350 | 320 | 0 | 10 | 22 | 1 | 40 | 134 | 132 |
| Binary | 11111101 | 11101000 | 11010000 | 0 | 1000 | 10010 | 1 | 100000 | 1011100 | 1011010 |
Color Harmonies of #FDE8D0
Complementary color
Monochromatic Colors of #FDE8D0
Black with #FDE8D0
Text Example
Text Example
White with #FDE8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE8D0; }
p { color: rgb(253,232,208); }
H1.HeaderClassName
{
color: #FDE8D0;
}
.AnyTagClassName
{
color: #FDE8D0;
}
</style>
background-color css
<style>
a { background-color: #FDE8D0; }
a { background-color: rgb(253,232,208); }
div.DivClassName
{
background-color: #FDE8D0;
}
.BgClassName
{
background-color: #FDE8D0;
}
</style>
border-color css
<style>
span { border-color: #FDE8D0; }
span { border-color: rgb(253,232,208); }
td.TdClassName
{
border-color: #FDE8D0;
}
.TagClassName
{
border-color: #FDE8D0;
}
</style>