Shades of Desert Sand #F1C6AD
Tints of Desert Sand #F1C6AD
RGB
CMYK
RGB Variations
Color information
#F1C6AD (or 0xF1C6AD) is known color: Desert Sand. HEX triplet: F1, C6 and AD. RGB value is (241,198,173). Sum of RGB (Red+Green+Blue) = 241+198+173=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 198 (77.73% from 255 or 32.35% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C6AD is #0E3952. Grayscale: #D0D0D0. Windows color (decimal): -932179 or 11388657. OLE color: 11388657.
HSL color Cylindrical-coordinate representation of color #F1C6AD: hue angle of 22.06º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1C6AD is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 198 | 173 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.05 |
| HSL | 22.06º | 0.71% | 0.81% | - |
| HSV(B) | 22.06º | 0.28% | 0.95% | - |
| XYZ | 64.01 | 62.11 | 48.15 | - |
| YUV | 208.01 | 108.25 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 198 | 173 | 0 | 0.18 | 0.28 | 0.05 | 22.06 | 0.71 | 0.81 |
| Hex | F1 | C6 | AD | 0 | 12 | 1C | 5 | 16 | 47 | 51 |
| Octal | 361 | 306 | 255 | 0 | 22 | 34 | 5 | 26 | 107 | 121 |
| Binary | 11110001 | 11000110 | 10101101 | 0 | 10010 | 11100 | 101 | 10110 | 1000111 | 1010001 |
Color Harmonies of #F1C6AD
Complementary color
Monochromatic Colors of #F1C6AD
Black with #F1C6AD
Text Example
Text Example
White with #F1C6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C6AD; }
p { color: rgb(241,198,173); }
H1.HeaderClassName
{
color: #F1C6AD;
}
.AnyTagClassName
{
color: #F1C6AD;
}
</style>
background-color css
<style>
a { background-color: #F1C6AD; }
a { background-color: rgb(241,198,173); }
div.DivClassName
{
background-color: #F1C6AD;
}
.BgClassName
{
background-color: #F1C6AD;
}
</style>
border-color css
<style>
span { border-color: #F1C6AD; }
span { border-color: rgb(241,198,173); }
td.TdClassName
{
border-color: #F1C6AD;
}
.TagClassName
{
border-color: #F1C6AD;
}
</style>