Shades of Desert Sand #F1C9AB
Tints of Desert Sand #F1C9AB
RGB
CMYK
RGB Variations
Color information
#F1C9AB (or 0xF1C9AB) is known color: Desert Sand. HEX triplet: F1, C9 and AB. RGB value is (241,201,171). Sum of RGB (Red+Green+Blue) = 241+201+171=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C9AB is #0E3654. Grayscale: #D1D1D1. Windows color (decimal): -931413 or 11258353. OLE color: 11258353.
HSL color Cylindrical-coordinate representation of color #F1C9AB: hue angle of 25.71º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1C9AB is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 201 | 171 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.05 |
| HSL | 25.71º | 0.71% | 0.81% | - |
| HSV(B) | 25.71º | 0.29% | 0.95% | - |
| XYZ | 64.51 | 63.41 | 47.37 | - |
| YUV | 209.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 201 | 171 | 0 | 0.17 | 0.29 | 0.05 | 25.71 | 0.71 | 0.81 |
| Hex | F1 | C9 | AB | 0 | 11 | 1D | 5 | 1A | 47 | 51 |
| Octal | 361 | 311 | 253 | 0 | 21 | 35 | 5 | 32 | 107 | 121 |
| Binary | 11110001 | 11001001 | 10101011 | 0 | 10001 | 11101 | 101 | 11010 | 1000111 | 1010001 |
Color Harmonies of #F1C9AB
Complementary color
Monochromatic Colors of #F1C9AB
Black with #F1C9AB
Text Example
Text Example
White with #F1C9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C9AB; }
p { color: rgb(241,201,171); }
H1.HeaderClassName
{
color: #F1C9AB;
}
.AnyTagClassName
{
color: #F1C9AB;
}
</style>
background-color css
<style>
a { background-color: #F1C9AB; }
a { background-color: rgb(241,201,171); }
div.DivClassName
{
background-color: #F1C9AB;
}
.BgClassName
{
background-color: #F1C9AB;
}
</style>
border-color css
<style>
span { border-color: #F1C9AB; }
span { border-color: rgb(241,201,171); }
td.TdClassName
{
border-color: #F1C9AB;
}
.TagClassName
{
border-color: #F1C9AB;
}
</style>