Shades of Almond #F0DDC8
Tints of Almond #F0DDC8
RGB
CMYK
RGB Variations
Color information
#F0DDC8 (or 0xF0DDC8) is known color: Almond. HEX triplet: F0, DD and C8. RGB value is (240,221,200). Sum of RGB (Red+Green+Blue) = 240+221+200=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 200 (78.52% from 255 or 30.26% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDC8 is #0F2237. Grayscale: #E0E0E0. Windows color (decimal): -991800 or 13164016. OLE color: 13164016.
HSL color Cylindrical-coordinate representation of color #F0DDC8: hue angle of 31.5º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0DDC8 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 200 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.06 |
| HSL | 31.5º | 0.57% | 0.86% | - |
| HSV(B) | 31.5º | 0.17% | 0.94% | - |
| XYZ | 72.22 | 74.41 | 65.2 | - |
| YUV | 224.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 200 | 0 | 0.08 | 0.17 | 0.06 | 31.5 | 0.57 | 0.86 |
| Hex | F0 | DD | C8 | 0 | 8 | 11 | 6 | 1F | 39 | 56 |
| Octal | 360 | 335 | 310 | 0 | 10 | 21 | 6 | 37 | 71 | 126 |
| Binary | 11110000 | 11011101 | 11001000 | 0 | 1000 | 10001 | 110 | 11111 | 111001 | 1010110 |
Color Harmonies of #F0DDC8
Complementary color
Monochromatic Colors of #F0DDC8
Black with #F0DDC8
Text Example
Text Example
White with #F0DDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDC8; }
p { color: rgb(240,221,200); }
H1.HeaderClassName
{
color: #F0DDC8;
}
.AnyTagClassName
{
color: #F0DDC8;
}
</style>
background-color css
<style>
a { background-color: #F0DDC8; }
a { background-color: rgb(240,221,200); }
div.DivClassName
{
background-color: #F0DDC8;
}
.BgClassName
{
background-color: #F0DDC8;
}
</style>
border-color css
<style>
span { border-color: #F0DDC8; }
span { border-color: rgb(240,221,200); }
td.TdClassName
{
border-color: #F0DDC8;
}
.TagClassName
{
border-color: #F0DDC8;
}
</style>