Shades of Desert Sand #F1CFB3
Tints of Desert Sand #F1CFB3
RGB
CMYK
RGB Variations
Color information
#F1CFB3 (or 0xF1CFB3) is known color: Desert Sand. HEX triplet: F1, CF and B3. RGB value is (241,207,179). Sum of RGB (Red+Green+Blue) = 241+207+179=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 179 (70.31% from 255 or 28.55% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFB3 is #0E304C. Grayscale: #D6D6D6. Windows color (decimal): -929869 or 11784177. OLE color: 11784177.
HSL color Cylindrical-coordinate representation of color #F1CFB3: hue angle of 27.1º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1CFB3 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 179 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.05 |
| HSL | 27.1º | 0.69% | 0.82% | - |
| HSV(B) | 27.1º | 0.26% | 0.95% | - |
| XYZ | 66.73 | 66.58 | 51.98 | - |
| YUV | 213.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 179 | 0 | 0.14 | 0.26 | 0.05 | 27.1 | 0.69 | 0.82 |
| Hex | F1 | CF | B3 | 0 | E | 1A | 5 | 1B | 45 | 52 |
| Octal | 361 | 317 | 263 | 0 | 16 | 32 | 5 | 33 | 105 | 122 |
| Binary | 11110001 | 11001111 | 10110011 | 0 | 1110 | 11010 | 101 | 11011 | 1000101 | 1010010 |
Color Harmonies of #F1CFB3
Complementary color
Monochromatic Colors of #F1CFB3
Black with #F1CFB3
Text Example
Text Example
White with #F1CFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFB3; }
p { color: rgb(241,207,179); }
H1.HeaderClassName
{
color: #F1CFB3;
}
.AnyTagClassName
{
color: #F1CFB3;
}
</style>
background-color css
<style>
a { background-color: #F1CFB3; }
a { background-color: rgb(241,207,179); }
div.DivClassName
{
background-color: #F1CFB3;
}
.BgClassName
{
background-color: #F1CFB3;
}
</style>
border-color css
<style>
span { border-color: #F1CFB3; }
span { border-color: rgb(241,207,179); }
td.TdClassName
{
border-color: #F1CFB3;
}
.TagClassName
{
border-color: #F1CFB3;
}
</style>