Shades of Desert Sand #F2C8AB
Tints of Desert Sand #F2C8AB
RGB
CMYK
RGB Variations
Color information
#F2C8AB (or 0xF2C8AB) is known color: Desert Sand. HEX triplet: F2, C8 and AB. RGB value is (242,200,171). Sum of RGB (Red+Green+Blue) = 242+200+171=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C8AB is #0D3754. Grayscale: #D1D1D1. Windows color (decimal): -866133 or 11258098. OLE color: 11258098.
HSL color Cylindrical-coordinate representation of color #F2C8AB: hue angle of 24.51º 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 #F2C8AB is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 171 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.05 |
| HSL | 24.51º | 0.73% | 0.81% | - |
| HSV(B) | 24.51º | 0.29% | 0.95% | - |
| XYZ | 64.62 | 63.13 | 47.31 | - |
| YUV | 209.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 171 | 0 | 0.17 | 0.29 | 0.05 | 24.51 | 0.73 | 0.81 |
| Hex | F2 | C8 | AB | 0 | 11 | 1D | 5 | 19 | 49 | 51 |
| Octal | 362 | 310 | 253 | 0 | 21 | 35 | 5 | 31 | 111 | 121 |
| Binary | 11110010 | 11001000 | 10101011 | 0 | 10001 | 11101 | 101 | 11001 | 1001001 | 1010001 |
Color Harmonies of #F2C8AB
Complementary color
Monochromatic Colors of #F2C8AB
Black with #F2C8AB
Text Example
Text Example
White with #F2C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C8AB; }
p { color: rgb(242,200,171); }
H1.HeaderClassName
{
color: #F2C8AB;
}
.AnyTagClassName
{
color: #F2C8AB;
}
</style>
background-color css
<style>
a { background-color: #F2C8AB; }
a { background-color: rgb(242,200,171); }
div.DivClassName
{
background-color: #F2C8AB;
}
.BgClassName
{
background-color: #F2C8AB;
}
</style>
border-color css
<style>
span { border-color: #F2C8AB; }
span { border-color: rgb(242,200,171); }
td.TdClassName
{
border-color: #F2C8AB;
}
.TagClassName
{
border-color: #F2C8AB;
}
</style>