Shades of Shalimar #F4F0AA
Tints of Shalimar #F4F0AA
RGB
CMYK
RGB Variations
Color information
#F4F0AA (or 0xF4F0AA) is known color: Shalimar. HEX triplet: F4, F0 and AA. RGB value is (244,240,170). Sum of RGB (Red+Green+Blue) = 244+240+170=654 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.31% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 170 (66.80% from 255 or 25.99% from 654); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F0AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F0AA is #0B0F55. Grayscale: #E9E9E9. Windows color (decimal): -724822 or 11202804. OLE color: 11202804.
HSL color Cylindrical-coordinate representation of color #F4F0AA: hue angle of 56.76º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4F0AA is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 240 | 170 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.04 |
| HSL | 56.76º | 0.77% | 0.81% | - |
| HSV(B) | 56.76º | 0.3% | 0.96% | - |
| XYZ | 75.72 | 84.46 | 50.34 | - |
| YUV | 233.22 | 92.33 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 170 | 0 | 0.02 | 0.30 | 0.04 | 56.76 | 0.77 | 0.81 |
| Hex | F4 | F0 | AA | 0 | 2 | 1E | 4 | 39 | 4D | 51 |
| Octal | 364 | 360 | 252 | 0 | 2 | 36 | 4 | 71 | 115 | 121 |
| Binary | 11110100 | 11110000 | 10101010 | 0 | 10 | 11110 | 100 | 111001 | 1001101 | 1010001 |
Color Harmonies of #F4F0AA
Complementary color
Monochromatic Colors of #F4F0AA
Black with #F4F0AA
Text Example
Text Example
White with #F4F0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F0AA; }
p { color: rgb(244,240,170); }
H1.HeaderClassName
{
color: #F4F0AA;
}
.AnyTagClassName
{
color: #F4F0AA;
}
</style>
background-color css
<style>
a { background-color: #F4F0AA; }
a { background-color: rgb(244,240,170); }
div.DivClassName
{
background-color: #F4F0AA;
}
.BgClassName
{
background-color: #F4F0AA;
}
</style>
border-color css
<style>
span { border-color: #F4F0AA; }
span { border-color: rgb(244,240,170); }
td.TdClassName
{
border-color: #F4F0AA;
}
.TagClassName
{
border-color: #F4F0AA;
}
</style>