Shades of Desert Sand #F1CBB0
Tints of Desert Sand #F1CBB0
RGB
CMYK
RGB Variations
Color information
#F1CBB0 (or 0xF1CBB0) is known color: Desert Sand. HEX triplet: F1, CB and B0. RGB value is (241,203,176). Sum of RGB (Red+Green+Blue) = 241+203+176=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 176 (69.14% from 255 or 28.39% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CBB0 is #0E344F. Grayscale: #D3D3D3. Windows color (decimal): -930896 or 11586545. OLE color: 11586545.
HSL color Cylindrical-coordinate representation of color #F1CBB0: hue angle of 24.92º 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 #F1CBB0 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 176 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.05 |
| HSL | 24.92º | 0.7% | 0.82% | - |
| HSV(B) | 24.92º | 0.27% | 0.95% | - |
| XYZ | 65.47 | 64.55 | 50.08 | - |
| YUV | 211.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 176 | 0 | 0.16 | 0.27 | 0.05 | 24.92 | 0.7 | 0.82 |
| Hex | F1 | CB | B0 | 0 | 10 | 1B | 5 | 19 | 46 | 52 |
| Octal | 361 | 313 | 260 | 0 | 20 | 33 | 5 | 31 | 106 | 122 |
| Binary | 11110001 | 11001011 | 10110000 | 0 | 10000 | 11011 | 101 | 11001 | 1000110 | 1010010 |
Color Harmonies of #F1CBB0
Complementary color
Monochromatic Colors of #F1CBB0
Black with #F1CBB0
Text Example
Text Example
White with #F1CBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBB0; }
p { color: rgb(241,203,176); }
H1.HeaderClassName
{
color: #F1CBB0;
}
.AnyTagClassName
{
color: #F1CBB0;
}
</style>
background-color css
<style>
a { background-color: #F1CBB0; }
a { background-color: rgb(241,203,176); }
div.DivClassName
{
background-color: #F1CBB0;
}
.BgClassName
{
background-color: #F1CBB0;
}
</style>
border-color css
<style>
span { border-color: #F1CBB0; }
span { border-color: rgb(241,203,176); }
td.TdClassName
{
border-color: #F1CBB0;
}
.TagClassName
{
border-color: #F1CBB0;
}
</style>