Shades of Desert Sand #F1C9AF
Tints of Desert Sand #F1C9AF
RGB
CMYK
RGB Variations
Color information
#F1C9AF (or 0xF1C9AF) is known color: Desert Sand. HEX triplet: F1, C9 and AF. RGB value is (241,201,175). Sum of RGB (Red+Green+Blue) = 241+201+175=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C9AF is #0E3650. Grayscale: #D2D2D2. Windows color (decimal): -931409 or 11520497. OLE color: 11520497.
HSL color Cylindrical-coordinate representation of color #F1C9AF: hue angle of 23.64º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1C9AF is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 201 | 175 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.05 |
| HSL | 23.64º | 0.7% | 0.82% | - |
| HSV(B) | 23.64º | 0.27% | 0.95% | - |
| XYZ | 64.9 | 63.57 | 49.41 | - |
| YUV | 210 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 201 | 175 | 0 | 0.17 | 0.27 | 0.05 | 23.64 | 0.7 | 0.82 |
| Hex | F1 | C9 | AF | 0 | 11 | 1B | 5 | 18 | 46 | 52 |
| Octal | 361 | 311 | 257 | 0 | 21 | 33 | 5 | 30 | 106 | 122 |
| Binary | 11110001 | 11001001 | 10101111 | 0 | 10001 | 11011 | 101 | 11000 | 1000110 | 1010010 |
Color Harmonies of #F1C9AF
Complementary color
Monochromatic Colors of #F1C9AF
Black with #F1C9AF
Text Example
Text Example
White with #F1C9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C9AF; }
p { color: rgb(241,201,175); }
H1.HeaderClassName
{
color: #F1C9AF;
}
.AnyTagClassName
{
color: #F1C9AF;
}
</style>
background-color css
<style>
a { background-color: #F1C9AF; }
a { background-color: rgb(241,201,175); }
div.DivClassName
{
background-color: #F1C9AF;
}
.BgClassName
{
background-color: #F1C9AF;
}
</style>
border-color css
<style>
span { border-color: #F1C9AF; }
span { border-color: rgb(241,201,175); }
td.TdClassName
{
border-color: #F1C9AF;
}
.TagClassName
{
border-color: #F1C9AF;
}
</style>