Shades of Desert Sand #F1CDB3
Tints of Desert Sand #F1CDB3
RGB
CMYK
RGB Variations
Color information
#F1CDB3 (or 0xF1CDB3) is known color: Desert Sand. HEX triplet: F1, CD and B3. RGB value is (241,205,179). Sum of RGB (Red+Green+Blue) = 241+205+179=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 179 (70.31% from 255 or 28.64% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDB3 is #0E324C. Grayscale: #D4D4D4. Windows color (decimal): -930381 or 11783665. OLE color: 11783665.
HSL color Cylindrical-coordinate representation of color #F1CDB3: hue angle of 25.16º 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 #F1CDB3 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 205 | 179 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.05 |
| HSL | 25.16º | 0.69% | 0.82% | - |
| HSV(B) | 25.16º | 0.26% | 0.95% | - |
| XYZ | 66.24 | 65.62 | 51.82 | - |
| YUV | 212.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 205 | 179 | 0 | 0.15 | 0.26 | 0.05 | 25.16 | 0.69 | 0.82 |
| Hex | F1 | CD | B3 | 0 | F | 1A | 5 | 19 | 45 | 52 |
| Octal | 361 | 315 | 263 | 0 | 17 | 32 | 5 | 31 | 105 | 122 |
| Binary | 11110001 | 11001101 | 10110011 | 0 | 1111 | 11010 | 101 | 11001 | 1000101 | 1010010 |
Color Harmonies of #F1CDB3
Complementary color
Monochromatic Colors of #F1CDB3
Black with #F1CDB3
Text Example
Text Example
White with #F1CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CDB3; }
p { color: rgb(241,205,179); }
H1.HeaderClassName
{
color: #F1CDB3;
}
.AnyTagClassName
{
color: #F1CDB3;
}
</style>
background-color css
<style>
a { background-color: #F1CDB3; }
a { background-color: rgb(241,205,179); }
div.DivClassName
{
background-color: #F1CDB3;
}
.BgClassName
{
background-color: #F1CDB3;
}
</style>
border-color css
<style>
span { border-color: #F1CDB3; }
span { border-color: rgb(241,205,179); }
td.TdClassName
{
border-color: #F1CDB3;
}
.TagClassName
{
border-color: #F1CDB3;
}
</style>