Shades of Desert Sand #F2C6AD
Tints of Desert Sand #F2C6AD
RGB
CMYK
RGB Variations
Color information
#F2C6AD (or 0xF2C6AD) is known color: Desert Sand. HEX triplet: F2, C6 and AD. RGB value is (242,198,173). Sum of RGB (Red+Green+Blue) = 242+198+173=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C6AD is #0D3952. Grayscale: #D0D0D0. Windows color (decimal): -866643 or 11388658. OLE color: 11388658.
HSL color Cylindrical-coordinate representation of color #F2C6AD: hue angle of 21.74º 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 #F2C6AD is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 173 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.05 |
| HSL | 21.74º | 0.73% | 0.81% | - |
| HSV(B) | 21.74º | 0.29% | 0.95% | - |
| XYZ | 64.35 | 62.28 | 48.17 | - |
| YUV | 208.31 | 108.08 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 173 | 0 | 0.18 | 0.29 | 0.05 | 21.74 | 0.73 | 0.81 |
| Hex | F2 | C6 | AD | 0 | 12 | 1D | 5 | 16 | 49 | 51 |
| Octal | 362 | 306 | 255 | 0 | 22 | 35 | 5 | 26 | 111 | 121 |
| Binary | 11110010 | 11000110 | 10101101 | 0 | 10010 | 11101 | 101 | 10110 | 1001001 | 1010001 |
Color Harmonies of #F2C6AD
Complementary color
Monochromatic Colors of #F2C6AD
Black with #F2C6AD
Text Example
Text Example
White with #F2C6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C6AD; }
p { color: rgb(242,198,173); }
H1.HeaderClassName
{
color: #F2C6AD;
}
.AnyTagClassName
{
color: #F2C6AD;
}
</style>
background-color css
<style>
a { background-color: #F2C6AD; }
a { background-color: rgb(242,198,173); }
div.DivClassName
{
background-color: #F2C6AD;
}
.BgClassName
{
background-color: #F2C6AD;
}
</style>
border-color css
<style>
span { border-color: #F2C6AD; }
span { border-color: rgb(242,198,173); }
td.TdClassName
{
border-color: #F2C6AD;
}
.TagClassName
{
border-color: #F2C6AD;
}
</style>