Shades of Desert Sand #F2CAB1
Tints of Desert Sand #F2CAB1
RGB
CMYK
RGB Variations
Color information
#F2CAB1 (or 0xF2CAB1) is known color: Desert Sand. HEX triplet: F2, CA and B1. RGB value is (242,202,177). Sum of RGB (Red+Green+Blue) = 242+202+177=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 177 (69.53% from 255 or 28.50% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CAB1 is #0D354E. Grayscale: #D3D3D3. Windows color (decimal): -865615 or 11651826. OLE color: 11651826.
HSL color Cylindrical-coordinate representation of color #F2CAB1: hue angle of 23.08º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2CAB1 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 177 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.05 |
| HSL | 23.08º | 0.71% | 0.82% | - |
| HSV(B) | 23.08º | 0.27% | 0.95% | - |
| XYZ | 65.67 | 64.29 | 50.54 | - |
| YUV | 211.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 177 | 0 | 0.17 | 0.27 | 0.05 | 23.08 | 0.71 | 0.82 |
| Hex | F2 | CA | B1 | 0 | 11 | 1B | 5 | 17 | 47 | 52 |
| Octal | 362 | 312 | 261 | 0 | 21 | 33 | 5 | 27 | 107 | 122 |
| Binary | 11110010 | 11001010 | 10110001 | 0 | 10001 | 11011 | 101 | 10111 | 1000111 | 1010010 |
Color Harmonies of #F2CAB1
Complementary color
Monochromatic Colors of #F2CAB1
Black with #F2CAB1
Text Example
Text Example
White with #F2CAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CAB1; }
p { color: rgb(242,202,177); }
H1.HeaderClassName
{
color: #F2CAB1;
}
.AnyTagClassName
{
color: #F2CAB1;
}
</style>
background-color css
<style>
a { background-color: #F2CAB1; }
a { background-color: rgb(242,202,177); }
div.DivClassName
{
background-color: #F2CAB1;
}
.BgClassName
{
background-color: #F2CAB1;
}
</style>
border-color css
<style>
span { border-color: #F2CAB1; }
span { border-color: rgb(242,202,177); }
td.TdClassName
{
border-color: #F2CAB1;
}
.TagClassName
{
border-color: #F2CAB1;
}
</style>