Shades of Desert Sand #F2C6AB
Tints of Desert Sand #F2C6AB
RGB
CMYK
RGB Variations
Color information
#F2C6AB (or 0xF2C6AB) is known color: Desert Sand. HEX triplet: F2, C6 and AB. RGB value is (242,198,171). Sum of RGB (Red+Green+Blue) = 242+198+171=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C6AB is #0D3954. Grayscale: #D0D0D0. Windows color (decimal): -866645 or 11257586. OLE color: 11257586.
HSL color Cylindrical-coordinate representation of color #F2C6AB: hue angle of 22.82º 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 #F2C6AB is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 171 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.05 |
| HSL | 22.82º | 0.73% | 0.81% | - |
| HSV(B) | 22.82º | 0.29% | 0.95% | - |
| XYZ | 64.16 | 62.21 | 47.15 | - |
| YUV | 208.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 171 | 0 | 0.18 | 0.29 | 0.05 | 22.82 | 0.73 | 0.81 |
| Hex | F2 | C6 | AB | 0 | 12 | 1D | 5 | 17 | 49 | 51 |
| Octal | 362 | 306 | 253 | 0 | 22 | 35 | 5 | 27 | 111 | 121 |
| Binary | 11110010 | 11000110 | 10101011 | 0 | 10010 | 11101 | 101 | 10111 | 1001001 | 1010001 |
Color Harmonies of #F2C6AB
Complementary color
Monochromatic Colors of #F2C6AB
Black with #F2C6AB
Text Example
Text Example
White with #F2C6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C6AB; }
p { color: rgb(242,198,171); }
H1.HeaderClassName
{
color: #F2C6AB;
}
.AnyTagClassName
{
color: #F2C6AB;
}
</style>
background-color css
<style>
a { background-color: #F2C6AB; }
a { background-color: rgb(242,198,171); }
div.DivClassName
{
background-color: #F2C6AB;
}
.BgClassName
{
background-color: #F2C6AB;
}
</style>
border-color css
<style>
span { border-color: #F2C6AB; }
span { border-color: rgb(242,198,171); }
td.TdClassName
{
border-color: #F2C6AB;
}
.TagClassName
{
border-color: #F2C6AB;
}
</style>