Shades of Shalimar #F4EFAA
Tints of Shalimar #F4EFAA
RGB
CMYK
RGB Variations
Color information
#F4EFAA (or 0xF4EFAA) is known color: Shalimar. HEX triplet: F4, EF and AA. RGB value is (244,239,170). Sum of RGB (Red+Green+Blue) = 244+239+170=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 170 (66.80% from 255 or 26.03% from 653); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EFAA is #0B1055. Grayscale: #E8E8E8. Windows color (decimal): -725078 or 11202548. OLE color: 11202548.
HSL color Cylindrical-coordinate representation of color #F4EFAA: hue angle of 55.95º 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 #F4EFAA is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 239 | 170 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.04 |
| HSL | 55.95º | 0.77% | 0.81% | - |
| HSV(B) | 55.95º | 0.3% | 0.96% | - |
| XYZ | 75.43 | 83.87 | 50.24 | - |
| YUV | 232.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 239 | 170 | 0 | 0.02 | 0.30 | 0.04 | 55.95 | 0.77 | 0.81 |
| Hex | F4 | EF | AA | 0 | 2 | 1E | 4 | 38 | 4D | 51 |
| Octal | 364 | 357 | 252 | 0 | 2 | 36 | 4 | 70 | 115 | 121 |
| Binary | 11110100 | 11101111 | 10101010 | 0 | 10 | 11110 | 100 | 111000 | 1001101 | 1010001 |
Color Harmonies of #F4EFAA
Complementary color
Monochromatic Colors of #F4EFAA
Black with #F4EFAA
Text Example
Text Example
White with #F4EFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EFAA; }
p { color: rgb(244,239,170); }
H1.HeaderClassName
{
color: #F4EFAA;
}
.AnyTagClassName
{
color: #F4EFAA;
}
</style>
background-color css
<style>
a { background-color: #F4EFAA; }
a { background-color: rgb(244,239,170); }
div.DivClassName
{
background-color: #F4EFAA;
}
.BgClassName
{
background-color: #F4EFAA;
}
</style>
border-color css
<style>
span { border-color: #F4EFAA; }
span { border-color: rgb(244,239,170); }
td.TdClassName
{
border-color: #F4EFAA;
}
.TagClassName
{
border-color: #F4EFAA;
}
</style>