Shades of Desert Sand #F0C9AB
Tints of Desert Sand #F0C9AB
RGB
CMYK
RGB Variations
Color information
#F0C9AB (or 0xF0C9AB) is known color: Desert Sand. HEX triplet: F0, C9 and AB. RGB value is (240,201,171). Sum of RGB (Red+Green+Blue) = 240+201+171=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C9AB is #0F3654. Grayscale: #D1D1D1. Windows color (decimal): -996949 or 11258352. OLE color: 11258352.
HSL color Cylindrical-coordinate representation of color #F0C9AB: hue angle of 26.09º 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 #F0C9AB is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 171 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.06 |
| HSL | 26.09º | 0.7% | 0.81% | - |
| HSV(B) | 26.09º | 0.29% | 0.94% | - |
| XYZ | 64.17 | 63.24 | 47.35 | - |
| YUV | 209.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 171 | 0 | 0.16 | 0.29 | 0.06 | 26.09 | 0.7 | 0.81 |
| Hex | F0 | C9 | AB | 0 | 10 | 1D | 6 | 1A | 46 | 51 |
| Octal | 360 | 311 | 253 | 0 | 20 | 35 | 6 | 32 | 106 | 121 |
| Binary | 11110000 | 11001001 | 10101011 | 0 | 10000 | 11101 | 110 | 11010 | 1000110 | 1010001 |
Color Harmonies of #F0C9AB
Complementary color
Monochromatic Colors of #F0C9AB
Black with #F0C9AB
Text Example
Text Example
White with #F0C9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C9AB; }
p { color: rgb(240,201,171); }
H1.HeaderClassName
{
color: #F0C9AB;
}
.AnyTagClassName
{
color: #F0C9AB;
}
</style>
background-color css
<style>
a { background-color: #F0C9AB; }
a { background-color: rgb(240,201,171); }
div.DivClassName
{
background-color: #F0C9AB;
}
.BgClassName
{
background-color: #F0C9AB;
}
</style>
border-color css
<style>
span { border-color: #F0C9AB; }
span { border-color: rgb(240,201,171); }
td.TdClassName
{
border-color: #F0C9AB;
}
.TagClassName
{
border-color: #F0C9AB;
}
</style>