Shades of Desert Sand #F2D0AF
Tints of Desert Sand #F2D0AF
RGB
CMYK
RGB Variations
Color information
#F2D0AF (or 0xF2D0AF) is known color: Desert Sand. HEX triplet: F2, D0 and AF. RGB value is (242,208,175). Sum of RGB (Red+Green+Blue) = 242+208+175=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D0AF is #0D2F50. Grayscale: #D6D6D6. Windows color (decimal): -864081 or 11522290. OLE color: 11522290.
HSL color Cylindrical-coordinate representation of color #F2D0AF: hue angle of 29.55º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2D0AF is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 175 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.05 |
| HSL | 29.55º | 0.72% | 0.82% | - |
| HSV(B) | 29.55º | 0.28% | 0.95% | - |
| XYZ | 66.91 | 67.08 | 49.98 | - |
| YUV | 214.4 | 105.76 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 175 | 0 | 0.14 | 0.28 | 0.05 | 29.55 | 0.72 | 0.82 |
| Hex | F2 | D0 | AF | 0 | E | 1C | 5 | 1E | 48 | 52 |
| Octal | 362 | 320 | 257 | 0 | 16 | 34 | 5 | 36 | 110 | 122 |
| Binary | 11110010 | 11010000 | 10101111 | 0 | 1110 | 11100 | 101 | 11110 | 1001000 | 1010010 |
Color Harmonies of #F2D0AF
Complementary color
Monochromatic Colors of #F2D0AF
Black with #F2D0AF
Text Example
Text Example
White with #F2D0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D0AF; }
p { color: rgb(242,208,175); }
H1.HeaderClassName
{
color: #F2D0AF;
}
.AnyTagClassName
{
color: #F2D0AF;
}
</style>
background-color css
<style>
a { background-color: #F2D0AF; }
a { background-color: rgb(242,208,175); }
div.DivClassName
{
background-color: #F2D0AF;
}
.BgClassName
{
background-color: #F2D0AF;
}
</style>
border-color css
<style>
span { border-color: #F2D0AF; }
span { border-color: rgb(242,208,175); }
td.TdClassName
{
border-color: #F2D0AF;
}
.TagClassName
{
border-color: #F2D0AF;
}
</style>