Shades of Desert Sand #F2CDAC
Tints of Desert Sand #F2CDAC
RGB
CMYK
RGB Variations
Color information
#F2CDAC (or 0xF2CDAC) is known color: Desert Sand. HEX triplet: F2, CD and AC. RGB value is (242,205,172). Sum of RGB (Red+Green+Blue) = 242+205+172=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CDAC is #0D3253. Grayscale: #D4D4D4. Windows color (decimal): -864852 or 11324914. OLE color: 11324914.
HSL color Cylindrical-coordinate representation of color #F2CDAC: hue angle of 28.29º 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 #F2CDAC is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 172 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.05 |
| HSL | 28.29º | 0.73% | 0.81% | - |
| HSV(B) | 28.29º | 0.29% | 0.95% | - |
| XYZ | 65.9 | 65.52 | 48.2 | - |
| YUV | 212.3 | 105.26 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 172 | 0 | 0.15 | 0.29 | 0.05 | 28.29 | 0.73 | 0.81 |
| Hex | F2 | CD | AC | 0 | F | 1D | 5 | 1C | 49 | 51 |
| Octal | 362 | 315 | 254 | 0 | 17 | 35 | 5 | 34 | 111 | 121 |
| Binary | 11110010 | 11001101 | 10101100 | 0 | 1111 | 11101 | 101 | 11100 | 1001001 | 1010001 |
Color Harmonies of #F2CDAC
Complementary color
Monochromatic Colors of #F2CDAC
Black with #F2CDAC
Text Example
Text Example
White with #F2CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDAC; }
p { color: rgb(242,205,172); }
H1.HeaderClassName
{
color: #F2CDAC;
}
.AnyTagClassName
{
color: #F2CDAC;
}
</style>
background-color css
<style>
a { background-color: #F2CDAC; }
a { background-color: rgb(242,205,172); }
div.DivClassName
{
background-color: #F2CDAC;
}
.BgClassName
{
background-color: #F2CDAC;
}
</style>
border-color css
<style>
span { border-color: #F2CDAC; }
span { border-color: rgb(242,205,172); }
td.TdClassName
{
border-color: #F2CDAC;
}
.TagClassName
{
border-color: #F2CDAC;
}
</style>