Shades of Desert Sand #F2C7AD
Tints of Desert Sand #F2C7AD
RGB
CMYK
RGB Variations
Color information
#F2C7AD (or 0xF2C7AD) is known color: Desert Sand. HEX triplet: F2, C7 and AD. RGB value is (242,199,173). Sum of RGB (Red+Green+Blue) = 242+199+173=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C7AD is #0D3852. Grayscale: #D1D1D1. Windows color (decimal): -866387 or 11388914. OLE color: 11388914.
HSL color Cylindrical-coordinate representation of color #F2C7AD: hue angle of 22.61º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2C7AD is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 173 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.05 |
| HSL | 22.61º | 0.73% | 0.81% | - |
| HSV(B) | 22.61º | 0.29% | 0.95% | - |
| XYZ | 64.58 | 62.74 | 48.24 | - |
| YUV | 208.89 | 107.75 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 173 | 0 | 0.18 | 0.29 | 0.05 | 22.61 | 0.73 | 0.81 |
| Hex | F2 | C7 | AD | 0 | 12 | 1D | 5 | 17 | 49 | 51 |
| Octal | 362 | 307 | 255 | 0 | 22 | 35 | 5 | 27 | 111 | 121 |
| Binary | 11110010 | 11000111 | 10101101 | 0 | 10010 | 11101 | 101 | 10111 | 1001001 | 1010001 |
Color Harmonies of #F2C7AD
Complementary color
Monochromatic Colors of #F2C7AD
Black with #F2C7AD
Text Example
Text Example
White with #F2C7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C7AD; }
p { color: rgb(242,199,173); }
H1.HeaderClassName
{
color: #F2C7AD;
}
.AnyTagClassName
{
color: #F2C7AD;
}
</style>
background-color css
<style>
a { background-color: #F2C7AD; }
a { background-color: rgb(242,199,173); }
div.DivClassName
{
background-color: #F2C7AD;
}
.BgClassName
{
background-color: #F2C7AD;
}
</style>
border-color css
<style>
span { border-color: #F2C7AD; }
span { border-color: rgb(242,199,173); }
td.TdClassName
{
border-color: #F2C7AD;
}
.TagClassName
{
border-color: #F2C7AD;
}
</style>