Shades of Desert Sand #F0CCAA
Tints of Desert Sand #F0CCAA
RGB
CMYK
RGB Variations
Color information
#F0CCAA (or 0xF0CCAA) is known color: Desert Sand. HEX triplet: F0, CC and AA. RGB value is (240,204,170). Sum of RGB (Red+Green+Blue) = 240+204+170=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CCAA is #0F3355. Grayscale: #D3D3D3. Windows color (decimal): -996182 or 11193584. OLE color: 11193584.
HSL color Cylindrical-coordinate representation of color #F0CCAA: hue angle of 29.14º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0CCAA is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 170 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.06 |
| HSL | 29.14º | 0.7% | 0.8% | - |
| HSV(B) | 29.14º | 0.29% | 0.94% | - |
| XYZ | 64.78 | 64.61 | 47.09 | - |
| YUV | 210.89 | 104.93 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 170 | 0 | 0.15 | 0.29 | 0.06 | 29.14 | 0.7 | 0.8 |
| Hex | F0 | CC | AA | 0 | F | 1D | 6 | 1D | 46 | 50 |
| Octal | 360 | 314 | 252 | 0 | 17 | 35 | 6 | 35 | 106 | 120 |
| Binary | 11110000 | 11001100 | 10101010 | 0 | 1111 | 11101 | 110 | 11101 | 1000110 | 1010000 |
Color Harmonies of #F0CCAA
Complementary color
Monochromatic Colors of #F0CCAA
Black with #F0CCAA
Text Example
Text Example
White with #F0CCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCAA; }
p { color: rgb(240,204,170); }
H1.HeaderClassName
{
color: #F0CCAA;
}
.AnyTagClassName
{
color: #F0CCAA;
}
</style>
background-color css
<style>
a { background-color: #F0CCAA; }
a { background-color: rgb(240,204,170); }
div.DivClassName
{
background-color: #F0CCAA;
}
.BgClassName
{
background-color: #F0CCAA;
}
</style>
border-color css
<style>
span { border-color: #F0CCAA; }
span { border-color: rgb(240,204,170); }
td.TdClassName
{
border-color: #F0CCAA;
}
.TagClassName
{
border-color: #F0CCAA;
}
</style>