Shades of Shalimar #F4F6A6
Tints of Shalimar #F4F6A6
RGB
CMYK
RGB Variations
Color information
#F4F6A6 (or 0xF4F6A6) is known color: Shalimar. HEX triplet: F4, F6 and A6. RGB value is (244,246,166). Sum of RGB (Red+Green+Blue) = 244+246+166=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 166 (65.23% from 255 or 25.30% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #F4F6A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F6A6 is #0B0959. Grayscale: #ECECEC. Windows color (decimal): -723290 or 10942196. OLE color: 10942196.
HSL color Cylindrical-coordinate representation of color #F4F6A6: hue angle of 61.5º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F4F6A6 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 246 | 166 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.04 |
| HSL | 61.5º | 0.82% | 0.81% | - |
| HSV(B) | 61.5º | 0.33% | 0.96% | - |
| XYZ | 77.15 | 87.9 | 48.98 | - |
| YUV | 236.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 246 | 166 | 0.01 | 0 | 0.33 | 0.04 | 61.5 | 0.82 | 0.81 |
| Hex | F4 | F6 | A6 | 1 | 0 | 21 | 4 | 3E | 52 | 51 |
| Octal | 364 | 366 | 246 | 1 | 0 | 41 | 4 | 76 | 122 | 121 |
| Binary | 11110100 | 11110110 | 10100110 | 1 | 0 | 100001 | 100 | 111110 | 1010010 | 1010001 |
Color Harmonies of #F4F6A6
Complementary color
Monochromatic Colors of #F4F6A6
Black with #F4F6A6
Text Example
Text Example
White with #F4F6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F6A6; }
p { color: rgb(244,246,166); }
H1.HeaderClassName
{
color: #F4F6A6;
}
.AnyTagClassName
{
color: #F4F6A6;
}
</style>
background-color css
<style>
a { background-color: #F4F6A6; }
a { background-color: rgb(244,246,166); }
div.DivClassName
{
background-color: #F4F6A6;
}
.BgClassName
{
background-color: #F4F6A6;
}
</style>
border-color css
<style>
span { border-color: #F4F6A6; }
span { border-color: rgb(244,246,166); }
td.TdClassName
{
border-color: #F4F6A6;
}
.TagClassName
{
border-color: #F4F6A6;
}
</style>