Shades of Desert Sand #F0C7AD
Tints of Desert Sand #F0C7AD
RGB
CMYK
RGB Variations
Color information
#F0C7AD (or 0xF0C7AD) is known color: Desert Sand. HEX triplet: F0, C7 and AD. RGB value is (240,199,173). Sum of RGB (Red+Green+Blue) = 240+199+173=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C7AD is #0F3852. Grayscale: #D0D0D0. Windows color (decimal): -997459 or 11388912. OLE color: 11388912.
HSL color Cylindrical-coordinate representation of color #F0C7AD: hue angle of 23.28º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0C7AD is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 173 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.06 |
| HSL | 23.28º | 0.69% | 0.81% | - |
| HSV(B) | 23.28º | 0.28% | 0.94% | - |
| XYZ | 63.9 | 62.39 | 48.21 | - |
| YUV | 208.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 173 | 0 | 0.17 | 0.28 | 0.06 | 23.28 | 0.69 | 0.81 |
| Hex | F0 | C7 | AD | 0 | 11 | 1C | 6 | 17 | 45 | 51 |
| Octal | 360 | 307 | 255 | 0 | 21 | 34 | 6 | 27 | 105 | 121 |
| Binary | 11110000 | 11000111 | 10101101 | 0 | 10001 | 11100 | 110 | 10111 | 1000101 | 1010001 |
Color Harmonies of #F0C7AD
Complementary color
Monochromatic Colors of #F0C7AD
Black with #F0C7AD
Text Example
Text Example
White with #F0C7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C7AD; }
p { color: rgb(240,199,173); }
H1.HeaderClassName
{
color: #F0C7AD;
}
.AnyTagClassName
{
color: #F0C7AD;
}
</style>
background-color css
<style>
a { background-color: #F0C7AD; }
a { background-color: rgb(240,199,173); }
div.DivClassName
{
background-color: #F0C7AD;
}
.BgClassName
{
background-color: #F0C7AD;
}
</style>
border-color css
<style>
span { border-color: #F0C7AD; }
span { border-color: rgb(240,199,173); }
td.TdClassName
{
border-color: #F0C7AD;
}
.TagClassName
{
border-color: #F0C7AD;
}
</style>