Shades of Shalimar #F7F9A5
Tints of Shalimar #F7F9A5
RGB
CMYK
RGB Variations
Color information
#F7F9A5 (or 0xF7F9A5) is known color: Shalimar. HEX triplet: F7, F9 and A5. RGB value is (247,249,165). Sum of RGB (Red+Green+Blue) = 247+249+165=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 165 (64.84% from 255 or 24.96% from 661); Max value from RGB is 249 - color contains mainly: green. Hex color #F7F9A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F9A5 is #08065A. Grayscale: #EFEFEF. Windows color (decimal): -525915 or 10877431. OLE color: 10877431.
HSL color Cylindrical-coordinate representation of color #F7F9A5: hue angle of 61.43º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7F9A5 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 249 | 165 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.02 |
| HSL | 61.43º | 0.88% | 0.81% | - |
| HSV(B) | 61.43º | 0.34% | 0.98% | - |
| XYZ | 79.02 | 90.24 | 48.85 | - |
| YUV | 238.83 | 86.34 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 249 | 165 | 0.01 | 0 | 0.34 | 0.02 | 61.43 | 0.88 | 0.81 |
| Hex | F7 | F9 | A5 | 1 | 0 | 22 | 2 | 3D | 58 | 51 |
| Octal | 367 | 371 | 245 | 1 | 0 | 42 | 2 | 75 | 130 | 121 |
| Binary | 11110111 | 11111001 | 10100101 | 1 | 0 | 100010 | 10 | 111101 | 1011000 | 1010001 |
Color Harmonies of #F7F9A5
Complementary color
Monochromatic Colors of #F7F9A5
Black with #F7F9A5
Text Example
Text Example
White with #F7F9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F9A5; }
p { color: rgb(247,249,165); }
H1.HeaderClassName
{
color: #F7F9A5;
}
.AnyTagClassName
{
color: #F7F9A5;
}
</style>
background-color css
<style>
a { background-color: #F7F9A5; }
a { background-color: rgb(247,249,165); }
div.DivClassName
{
background-color: #F7F9A5;
}
.BgClassName
{
background-color: #F7F9A5;
}
</style>
border-color css
<style>
span { border-color: #F7F9A5; }
span { border-color: rgb(247,249,165); }
td.TdClassName
{
border-color: #F7F9A5;
}
.TagClassName
{
border-color: #F7F9A5;
}
</style>