Shades of Desert Sand #F1CFB1
Tints of Desert Sand #F1CFB1
RGB
CMYK
RGB Variations
Color information
#F1CFB1 (or 0xF1CFB1) is known color: Desert Sand. HEX triplet: F1, CF and B1. RGB value is (241,207,177). Sum of RGB (Red+Green+Blue) = 241+207+177=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 177 (69.53% from 255 or 28.32% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CFB1 is #0E304E. Grayscale: #D5D5D5. Windows color (decimal): -929871 or 11653105. OLE color: 11653105.
HSL color Cylindrical-coordinate representation of color #F1CFB1: hue angle of 28.12º 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 #F1CFB1 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 177 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.05 |
| HSL | 28.13º | 0.7% | 0.82% | - |
| HSV(B) | 28.13º | 0.27% | 0.95% | - |
| XYZ | 66.52 | 66.5 | 50.92 | - |
| YUV | 213.75 | 107.26 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 177 | 0 | 0.14 | 0.27 | 0.05 | 28.13 | 0.7 | 0.82 |
| Hex | F1 | CF | B1 | 0 | E | 1B | 5 | 1C | 46 | 52 |
| Octal | 361 | 317 | 261 | 0 | 16 | 33 | 5 | 34 | 106 | 122 |
| Binary | 11110001 | 11001111 | 10110001 | 0 | 1110 | 11011 | 101 | 11100 | 1000110 | 1010010 |
Color Harmonies of #F1CFB1
Complementary color
Monochromatic Colors of #F1CFB1
Black with #F1CFB1
Text Example
Text Example
White with #F1CFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFB1; }
p { color: rgb(241,207,177); }
H1.HeaderClassName
{
color: #F1CFB1;
}
.AnyTagClassName
{
color: #F1CFB1;
}
</style>
background-color css
<style>
a { background-color: #F1CFB1; }
a { background-color: rgb(241,207,177); }
div.DivClassName
{
background-color: #F1CFB1;
}
.BgClassName
{
background-color: #F1CFB1;
}
</style>
border-color css
<style>
span { border-color: #F1CFB1; }
span { border-color: rgb(241,207,177); }
td.TdClassName
{
border-color: #F1CFB1;
}
.TagClassName
{
border-color: #F1CFB1;
}
</style>