Shades of Shalimar #F4EFA9
Tints of Shalimar #F4EFA9
RGB
CMYK
RGB Variations
Color information
#F4EFA9 (or 0xF4EFA9) is known color: Shalimar. HEX triplet: F4, EF and A9. RGB value is (244,239,169). Sum of RGB (Red+Green+Blue) = 244+239+169=652 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.42% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 169 (66.41% from 255 or 25.92% from 652); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EFA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EFA9 is #0B1056. Grayscale: #E8E8E8. Windows color (decimal): -725079 or 11137012. OLE color: 11137012.
HSL color Cylindrical-coordinate representation of color #F4EFA9: hue angle of 56º degrees, saturation: 0.77, 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 #F4EFA9 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 239 | 169 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.04 |
| HSL | 56º | 0.77% | 0.81% | - |
| HSV(B) | 56º | 0.31% | 0.96% | - |
| XYZ | 75.34 | 83.83 | 49.75 | - |
| YUV | 232.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 239 | 169 | 0 | 0.02 | 0.31 | 0.04 | 56 | 0.77 | 0.81 |
| Hex | F4 | EF | A9 | 0 | 2 | 1F | 4 | 38 | 4D | 51 |
| Octal | 364 | 357 | 251 | 0 | 2 | 37 | 4 | 70 | 115 | 121 |
| Binary | 11110100 | 11101111 | 10101001 | 0 | 10 | 11111 | 100 | 111000 | 1001101 | 1010001 |
Color Harmonies of #F4EFA9
Complementary color
Monochromatic Colors of #F4EFA9
Black with #F4EFA9
Text Example
Text Example
White with #F4EFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EFA9; }
p { color: rgb(244,239,169); }
H1.HeaderClassName
{
color: #F4EFA9;
}
.AnyTagClassName
{
color: #F4EFA9;
}
</style>
background-color css
<style>
a { background-color: #F4EFA9; }
a { background-color: rgb(244,239,169); }
div.DivClassName
{
background-color: #F4EFA9;
}
.BgClassName
{
background-color: #F4EFA9;
}
</style>
border-color css
<style>
span { border-color: #F4EFA9; }
span { border-color: rgb(244,239,169); }
td.TdClassName
{
border-color: #F4EFA9;
}
.TagClassName
{
border-color: #F4EFA9;
}
</style>