Shades of Desert Sand #F2CBAD
Tints of Desert Sand #F2CBAD
RGB
CMYK
RGB Variations
Color information
#F2CBAD (or 0xF2CBAD) is known color: Desert Sand. HEX triplet: F2, CB and AD. RGB value is (242,203,173). Sum of RGB (Red+Green+Blue) = 242+203+173=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CBAD is #0D3452. Grayscale: #D3D3D3. Windows color (decimal): -865363 or 11389938. OLE color: 11389938.
HSL color Cylindrical-coordinate representation of color #F2CBAD: hue angle of 26.09º 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 #F2CBAD is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 173 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.05 |
| HSL | 26.09º | 0.73% | 0.81% | - |
| HSV(B) | 26.09º | 0.29% | 0.95% | - |
| XYZ | 65.52 | 64.61 | 48.55 | - |
| YUV | 211.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 173 | 0 | 0.16 | 0.29 | 0.05 | 26.09 | 0.73 | 0.81 |
| Hex | F2 | CB | AD | 0 | 10 | 1D | 5 | 1A | 49 | 51 |
| Octal | 362 | 313 | 255 | 0 | 20 | 35 | 5 | 32 | 111 | 121 |
| Binary | 11110010 | 11001011 | 10101101 | 0 | 10000 | 11101 | 101 | 11010 | 1001001 | 1010001 |
Color Harmonies of #F2CBAD
Complementary color
Monochromatic Colors of #F2CBAD
Black with #F2CBAD
Text Example
Text Example
White with #F2CBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CBAD; }
p { color: rgb(242,203,173); }
H1.HeaderClassName
{
color: #F2CBAD;
}
.AnyTagClassName
{
color: #F2CBAD;
}
</style>
background-color css
<style>
a { background-color: #F2CBAD; }
a { background-color: rgb(242,203,173); }
div.DivClassName
{
background-color: #F2CBAD;
}
.BgClassName
{
background-color: #F2CBAD;
}
</style>
border-color css
<style>
span { border-color: #F2CBAD; }
span { border-color: rgb(242,203,173); }
td.TdClassName
{
border-color: #F2CBAD;
}
.TagClassName
{
border-color: #F2CBAD;
}
</style>