Shades of Almond #F0DCCA
Tints of Almond #F0DCCA
RGB
CMYK
RGB Variations
Color information
#F0DCCA (or 0xF0DCCA) is known color: Almond. HEX triplet: F0, DC and CA. RGB value is (240,220,202). Sum of RGB (Red+Green+Blue) = 240+220+202=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCCA is #0F2335. Grayscale: #E0E0E0. Windows color (decimal): -992054 or 13294832. OLE color: 13294832.
HSL color Cylindrical-coordinate representation of color #F0DCCA: hue angle of 28.42º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0DCCA is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 202 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.06 |
| HSL | 28.42º | 0.56% | 0.87% | - |
| HSV(B) | 28.42º | 0.16% | 0.94% | - |
| XYZ | 72.19 | 73.98 | 66.35 | - |
| YUV | 223.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 202 | 0 | 0.08 | 0.16 | 0.06 | 28.42 | 0.56 | 0.87 |
| Hex | F0 | DC | CA | 0 | 8 | 10 | 6 | 1C | 38 | 57 |
| Octal | 360 | 334 | 312 | 0 | 10 | 20 | 6 | 34 | 70 | 127 |
| Binary | 11110000 | 11011100 | 11001010 | 0 | 1000 | 10000 | 110 | 11100 | 111000 | 1010111 |
Color Harmonies of #F0DCCA
Complementary color
Monochromatic Colors of #F0DCCA
Black with #F0DCCA
Text Example
Text Example
White with #F0DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DCCA; }
p { color: rgb(240,220,202); }
H1.HeaderClassName
{
color: #F0DCCA;
}
.AnyTagClassName
{
color: #F0DCCA;
}
</style>
background-color css
<style>
a { background-color: #F0DCCA; }
a { background-color: rgb(240,220,202); }
div.DivClassName
{
background-color: #F0DCCA;
}
.BgClassName
{
background-color: #F0DCCA;
}
</style>
border-color css
<style>
span { border-color: #F0DCCA; }
span { border-color: rgb(240,220,202); }
td.TdClassName
{
border-color: #F0DCCA;
}
.TagClassName
{
border-color: #F0DCCA;
}
</style>