Shades of Desert Sand #F3CDB3
Tints of Desert Sand #F3CDB3
RGB
CMYK
RGB Variations
Color information
#F3CDB3 (or 0xF3CDB3) is known color: Desert Sand. HEX triplet: F3, CD and B3. RGB value is (243,205,179). Sum of RGB (Red+Green+Blue) = 243+205+179=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 179 (70.31% from 255 or 28.55% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CDB3 is #0C324C. Grayscale: #D5D5D5. Windows color (decimal): -799309 or 11783667. OLE color: 11783667.
HSL color Cylindrical-coordinate representation of color #F3CDB3: hue angle of 24.38º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3CDB3 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 205 | 179 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.05 |
| HSL | 24.38º | 0.73% | 0.83% | - |
| HSV(B) | 24.38º | 0.26% | 0.95% | - |
| XYZ | 66.93 | 65.97 | 51.85 | - |
| YUV | 213.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 205 | 179 | 0 | 0.16 | 0.26 | 0.05 | 24.38 | 0.73 | 0.83 |
| Hex | F3 | CD | B3 | 0 | 10 | 1A | 5 | 18 | 49 | 53 |
| Octal | 363 | 315 | 263 | 0 | 20 | 32 | 5 | 30 | 111 | 123 |
| Binary | 11110011 | 11001101 | 10110011 | 0 | 10000 | 11010 | 101 | 11000 | 1001001 | 1010011 |
Color Harmonies of #F3CDB3
Complementary color
Monochromatic Colors of #F3CDB3
Black with #F3CDB3
Text Example
Text Example
White with #F3CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CDB3; }
p { color: rgb(243,205,179); }
H1.HeaderClassName
{
color: #F3CDB3;
}
.AnyTagClassName
{
color: #F3CDB3;
}
</style>
background-color css
<style>
a { background-color: #F3CDB3; }
a { background-color: rgb(243,205,179); }
div.DivClassName
{
background-color: #F3CDB3;
}
.BgClassName
{
background-color: #F3CDB3;
}
</style>
border-color css
<style>
span { border-color: #F3CDB3; }
span { border-color: rgb(243,205,179); }
td.TdClassName
{
border-color: #F3CDB3;
}
.TagClassName
{
border-color: #F3CDB3;
}
</style>