Shades of Desert Sand #F4CBAE
Tints of Desert Sand #F4CBAE
RGB
CMYK
RGB Variations
Color information
#F4CBAE (or 0xF4CBAE) is known color: Desert Sand. HEX triplet: F4, CB and AE. RGB value is (244,203,174). Sum of RGB (Red+Green+Blue) = 244+203+174=621 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.29% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CBAE is #0B3451. Grayscale: #D4D4D4. Windows color (decimal): -734290 or 11455476. OLE color: 11455476.
HSL color Cylindrical-coordinate representation of color #F4CBAE: hue angle of 24.86º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4CBAE is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 174 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.04 |
| HSL | 24.86º | 0.76% | 0.82% | - |
| HSV(B) | 24.86º | 0.29% | 0.96% | - |
| XYZ | 66.3 | 65 | 49.1 | - |
| YUV | 211.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 174 | 0 | 0.17 | 0.29 | 0.04 | 24.86 | 0.76 | 0.82 |
| Hex | F4 | CB | AE | 0 | 11 | 1D | 4 | 19 | 4C | 52 |
| Octal | 364 | 313 | 256 | 0 | 21 | 35 | 4 | 31 | 114 | 122 |
| Binary | 11110100 | 11001011 | 10101110 | 0 | 10001 | 11101 | 100 | 11001 | 1001100 | 1010010 |
Color Harmonies of #F4CBAE
Complementary color
Monochromatic Colors of #F4CBAE
Black with #F4CBAE
Text Example
Text Example
White with #F4CBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CBAE; }
p { color: rgb(244,203,174); }
H1.HeaderClassName
{
color: #F4CBAE;
}
.AnyTagClassName
{
color: #F4CBAE;
}
</style>
background-color css
<style>
a { background-color: #F4CBAE; }
a { background-color: rgb(244,203,174); }
div.DivClassName
{
background-color: #F4CBAE;
}
.BgClassName
{
background-color: #F4CBAE;
}
</style>
border-color css
<style>
span { border-color: #F4CBAE; }
span { border-color: rgb(244,203,174); }
td.TdClassName
{
border-color: #F4CBAE;
}
.TagClassName
{
border-color: #F4CBAE;
}
</style>