Shades of Desert Sand #F2C9AC
Tints of Desert Sand #F2C9AC
RGB
CMYK
RGB Variations
Color information
#F2C9AC (or 0xF2C9AC) is known color: Desert Sand. HEX triplet: F2, C9 and AC. RGB value is (242,201,172). Sum of RGB (Red+Green+Blue) = 242+201+172=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C9AC is #0D3653. Grayscale: #D2D2D2. Windows color (decimal): -865876 or 11323890. OLE color: 11323890.
HSL color Cylindrical-coordinate representation of color #F2C9AC: hue angle of 24.86º 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 #F2C9AC is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 172 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.05 |
| HSL | 24.86º | 0.73% | 0.81% | - |
| HSV(B) | 24.86º | 0.29% | 0.95% | - |
| XYZ | 64.95 | 63.63 | 47.89 | - |
| YUV | 209.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 172 | 0 | 0.17 | 0.29 | 0.05 | 24.86 | 0.73 | 0.81 |
| Hex | F2 | C9 | AC | 0 | 11 | 1D | 5 | 19 | 49 | 51 |
| Octal | 362 | 311 | 254 | 0 | 21 | 35 | 5 | 31 | 111 | 121 |
| Binary | 11110010 | 11001001 | 10101100 | 0 | 10001 | 11101 | 101 | 11001 | 1001001 | 1010001 |
Color Harmonies of #F2C9AC
Complementary color
Monochromatic Colors of #F2C9AC
Black with #F2C9AC
Text Example
Text Example
White with #F2C9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C9AC; }
p { color: rgb(242,201,172); }
H1.HeaderClassName
{
color: #F2C9AC;
}
.AnyTagClassName
{
color: #F2C9AC;
}
</style>
background-color css
<style>
a { background-color: #F2C9AC; }
a { background-color: rgb(242,201,172); }
div.DivClassName
{
background-color: #F2C9AC;
}
.BgClassName
{
background-color: #F2C9AC;
}
</style>
border-color css
<style>
span { border-color: #F2C9AC; }
span { border-color: rgb(242,201,172); }
td.TdClassName
{
border-color: #F2C9AC;
}
.TagClassName
{
border-color: #F2C9AC;
}
</style>