Shades of Desert Sand #F2CBAC
Tints of Desert Sand #F2CBAC
RGB
CMYK
RGB Variations
Color information
#F2CBAC (or 0xF2CBAC) is known color: Desert Sand. HEX triplet: F2, CB and AC. RGB value is (242,203,172). Sum of RGB (Red+Green+Blue) = 242+203+172=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CBAC is #0D3453. Grayscale: #D3D3D3. Windows color (decimal): -865364 or 11324402. OLE color: 11324402.
HSL color Cylindrical-coordinate representation of color #F2CBAC: hue angle of 26.57º 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 #F2CBAC is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 172 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.05 |
| HSL | 26.57º | 0.73% | 0.81% | - |
| HSV(B) | 26.57º | 0.29% | 0.95% | - |
| XYZ | 65.42 | 64.57 | 48.04 | - |
| YUV | 211.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 172 | 0 | 0.16 | 0.29 | 0.05 | 26.57 | 0.73 | 0.81 |
| Hex | F2 | CB | AC | 0 | 10 | 1D | 5 | 1B | 49 | 51 |
| Octal | 362 | 313 | 254 | 0 | 20 | 35 | 5 | 33 | 111 | 121 |
| Binary | 11110010 | 11001011 | 10101100 | 0 | 10000 | 11101 | 101 | 11011 | 1001001 | 1010001 |
Color Harmonies of #F2CBAC
Complementary color
Monochromatic Colors of #F2CBAC
Black with #F2CBAC
Text Example
Text Example
White with #F2CBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CBAC; }
p { color: rgb(242,203,172); }
H1.HeaderClassName
{
color: #F2CBAC;
}
.AnyTagClassName
{
color: #F2CBAC;
}
</style>
background-color css
<style>
a { background-color: #F2CBAC; }
a { background-color: rgb(242,203,172); }
div.DivClassName
{
background-color: #F2CBAC;
}
.BgClassName
{
background-color: #F2CBAC;
}
</style>
border-color css
<style>
span { border-color: #F2CBAC; }
span { border-color: rgb(242,203,172); }
td.TdClassName
{
border-color: #F2CBAC;
}
.TagClassName
{
border-color: #F2CBAC;
}
</style>