Shades of Desert Sand #F2CCAB
Tints of Desert Sand #F2CCAB
RGB
CMYK
RGB Variations
Color information
#F2CCAB (or 0xF2CCAB) is known color: Desert Sand. HEX triplet: F2, CC and AB. RGB value is (242,204,171). Sum of RGB (Red+Green+Blue) = 242+204+171=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CCAB is #0D3354. Grayscale: #D3D3D3. Windows color (decimal): -865109 or 11259122. OLE color: 11259122.
HSL color Cylindrical-coordinate representation of color #F2CCAB: hue angle of 27.89º 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 #F2CCAB is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 171 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.05 |
| HSL | 27.89º | 0.73% | 0.81% | - |
| HSV(B) | 27.89º | 0.29% | 0.95% | - |
| XYZ | 65.56 | 65 | 47.62 | - |
| YUV | 211.6 | 105.09 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 171 | 0 | 0.16 | 0.29 | 0.05 | 27.89 | 0.73 | 0.81 |
| Hex | F2 | CC | AB | 0 | 10 | 1D | 5 | 1C | 49 | 51 |
| Octal | 362 | 314 | 253 | 0 | 20 | 35 | 5 | 34 | 111 | 121 |
| Binary | 11110010 | 11001100 | 10101011 | 0 | 10000 | 11101 | 101 | 11100 | 1001001 | 1010001 |
Color Harmonies of #F2CCAB
Complementary color
Monochromatic Colors of #F2CCAB
Black with #F2CCAB
Text Example
Text Example
White with #F2CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCAB; }
p { color: rgb(242,204,171); }
H1.HeaderClassName
{
color: #F2CCAB;
}
.AnyTagClassName
{
color: #F2CCAB;
}
</style>
background-color css
<style>
a { background-color: #F2CCAB; }
a { background-color: rgb(242,204,171); }
div.DivClassName
{
background-color: #F2CCAB;
}
.BgClassName
{
background-color: #F2CCAB;
}
</style>
border-color css
<style>
span { border-color: #F2CCAB; }
span { border-color: rgb(242,204,171); }
td.TdClassName
{
border-color: #F2CCAB;
}
.TagClassName
{
border-color: #F2CCAB;
}
</style>