Shades of Shalimar #F4F2AA
Tints of Shalimar #F4F2AA
RGB
CMYK
RGB Variations
Color information
#F4F2AA (or 0xF4F2AA) is known color: Shalimar. HEX triplet: F4, F2 and AA. RGB value is (244,242,170). Sum of RGB (Red+Green+Blue) = 244+242+170=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 170 (66.80% from 255 or 25.91% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F2AA is #0B0D55. Grayscale: #EAEAEA. Windows color (decimal): -724310 or 11203316. OLE color: 11203316.
HSL color Cylindrical-coordinate representation of color #F4F2AA: hue angle of 58.38º 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 #F4F2AA is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 242 | 170 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.04 |
| HSL | 58.38º | 0.77% | 0.81% | - |
| HSV(B) | 58.38º | 0.3% | 0.96% | - |
| XYZ | 76.32 | 85.64 | 50.54 | - |
| YUV | 234.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 242 | 170 | 0 | 0.01 | 0.30 | 0.04 | 58.38 | 0.77 | 0.81 |
| Hex | F4 | F2 | AA | 0 | 1 | 1E | 4 | 3A | 4D | 51 |
| Octal | 364 | 362 | 252 | 0 | 1 | 36 | 4 | 72 | 115 | 121 |
| Binary | 11110100 | 11110010 | 10101010 | 0 | 1 | 11110 | 100 | 111010 | 1001101 | 1010001 |
Color Harmonies of #F4F2AA
Complementary color
Monochromatic Colors of #F4F2AA
Black with #F4F2AA
Text Example
Text Example
White with #F4F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F2AA; }
p { color: rgb(244,242,170); }
H1.HeaderClassName
{
color: #F4F2AA;
}
.AnyTagClassName
{
color: #F4F2AA;
}
</style>
background-color css
<style>
a { background-color: #F4F2AA; }
a { background-color: rgb(244,242,170); }
div.DivClassName
{
background-color: #F4F2AA;
}
.BgClassName
{
background-color: #F4F2AA;
}
</style>
border-color css
<style>
span { border-color: #F4F2AA; }
span { border-color: rgb(244,242,170); }
td.TdClassName
{
border-color: #F4F2AA;
}
.TagClassName
{
border-color: #F4F2AA;
}
</style>