Shades of Shalimar #F6F4A6
Tints of Shalimar #F6F4A6
RGB
CMYK
RGB Variations
Color information
#F6F4A6 (or 0xF6F4A6) is known color: Shalimar. HEX triplet: F6, F4 and A6. RGB value is (246,244,166). Sum of RGB (Red+Green+Blue) = 246+244+166=656 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.5% from 656); Green value is 244 (95.70% from 255 or 37.20% from 656); Blue value is 166 (65.23% from 255 or 25.30% from 656); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F4A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F4A6 is #090B59. Grayscale: #ECECEC. Windows color (decimal): -592730 or 10941686. OLE color: 10941686.
HSL color Cylindrical-coordinate representation of color #F6F4A6: hue angle of 58.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 #F6F4A6 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 244 | 166 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.04 |
| HSL | 58.5º | 0.82% | 0.81% | - |
| HSV(B) | 58.5º | 0.33% | 0.96% | - |
| XYZ | 77.24 | 87.05 | 48.81 | - |
| YUV | 235.71 | 88.66 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 244 | 166 | 0 | 0.01 | 0.33 | 0.04 | 58.5 | 0.82 | 0.81 |
| Hex | F6 | F4 | A6 | 0 | 1 | 21 | 4 | 3A | 52 | 51 |
| Octal | 366 | 364 | 246 | 0 | 1 | 41 | 4 | 72 | 122 | 121 |
| Binary | 11110110 | 11110100 | 10100110 | 0 | 1 | 100001 | 100 | 111010 | 1010010 | 1010001 |
Color Harmonies of #F6F4A6
Complementary color
Monochromatic Colors of #F6F4A6
Black with #F6F4A6
Text Example
Text Example
White with #F6F4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F4A6; }
p { color: rgb(246,244,166); }
H1.HeaderClassName
{
color: #F6F4A6;
}
.AnyTagClassName
{
color: #F6F4A6;
}
</style>
background-color css
<style>
a { background-color: #F6F4A6; }
a { background-color: rgb(246,244,166); }
div.DivClassName
{
background-color: #F6F4A6;
}
.BgClassName
{
background-color: #F6F4A6;
}
</style>
border-color css
<style>
span { border-color: #F6F4A6; }
span { border-color: rgb(246,244,166); }
td.TdClassName
{
border-color: #F6F4A6;
}
.TagClassName
{
border-color: #F6F4A6;
}
</style>