Shades of Desert Sand #F2CDAB
Tints of Desert Sand #F2CDAB
RGB
CMYK
RGB Variations
Color information
#F2CDAB (or 0xF2CDAB) is known color: Desert Sand. HEX triplet: F2, CD and AB. RGB value is (242,205,171). Sum of RGB (Red+Green+Blue) = 242+205+171=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CDAB is #0D3254. Grayscale: #D4D4D4. Windows color (decimal): -864853 or 11259378. OLE color: 11259378.
HSL color Cylindrical-coordinate representation of color #F2CDAB: hue angle of 28.73º 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 #F2CDAB is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 171 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.05 |
| HSL | 28.73º | 0.73% | 0.81% | - |
| HSV(B) | 28.73º | 0.29% | 0.95% | - |
| XYZ | 65.8 | 65.48 | 47.7 | - |
| YUV | 212.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 171 | 0 | 0.15 | 0.29 | 0.05 | 28.73 | 0.73 | 0.81 |
| Hex | F2 | CD | AB | 0 | F | 1D | 5 | 1D | 49 | 51 |
| Octal | 362 | 315 | 253 | 0 | 17 | 35 | 5 | 35 | 111 | 121 |
| Binary | 11110010 | 11001101 | 10101011 | 0 | 1111 | 11101 | 101 | 11101 | 1001001 | 1010001 |
Color Harmonies of #F2CDAB
Complementary color
Monochromatic Colors of #F2CDAB
Black with #F2CDAB
Text Example
Text Example
White with #F2CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDAB; }
p { color: rgb(242,205,171); }
H1.HeaderClassName
{
color: #F2CDAB;
}
.AnyTagClassName
{
color: #F2CDAB;
}
</style>
background-color css
<style>
a { background-color: #F2CDAB; }
a { background-color: rgb(242,205,171); }
div.DivClassName
{
background-color: #F2CDAB;
}
.BgClassName
{
background-color: #F2CDAB;
}
</style>
border-color css
<style>
span { border-color: #F2CDAB; }
span { border-color: rgb(242,205,171); }
td.TdClassName
{
border-color: #F2CDAB;
}
.TagClassName
{
border-color: #F2CDAB;
}
</style>