Shades of Almond #F0DCCD
Tints of Almond #F0DCCD
RGB
CMYK
RGB Variations
Color information
#F0DCCD (or 0xF0DCCD) is known color: Almond. HEX triplet: F0, DC and CD. RGB value is (240,220,205). Sum of RGB (Red+Green+Blue) = 240+220+205=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCCD is #0F2332. Grayscale: #E0E0E0. Windows color (decimal): -992051 or 13491440. OLE color: 13491440.
HSL color Cylindrical-coordinate representation of color #F0DCCD: hue angle of 25.71º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0DCCD is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 205 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.06 |
| HSL | 25.71º | 0.54% | 0.87% | - |
| HSV(B) | 25.71º | 0.15% | 0.94% | - |
| XYZ | 72.55 | 74.12 | 68.24 | - |
| YUV | 224.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 205 | 0 | 0.08 | 0.15 | 0.06 | 25.71 | 0.54 | 0.87 |
| Hex | F0 | DC | CD | 0 | 8 | F | 6 | 1A | 36 | 57 |
| Octal | 360 | 334 | 315 | 0 | 10 | 17 | 6 | 32 | 66 | 127 |
| Binary | 11110000 | 11011100 | 11001101 | 0 | 1000 | 1111 | 110 | 11010 | 110110 | 1010111 |
Color Harmonies of #F0DCCD
Complementary color
Monochromatic Colors of #F0DCCD
Black with #F0DCCD
Text Example
Text Example
White with #F0DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DCCD; }
p { color: rgb(240,220,205); }
H1.HeaderClassName
{
color: #F0DCCD;
}
.AnyTagClassName
{
color: #F0DCCD;
}
</style>
background-color css
<style>
a { background-color: #F0DCCD; }
a { background-color: rgb(240,220,205); }
div.DivClassName
{
background-color: #F0DCCD;
}
.BgClassName
{
background-color: #F0DCCD;
}
</style>
border-color css
<style>
span { border-color: #F0DCCD; }
span { border-color: rgb(240,220,205); }
td.TdClassName
{
border-color: #F0DCCD;
}
.TagClassName
{
border-color: #F0DCCD;
}
</style>