Shades of Desert Sand #F0C8AB
Tints of Desert Sand #F0C8AB
RGB
CMYK
RGB Variations
Color information
#F0C8AB (or 0xF0C8AB) is known color: Desert Sand. HEX triplet: F0, C8 and AB. RGB value is (240,200,171). Sum of RGB (Red+Green+Blue) = 240+200+171=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C8AB is #0F3754. Grayscale: #D0D0D0. Windows color (decimal): -997205 or 11258096. OLE color: 11258096.
HSL color Cylindrical-coordinate representation of color #F0C8AB: hue angle of 25.22º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0C8AB is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 171 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.06 |
| HSL | 25.22º | 0.7% | 0.81% | - |
| HSV(B) | 25.22º | 0.29% | 0.94% | - |
| XYZ | 63.94 | 62.77 | 47.27 | - |
| YUV | 208.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 171 | 0 | 0.17 | 0.29 | 0.06 | 25.22 | 0.7 | 0.81 |
| Hex | F0 | C8 | AB | 0 | 11 | 1D | 6 | 19 | 46 | 51 |
| Octal | 360 | 310 | 253 | 0 | 21 | 35 | 6 | 31 | 106 | 121 |
| Binary | 11110000 | 11001000 | 10101011 | 0 | 10001 | 11101 | 110 | 11001 | 1000110 | 1010001 |
Color Harmonies of #F0C8AB
Complementary color
Monochromatic Colors of #F0C8AB
Black with #F0C8AB
Text Example
Text Example
White with #F0C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C8AB; }
p { color: rgb(240,200,171); }
H1.HeaderClassName
{
color: #F0C8AB;
}
.AnyTagClassName
{
color: #F0C8AB;
}
</style>
background-color css
<style>
a { background-color: #F0C8AB; }
a { background-color: rgb(240,200,171); }
div.DivClassName
{
background-color: #F0C8AB;
}
.BgClassName
{
background-color: #F0C8AB;
}
</style>
border-color css
<style>
span { border-color: #F0C8AB; }
span { border-color: rgb(240,200,171); }
td.TdClassName
{
border-color: #F0C8AB;
}
.TagClassName
{
border-color: #F0C8AB;
}
</style>