Shades of Desert Sand #F2C8B2
Tints of Desert Sand #F2C8B2
RGB
CMYK
RGB Variations
Color information
#F2C8B2 (or 0xF2C8B2) is known color: Desert Sand. HEX triplet: F2, C8 and B2. RGB value is (242,200,178). Sum of RGB (Red+Green+Blue) = 242+200+178=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 178 (69.92% from 255 or 28.71% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C8B2 is #0D374D. Grayscale: #D2D2D2. Windows color (decimal): -866126 or 11716850. OLE color: 11716850.
HSL color Cylindrical-coordinate representation of color #F2C8B2: hue angle of 20.62º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2C8B2 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 178 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.05 |
| HSL | 20.63º | 0.71% | 0.82% | - |
| HSV(B) | 20.63º | 0.26% | 0.95% | - |
| XYZ | 65.31 | 63.4 | 50.91 | - |
| YUV | 210.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 178 | 0 | 0.17 | 0.26 | 0.05 | 20.63 | 0.71 | 0.82 |
| Hex | F2 | C8 | B2 | 0 | 11 | 1A | 5 | 15 | 47 | 52 |
| Octal | 362 | 310 | 262 | 0 | 21 | 32 | 5 | 25 | 107 | 122 |
| Binary | 11110010 | 11001000 | 10110010 | 0 | 10001 | 11010 | 101 | 10101 | 1000111 | 1010010 |
Color Harmonies of #F2C8B2
Complementary color
Monochromatic Colors of #F2C8B2
Black with #F2C8B2
Text Example
Text Example
White with #F2C8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C8B2; }
p { color: rgb(242,200,178); }
H1.HeaderClassName
{
color: #F2C8B2;
}
.AnyTagClassName
{
color: #F2C8B2;
}
</style>
background-color css
<style>
a { background-color: #F2C8B2; }
a { background-color: rgb(242,200,178); }
div.DivClassName
{
background-color: #F2C8B2;
}
.BgClassName
{
background-color: #F2C8B2;
}
</style>
border-color css
<style>
span { border-color: #F2C8B2; }
span { border-color: rgb(242,200,178); }
td.TdClassName
{
border-color: #F2C8B2;
}
.TagClassName
{
border-color: #F2C8B2;
}
</style>