Shades of Desert Sand #F2CCAF
Tints of Desert Sand #F2CCAF
RGB
CMYK
RGB Variations
Color information
#F2CCAF (or 0xF2CCAF) is known color: Desert Sand. HEX triplet: F2, CC and AF. RGB value is (242,204,175). Sum of RGB (Red+Green+Blue) = 242+204+175=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CCAF is #0D3350. Grayscale: #D4D4D4. Windows color (decimal): -865105 or 11521266. OLE color: 11521266.
HSL color Cylindrical-coordinate representation of color #F2CCAF: hue angle of 25.97º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2CCAF is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 175 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.05 |
| HSL | 25.97º | 0.72% | 0.82% | - |
| HSV(B) | 25.97º | 0.28% | 0.95% | - |
| XYZ | 65.95 | 65.16 | 49.66 | - |
| YUV | 212.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 175 | 0 | 0.16 | 0.28 | 0.05 | 25.97 | 0.72 | 0.82 |
| Hex | F2 | CC | AF | 0 | 10 | 1C | 5 | 1A | 48 | 52 |
| Octal | 362 | 314 | 257 | 0 | 20 | 34 | 5 | 32 | 110 | 122 |
| Binary | 11110010 | 11001100 | 10101111 | 0 | 10000 | 11100 | 101 | 11010 | 1001000 | 1010010 |
Color Harmonies of #F2CCAF
Complementary color
Monochromatic Colors of #F2CCAF
Black with #F2CCAF
Text Example
Text Example
White with #F2CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCAF; }
p { color: rgb(242,204,175); }
H1.HeaderClassName
{
color: #F2CCAF;
}
.AnyTagClassName
{
color: #F2CCAF;
}
</style>
background-color css
<style>
a { background-color: #F2CCAF; }
a { background-color: rgb(242,204,175); }
div.DivClassName
{
background-color: #F2CCAF;
}
.BgClassName
{
background-color: #F2CCAF;
}
</style>
border-color css
<style>
span { border-color: #F2CCAF; }
span { border-color: rgb(242,204,175); }
td.TdClassName
{
border-color: #F2CCAF;
}
.TagClassName
{
border-color: #F2CCAF;
}
</style>