Shades of Desert Sand #F5C6A8
Tints of Desert Sand #F5C6A8
RGB
CMYK
RGB Variations
Color information
#F5C6A8 (or 0xF5C6A8) is known color: Desert Sand. HEX triplet: F5, C6 and A8. RGB value is (245,198,168). Sum of RGB (Red+Green+Blue) = 245+198+168=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C6A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C6A8 is #0A3957. Grayscale: #D0D0D0. Windows color (decimal): -670040 or 11060981. OLE color: 11060981.
HSL color Cylindrical-coordinate representation of color #F5C6A8: hue angle of 23.38º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5C6A8 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 198 | 168 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.04 |
| HSL | 23.38º | 0.79% | 0.81% | - |
| HSV(B) | 23.38º | 0.31% | 0.96% | - |
| XYZ | 64.92 | 62.63 | 45.71 | - |
| YUV | 208.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 198 | 168 | 0 | 0.19 | 0.31 | 0.04 | 23.38 | 0.79 | 0.81 |
| Hex | F5 | C6 | A8 | 0 | 13 | 1F | 4 | 17 | 4F | 51 |
| Octal | 365 | 306 | 250 | 0 | 23 | 37 | 4 | 27 | 117 | 121 |
| Binary | 11110101 | 11000110 | 10101000 | 0 | 10011 | 11111 | 100 | 10111 | 1001111 | 1010001 |
Color Harmonies of #F5C6A8
Complementary color
Monochromatic Colors of #F5C6A8
Black with #F5C6A8
Text Example
Text Example
White with #F5C6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C6A8; }
p { color: rgb(245,198,168); }
H1.HeaderClassName
{
color: #F5C6A8;
}
.AnyTagClassName
{
color: #F5C6A8;
}
</style>
background-color css
<style>
a { background-color: #F5C6A8; }
a { background-color: rgb(245,198,168); }
div.DivClassName
{
background-color: #F5C6A8;
}
.BgClassName
{
background-color: #F5C6A8;
}
</style>
border-color css
<style>
span { border-color: #F5C6A8; }
span { border-color: rgb(245,198,168); }
td.TdClassName
{
border-color: #F5C6A8;
}
.TagClassName
{
border-color: #F5C6A8;
}
</style>