Shades of Shalimar #F5F6A9
Tints of Shalimar #F5F6A9
RGB
CMYK
RGB Variations
Color information
#F5F6A9 (or 0xF5F6A9) is known color: Shalimar. HEX triplet: F5, F6 and A9. RGB value is (245,246,169). Sum of RGB (Red+Green+Blue) = 245+246+169=660 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.12% from 660); Green value is 246 (96.48% from 255 or 37.27% from 660); Blue value is 169 (66.41% from 255 or 25.61% from 660); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F6A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F6A9 is #0A0956. Grayscale: #EDEDED. Windows color (decimal): -657751 or 11138805. OLE color: 11138805.
HSL color Cylindrical-coordinate representation of color #F5F6A9: hue angle of 60.78º degrees, saturation: 0.81, 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 #F5F6A9 is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 246 | 169 | - |
| CMYK | 0.00 | 0 | 0.31 | 0.04 |
| HSL | 60.78º | 0.81% | 0.81% | - |
| HSV(B) | 60.78º | 0.31% | 0.96% | - |
| XYZ | 77.77 | 88.19 | 50.46 | - |
| YUV | 236.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 246 | 169 | 0.00 | 0 | 0.31 | 0.04 | 60.78 | 0.81 | 0.81 |
| Hex | F5 | F6 | A9 | 0 | 0 | 1F | 4 | 3D | 51 | 51 |
| Octal | 365 | 366 | 251 | 0 | 0 | 37 | 4 | 75 | 121 | 121 |
| Binary | 11110101 | 11110110 | 10101001 | 0 | 0 | 11111 | 100 | 111101 | 1010001 | 1010001 |
Color Harmonies of #F5F6A9
Complementary color
Monochromatic Colors of #F5F6A9
Black with #F5F6A9
Text Example
Text Example
White with #F5F6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F6A9; }
p { color: rgb(245,246,169); }
H1.HeaderClassName
{
color: #F5F6A9;
}
.AnyTagClassName
{
color: #F5F6A9;
}
</style>
background-color css
<style>
a { background-color: #F5F6A9; }
a { background-color: rgb(245,246,169); }
div.DivClassName
{
background-color: #F5F6A9;
}
.BgClassName
{
background-color: #F5F6A9;
}
</style>
border-color css
<style>
span { border-color: #F5F6A9; }
span { border-color: rgb(245,246,169); }
td.TdClassName
{
border-color: #F5F6A9;
}
.TagClassName
{
border-color: #F5F6A9;
}
</style>