Shades of Desert Sand #F0C6AF
Tints of Desert Sand #F0C6AF
RGB
CMYK
RGB Variations
Color information
#F0C6AF (or 0xF0C6AF) is known color: Desert Sand. HEX triplet: F0, C6 and AF. RGB value is (240,198,175). Sum of RGB (Red+Green+Blue) = 240+198+175=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C6AF is #0F3950. Grayscale: #D0D0D0. Windows color (decimal): -997713 or 11519728. OLE color: 11519728.
HSL color Cylindrical-coordinate representation of color #F0C6AF: hue angle of 21.23º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0C6AF is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 175 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.06 |
| HSL | 21.23º | 0.68% | 0.81% | - |
| HSV(B) | 21.23º | 0.27% | 0.94% | - |
| XYZ | 63.87 | 62.01 | 49.16 | - |
| YUV | 207.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 175 | 0 | 0.18 | 0.27 | 0.06 | 21.23 | 0.68 | 0.81 |
| Hex | F0 | C6 | AF | 0 | 12 | 1B | 6 | 15 | 44 | 51 |
| Octal | 360 | 306 | 257 | 0 | 22 | 33 | 6 | 25 | 104 | 121 |
| Binary | 11110000 | 11000110 | 10101111 | 0 | 10010 | 11011 | 110 | 10101 | 1000100 | 1010001 |
Color Harmonies of #F0C6AF
Complementary color
Monochromatic Colors of #F0C6AF
Black with #F0C6AF
Text Example
Text Example
White with #F0C6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C6AF; }
p { color: rgb(240,198,175); }
H1.HeaderClassName
{
color: #F0C6AF;
}
.AnyTagClassName
{
color: #F0C6AF;
}
</style>
background-color css
<style>
a { background-color: #F0C6AF; }
a { background-color: rgb(240,198,175); }
div.DivClassName
{
background-color: #F0C6AF;
}
.BgClassName
{
background-color: #F0C6AF;
}
</style>
border-color css
<style>
span { border-color: #F0C6AF; }
span { border-color: rgb(240,198,175); }
td.TdClassName
{
border-color: #F0C6AF;
}
.TagClassName
{
border-color: #F0C6AF;
}
</style>