Shades of Desert Sand #F2C7AC
Tints of Desert Sand #F2C7AC
RGB
CMYK
RGB Variations
Color information
#F2C7AC (or 0xF2C7AC) is known color: Desert Sand. HEX triplet: F2, C7 and AC. RGB value is (242,199,172). Sum of RGB (Red+Green+Blue) = 242+199+172=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C7AC is #0D3853. Grayscale: #D0D0D0. Windows color (decimal): -866388 or 11323378. OLE color: 11323378.
HSL color Cylindrical-coordinate representation of color #F2C7AC: hue angle of 23.14º 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 #F2C7AC is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 172 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.05 |
| HSL | 23.14º | 0.73% | 0.81% | - |
| HSV(B) | 23.14º | 0.29% | 0.95% | - |
| XYZ | 64.49 | 62.7 | 47.73 | - |
| YUV | 208.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 172 | 0 | 0.18 | 0.29 | 0.05 | 23.14 | 0.73 | 0.81 |
| Hex | F2 | C7 | AC | 0 | 12 | 1D | 5 | 17 | 49 | 51 |
| Octal | 362 | 307 | 254 | 0 | 22 | 35 | 5 | 27 | 111 | 121 |
| Binary | 11110010 | 11000111 | 10101100 | 0 | 10010 | 11101 | 101 | 10111 | 1001001 | 1010001 |
Color Harmonies of #F2C7AC
Complementary color
Monochromatic Colors of #F2C7AC
Black with #F2C7AC
Text Example
Text Example
White with #F2C7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C7AC; }
p { color: rgb(242,199,172); }
H1.HeaderClassName
{
color: #F2C7AC;
}
.AnyTagClassName
{
color: #F2C7AC;
}
</style>
background-color css
<style>
a { background-color: #F2C7AC; }
a { background-color: rgb(242,199,172); }
div.DivClassName
{
background-color: #F2C7AC;
}
.BgClassName
{
background-color: #F2C7AC;
}
</style>
border-color css
<style>
span { border-color: #F2C7AC; }
span { border-color: rgb(242,199,172); }
td.TdClassName
{
border-color: #F2C7AC;
}
.TagClassName
{
border-color: #F2C7AC;
}
</style>