Shades of Desert Sand #F6C6AA
Tints of Desert Sand #F6C6AA
RGB
CMYK
RGB Variations
Color information
#F6C6AA (or 0xF6C6AA) is known color: Desert Sand. HEX triplet: F6, C6 and AA. RGB value is (246,198,170). Sum of RGB (Red+Green+Blue) = 246+198+170=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C6AA is #093955. Grayscale: #D1D1D1. Windows color (decimal): -604502 or 11192054. OLE color: 11192054.
HSL color Cylindrical-coordinate representation of color #F6C6AA: hue angle of 22.11º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6C6AA is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 198 | 170 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.04 |
| HSL | 22.11º | 0.81% | 0.82% | - |
| HSV(B) | 22.11º | 0.31% | 0.96% | - |
| XYZ | 65.46 | 62.88 | 46.72 | - |
| YUV | 209.16 | 105.9 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 198 | 170 | 0 | 0.20 | 0.31 | 0.04 | 22.11 | 0.81 | 0.82 |
| Hex | F6 | C6 | AA | 0 | 14 | 1F | 4 | 16 | 51 | 52 |
| Octal | 366 | 306 | 252 | 0 | 24 | 37 | 4 | 26 | 121 | 122 |
| Binary | 11110110 | 11000110 | 10101010 | 0 | 10100 | 11111 | 100 | 10110 | 1010001 | 1010010 |
Color Harmonies of #F6C6AA
Complementary color
Monochromatic Colors of #F6C6AA
Black with #F6C6AA
Text Example
Text Example
White with #F6C6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C6AA; }
p { color: rgb(246,198,170); }
H1.HeaderClassName
{
color: #F6C6AA;
}
.AnyTagClassName
{
color: #F6C6AA;
}
</style>
background-color css
<style>
a { background-color: #F6C6AA; }
a { background-color: rgb(246,198,170); }
div.DivClassName
{
background-color: #F6C6AA;
}
.BgClassName
{
background-color: #F6C6AA;
}
</style>
border-color css
<style>
span { border-color: #F6C6AA; }
span { border-color: rgb(246,198,170); }
td.TdClassName
{
border-color: #F6C6AA;
}
.TagClassName
{
border-color: #F6C6AA;
}
</style>