Shades of Desert Sand #F0C8AA
Tints of Desert Sand #F0C8AA
RGB
CMYK
RGB Variations
Color information
#F0C8AA (or 0xF0C8AA) is known color: Desert Sand. HEX triplet: F0, C8 and AA. RGB value is (240,200,170). Sum of RGB (Red+Green+Blue) = 240+200+170=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C8AA is #0F3755. Grayscale: #D0D0D0. Windows color (decimal): -997206 or 11192560. OLE color: 11192560.
HSL color Cylindrical-coordinate representation of color #F0C8AA: hue angle of 25.71º 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 #F0C8AA is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 170 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.06 |
| HSL | 25.71º | 0.7% | 0.8% | - |
| HSV(B) | 25.71º | 0.29% | 0.94% | - |
| XYZ | 63.85 | 62.74 | 46.77 | - |
| YUV | 208.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 170 | 0 | 0.17 | 0.29 | 0.06 | 25.71 | 0.7 | 0.8 |
| Hex | F0 | C8 | AA | 0 | 11 | 1D | 6 | 1A | 46 | 50 |
| Octal | 360 | 310 | 252 | 0 | 21 | 35 | 6 | 32 | 106 | 120 |
| Binary | 11110000 | 11001000 | 10101010 | 0 | 10001 | 11101 | 110 | 11010 | 1000110 | 1010000 |
Color Harmonies of #F0C8AA
Complementary color
Monochromatic Colors of #F0C8AA
Black with #F0C8AA
Text Example
Text Example
White with #F0C8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C8AA; }
p { color: rgb(240,200,170); }
H1.HeaderClassName
{
color: #F0C8AA;
}
.AnyTagClassName
{
color: #F0C8AA;
}
</style>
background-color css
<style>
a { background-color: #F0C8AA; }
a { background-color: rgb(240,200,170); }
div.DivClassName
{
background-color: #F0C8AA;
}
.BgClassName
{
background-color: #F0C8AA;
}
</style>
border-color css
<style>
span { border-color: #F0C8AA; }
span { border-color: rgb(240,200,170); }
td.TdClassName
{
border-color: #F0C8AA;
}
.TagClassName
{
border-color: #F0C8AA;
}
</style>