Shades of Blanched Almond #FDE9CF
Tints of Blanched Almond #FDE9CF
RGB
CMYK
RGB Variations
Color information
#FDE9CF (or 0xFDE9CF) is known color: Blanched Almond. HEX triplet: FD, E9 and CF. RGB value is (253,233,207). Sum of RGB (Red+Green+Blue) = 253+233+207=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 207 (81.25% from 255 or 29.87% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9CF is #021630. Grayscale: #ECECEC. Windows color (decimal): -136753 or 13625853. OLE color: 13625853.
HSL color Cylindrical-coordinate representation of color #FDE9CF: hue angle of 33.91º 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 #FDE9CF is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 207 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.01 |
| HSL | 33.91º | 0.92% | 0.9% | - |
| HSV(B) | 33.91º | 0.18% | 0.99% | - |
| XYZ | 80.91 | 83.67 | 70.92 | - |
| YUV | 236.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 207 | 0 | 0.08 | 0.18 | 0.01 | 33.91 | 0.92 | 0.9 |
| Hex | FD | E9 | CF | 0 | 8 | 12 | 1 | 22 | 5C | 5A |
| Octal | 375 | 351 | 317 | 0 | 10 | 22 | 1 | 42 | 134 | 132 |
| Binary | 11111101 | 11101001 | 11001111 | 0 | 1000 | 10010 | 1 | 100010 | 1011100 | 1011010 |
Color Harmonies of #FDE9CF
Complementary color
Monochromatic Colors of #FDE9CF
Black with #FDE9CF
Text Example
Text Example
White with #FDE9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9CF; }
p { color: rgb(253,233,207); }
H1.HeaderClassName
{
color: #FDE9CF;
}
.AnyTagClassName
{
color: #FDE9CF;
}
</style>
background-color css
<style>
a { background-color: #FDE9CF; }
a { background-color: rgb(253,233,207); }
div.DivClassName
{
background-color: #FDE9CF;
}
.BgClassName
{
background-color: #FDE9CF;
}
</style>
border-color css
<style>
span { border-color: #FDE9CF; }
span { border-color: rgb(253,233,207); }
td.TdClassName
{
border-color: #FDE9CF;
}
.TagClassName
{
border-color: #FDE9CF;
}
</style>