Shades of Desert Sand #F1CBAB
Tints of Desert Sand #F1CBAB
RGB
CMYK
RGB Variations
Color information
#F1CBAB (or 0xF1CBAB) is known color: Desert Sand. HEX triplet: F1, CB and AB. RGB value is (241,203,171). Sum of RGB (Red+Green+Blue) = 241+203+171=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CBAB is #0E3454. Grayscale: #D2D2D2. Windows color (decimal): -930901 or 11258865. OLE color: 11258865.
HSL color Cylindrical-coordinate representation of color #F1CBAB: hue angle of 27.43º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1CBAB is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 171 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.05 |
| HSL | 27.43º | 0.71% | 0.81% | - |
| HSV(B) | 27.43º | 0.29% | 0.95% | - |
| XYZ | 64.98 | 64.35 | 47.52 | - |
| YUV | 210.71 | 105.59 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 171 | 0 | 0.16 | 0.29 | 0.05 | 27.43 | 0.71 | 0.81 |
| Hex | F1 | CB | AB | 0 | 10 | 1D | 5 | 1B | 47 | 51 |
| Octal | 361 | 313 | 253 | 0 | 20 | 35 | 5 | 33 | 107 | 121 |
| Binary | 11110001 | 11001011 | 10101011 | 0 | 10000 | 11101 | 101 | 11011 | 1000111 | 1010001 |
Color Harmonies of #F1CBAB
Complementary color
Monochromatic Colors of #F1CBAB
Black with #F1CBAB
Text Example
Text Example
White with #F1CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBAB; }
p { color: rgb(241,203,171); }
H1.HeaderClassName
{
color: #F1CBAB;
}
.AnyTagClassName
{
color: #F1CBAB;
}
</style>
background-color css
<style>
a { background-color: #F1CBAB; }
a { background-color: rgb(241,203,171); }
div.DivClassName
{
background-color: #F1CBAB;
}
.BgClassName
{
background-color: #F1CBAB;
}
</style>
border-color css
<style>
span { border-color: #F1CBAB; }
span { border-color: rgb(241,203,171); }
td.TdClassName
{
border-color: #F1CBAB;
}
.TagClassName
{
border-color: #F1CBAB;
}
</style>