Shades of Desert Sand #F2CDB4
Tints of Desert Sand #F2CDB4
RGB
CMYK
RGB Variations
Color information
#F2CDB4 (or 0xF2CDB4) is known color: Desert Sand. HEX triplet: F2, CD and B4. RGB value is (242,205,180). Sum of RGB (Red+Green+Blue) = 242+205+180=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 180 (70.70% from 255 or 28.71% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDB4 is #0D324B. Grayscale: #D5D5D5. Windows color (decimal): -864844 or 11849202. OLE color: 11849202.
HSL color Cylindrical-coordinate representation of color #F2CDB4: hue angle of 24.19º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2CDB4 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 180 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.05 |
| HSL | 24.19º | 0.7% | 0.83% | - |
| HSV(B) | 24.19º | 0.26% | 0.95% | - |
| XYZ | 66.69 | 65.84 | 52.37 | - |
| YUV | 213.21 | 109.26 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 180 | 0 | 0.15 | 0.26 | 0.05 | 24.19 | 0.7 | 0.83 |
| Hex | F2 | CD | B4 | 0 | F | 1A | 5 | 18 | 46 | 53 |
| Octal | 362 | 315 | 264 | 0 | 17 | 32 | 5 | 30 | 106 | 123 |
| Binary | 11110010 | 11001101 | 10110100 | 0 | 1111 | 11010 | 101 | 11000 | 1000110 | 1010011 |
Color Harmonies of #F2CDB4
Complementary color
Monochromatic Colors of #F2CDB4
Black with #F2CDB4
Text Example
Text Example
White with #F2CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDB4; }
p { color: rgb(242,205,180); }
H1.HeaderClassName
{
color: #F2CDB4;
}
.AnyTagClassName
{
color: #F2CDB4;
}
</style>
background-color css
<style>
a { background-color: #F2CDB4; }
a { background-color: rgb(242,205,180); }
div.DivClassName
{
background-color: #F2CDB4;
}
.BgClassName
{
background-color: #F2CDB4;
}
</style>
border-color css
<style>
span { border-color: #F2CDB4; }
span { border-color: rgb(242,205,180); }
td.TdClassName
{
border-color: #F2CDB4;
}
.TagClassName
{
border-color: #F2CDB4;
}
</style>