Shades of Desert Sand #F1CCB0
Tints of Desert Sand #F1CCB0
RGB
CMYK
RGB Variations
Color information
#F1CCB0 (or 0xF1CCB0) is known color: Desert Sand. HEX triplet: F1, CC and B0. RGB value is (241,204,176). Sum of RGB (Red+Green+Blue) = 241+204+176=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 176 (69.14% from 255 or 28.34% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CCB0 is #0E334F. Grayscale: #D4D4D4. Windows color (decimal): -930640 or 11586801. OLE color: 11586801.
HSL color Cylindrical-coordinate representation of color #F1CCB0: hue angle of 25.85º 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 #F1CCB0 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 204 | 176 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.05 |
| HSL | 25.85º | 0.7% | 0.82% | - |
| HSV(B) | 25.85º | 0.27% | 0.95% | - |
| XYZ | 65.7 | 65.02 | 50.16 | - |
| YUV | 211.87 | 107.76 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 204 | 176 | 0 | 0.15 | 0.27 | 0.05 | 25.85 | 0.7 | 0.82 |
| Hex | F1 | CC | B0 | 0 | F | 1B | 5 | 1A | 46 | 52 |
| Octal | 361 | 314 | 260 | 0 | 17 | 33 | 5 | 32 | 106 | 122 |
| Binary | 11110001 | 11001100 | 10110000 | 0 | 1111 | 11011 | 101 | 11010 | 1000110 | 1010010 |
Color Harmonies of #F1CCB0
Complementary color
Monochromatic Colors of #F1CCB0
Black with #F1CCB0
Text Example
Text Example
White with #F1CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CCB0; }
p { color: rgb(241,204,176); }
H1.HeaderClassName
{
color: #F1CCB0;
}
.AnyTagClassName
{
color: #F1CCB0;
}
</style>
background-color css
<style>
a { background-color: #F1CCB0; }
a { background-color: rgb(241,204,176); }
div.DivClassName
{
background-color: #F1CCB0;
}
.BgClassName
{
background-color: #F1CCB0;
}
</style>
border-color css
<style>
span { border-color: #F1CCB0; }
span { border-color: rgb(241,204,176); }
td.TdClassName
{
border-color: #F1CCB0;
}
.TagClassName
{
border-color: #F1CCB0;
}
</style>