Shades of Desert Sand #F0CFAD
Tints of Desert Sand #F0CFAD
RGB
CMYK
RGB Variations
Color information
#F0CFAD (or 0xF0CFAD) is known color: Desert Sand. HEX triplet: F0, CF and AD. RGB value is (240,207,173). Sum of RGB (Red+Green+Blue) = 240+207+173=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CFAD is #0F3052. Grayscale: #D5D5D5. Windows color (decimal): -995411 or 11390960. OLE color: 11390960.
HSL color Cylindrical-coordinate representation of color #F0CFAD: hue angle of 30.45º 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 #F0CFAD is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 173 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.06 |
| HSL | 30.45º | 0.69% | 0.81% | - |
| HSV(B) | 30.45º | 0.28% | 0.94% | - |
| XYZ | 65.79 | 66.17 | 48.84 | - |
| YUV | 212.99 | 105.43 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 173 | 0 | 0.14 | 0.28 | 0.06 | 30.45 | 0.69 | 0.81 |
| Hex | F0 | CF | AD | 0 | E | 1C | 6 | 1E | 45 | 51 |
| Octal | 360 | 317 | 255 | 0 | 16 | 34 | 6 | 36 | 105 | 121 |
| Binary | 11110000 | 11001111 | 10101101 | 0 | 1110 | 11100 | 110 | 11110 | 1000101 | 1010001 |
Color Harmonies of #F0CFAD
Complementary color
Monochromatic Colors of #F0CFAD
Black with #F0CFAD
Text Example
Text Example
White with #F0CFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CFAD; }
p { color: rgb(240,207,173); }
H1.HeaderClassName
{
color: #F0CFAD;
}
.AnyTagClassName
{
color: #F0CFAD;
}
</style>
background-color css
<style>
a { background-color: #F0CFAD; }
a { background-color: rgb(240,207,173); }
div.DivClassName
{
background-color: #F0CFAD;
}
.BgClassName
{
background-color: #F0CFAD;
}
</style>
border-color css
<style>
span { border-color: #F0CFAD; }
span { border-color: rgb(240,207,173); }
td.TdClassName
{
border-color: #F0CFAD;
}
.TagClassName
{
border-color: #F0CFAD;
}
</style>