Shades of Desert Sand #F2CBA9
Tints of Desert Sand #F2CBA9
RGB
CMYK
RGB Variations
Color information
#F2CBA9 (or 0xF2CBA9) is known color: Desert Sand. HEX triplet: F2, CB and A9. RGB value is (242,203,169). Sum of RGB (Red+Green+Blue) = 242+203+169=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 169 (66.41% from 255 or 27.52% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CBA9 is #0D3456. Grayscale: #D2D2D2. Windows color (decimal): -865367 or 11127794. OLE color: 11127794.
HSL color Cylindrical-coordinate representation of color #F2CBA9: hue angle of 27.95º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2CBA9 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 169 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.05 |
| HSL | 27.95º | 0.74% | 0.81% | - |
| HSV(B) | 27.95º | 0.3% | 0.95% | - |
| XYZ | 65.14 | 64.45 | 46.54 | - |
| YUV | 210.79 | 104.42 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 169 | 0 | 0.16 | 0.30 | 0.05 | 27.95 | 0.74 | 0.81 |
| Hex | F2 | CB | A9 | 0 | 10 | 1E | 5 | 1C | 4A | 51 |
| Octal | 362 | 313 | 251 | 0 | 20 | 36 | 5 | 34 | 112 | 121 |
| Binary | 11110010 | 11001011 | 10101001 | 0 | 10000 | 11110 | 101 | 11100 | 1001010 | 1010001 |
Color Harmonies of #F2CBA9
Complementary color
Monochromatic Colors of #F2CBA9
Black with #F2CBA9
Text Example
Text Example
White with #F2CBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CBA9; }
p { color: rgb(242,203,169); }
H1.HeaderClassName
{
color: #F2CBA9;
}
.AnyTagClassName
{
color: #F2CBA9;
}
</style>
background-color css
<style>
a { background-color: #F2CBA9; }
a { background-color: rgb(242,203,169); }
div.DivClassName
{
background-color: #F2CBA9;
}
.BgClassName
{
background-color: #F2CBA9;
}
</style>
border-color css
<style>
span { border-color: #F2CBA9; }
span { border-color: rgb(242,203,169); }
td.TdClassName
{
border-color: #F2CBA9;
}
.TagClassName
{
border-color: #F2CBA9;
}
</style>