Shades of Desert Sand #F3CDB1
Tints of Desert Sand #F3CDB1
RGB
CMYK
RGB Variations
Color information
#F3CDB1 (or 0xF3CDB1) is known color: Desert Sand. HEX triplet: F3, CD and B1. RGB value is (243,205,177). Sum of RGB (Red+Green+Blue) = 243+205+177=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 177 (69.53% from 255 or 28.32% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CDB1 is #0C324E. Grayscale: #D5D5D5. Windows color (decimal): -799311 or 11652595. OLE color: 11652595.
HSL color Cylindrical-coordinate representation of color #F3CDB1: hue angle of 25.45º degrees, saturation: 0.73, 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 #F3CDB1 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 205 | 177 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.05 |
| HSL | 25.45º | 0.73% | 0.82% | - |
| HSV(B) | 25.45º | 0.27% | 0.95% | - |
| XYZ | 66.73 | 65.89 | 50.8 | - |
| YUV | 213.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 205 | 177 | 0 | 0.16 | 0.27 | 0.05 | 25.45 | 0.73 | 0.82 |
| Hex | F3 | CD | B1 | 0 | 10 | 1B | 5 | 19 | 49 | 52 |
| Octal | 363 | 315 | 261 | 0 | 20 | 33 | 5 | 31 | 111 | 122 |
| Binary | 11110011 | 11001101 | 10110001 | 0 | 10000 | 11011 | 101 | 11001 | 1001001 | 1010010 |
Color Harmonies of #F3CDB1
Complementary color
Monochromatic Colors of #F3CDB1
Black with #F3CDB1
Text Example
Text Example
White with #F3CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CDB1; }
p { color: rgb(243,205,177); }
H1.HeaderClassName
{
color: #F3CDB1;
}
.AnyTagClassName
{
color: #F3CDB1;
}
</style>
background-color css
<style>
a { background-color: #F3CDB1; }
a { background-color: rgb(243,205,177); }
div.DivClassName
{
background-color: #F3CDB1;
}
.BgClassName
{
background-color: #F3CDB1;
}
</style>
border-color css
<style>
span { border-color: #F3CDB1; }
span { border-color: rgb(243,205,177); }
td.TdClassName
{
border-color: #F3CDB1;
}
.TagClassName
{
border-color: #F3CDB1;
}
</style>