Shades of Desert Sand #F1CEB0
Tints of Desert Sand #F1CEB0
RGB
CMYK
RGB Variations
Color information
#F1CEB0 (or 0xF1CEB0) is known color: Desert Sand. HEX triplet: F1, CE and B0. RGB value is (241,206,176). Sum of RGB (Red+Green+Blue) = 241+206+176=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 176 (69.14% from 255 or 28.25% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CEB0 is #0E314F. Grayscale: #D5D5D5. Windows color (decimal): -930128 or 11587313. OLE color: 11587313.
HSL color Cylindrical-coordinate representation of color #F1CEB0: hue angle of 27.69º 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 #F1CEB0 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 176 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.05 |
| HSL | 27.69º | 0.7% | 0.82% | - |
| HSV(B) | 27.69º | 0.27% | 0.95% | - |
| XYZ | 66.18 | 65.98 | 50.32 | - |
| YUV | 213.05 | 107.1 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 176 | 0 | 0.15 | 0.27 | 0.05 | 27.69 | 0.7 | 0.82 |
| Hex | F1 | CE | B0 | 0 | F | 1B | 5 | 1C | 46 | 52 |
| Octal | 361 | 316 | 260 | 0 | 17 | 33 | 5 | 34 | 106 | 122 |
| Binary | 11110001 | 11001110 | 10110000 | 0 | 1111 | 11011 | 101 | 11100 | 1000110 | 1010010 |
Color Harmonies of #F1CEB0
Complementary color
Monochromatic Colors of #F1CEB0
Black with #F1CEB0
Text Example
Text Example
White with #F1CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CEB0; }
p { color: rgb(241,206,176); }
H1.HeaderClassName
{
color: #F1CEB0;
}
.AnyTagClassName
{
color: #F1CEB0;
}
</style>
background-color css
<style>
a { background-color: #F1CEB0; }
a { background-color: rgb(241,206,176); }
div.DivClassName
{
background-color: #F1CEB0;
}
.BgClassName
{
background-color: #F1CEB0;
}
</style>
border-color css
<style>
span { border-color: #F1CEB0; }
span { border-color: rgb(241,206,176); }
td.TdClassName
{
border-color: #F1CEB0;
}
.TagClassName
{
border-color: #F1CEB0;
}
</style>