Shades of Desert Sand #F0CDAF
Tints of Desert Sand #F0CDAF
RGB
CMYK
RGB Variations
Color information
#F0CDAF (or 0xF0CDAF) is known color: Desert Sand. HEX triplet: F0, CD and AF. RGB value is (240,205,175). Sum of RGB (Red+Green+Blue) = 240+205+175=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CDAF is #0F3250. Grayscale: #D4D4D4. Windows color (decimal): -995921 or 11521520. OLE color: 11521520.
HSL color Cylindrical-coordinate representation of color #F0CDAF: hue angle of 27.69º 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 #F0CDAF is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 175 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.06 |
| HSL | 27.69º | 0.68% | 0.81% | - |
| HSV(B) | 27.69º | 0.27% | 0.94% | - |
| XYZ | 65.5 | 65.28 | 49.71 | - |
| YUV | 212.05 | 107.1 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 175 | 0 | 0.15 | 0.27 | 0.06 | 27.69 | 0.68 | 0.81 |
| Hex | F0 | CD | AF | 0 | F | 1B | 6 | 1C | 44 | 51 |
| Octal | 360 | 315 | 257 | 0 | 17 | 33 | 6 | 34 | 104 | 121 |
| Binary | 11110000 | 11001101 | 10101111 | 0 | 1111 | 11011 | 110 | 11100 | 1000100 | 1010001 |
Color Harmonies of #F0CDAF
Complementary color
Monochromatic Colors of #F0CDAF
Black with #F0CDAF
Text Example
Text Example
White with #F0CDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CDAF; }
p { color: rgb(240,205,175); }
H1.HeaderClassName
{
color: #F0CDAF;
}
.AnyTagClassName
{
color: #F0CDAF;
}
</style>
background-color css
<style>
a { background-color: #F0CDAF; }
a { background-color: rgb(240,205,175); }
div.DivClassName
{
background-color: #F0CDAF;
}
.BgClassName
{
background-color: #F0CDAF;
}
</style>
border-color css
<style>
span { border-color: #F0CDAF; }
span { border-color: rgb(240,205,175); }
td.TdClassName
{
border-color: #F0CDAF;
}
.TagClassName
{
border-color: #F0CDAF;
}
</style>