Shades of Shalimar #F7FCA9
Tints of Shalimar #F7FCA9
RGB
CMYK
RGB Variations
Color information
#F7FCA9 (or 0xF7FCA9) is known color: Shalimar. HEX triplet: F7, FC and A9. RGB value is (247,252,169). Sum of RGB (Red+Green+Blue) = 247+252+169=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 169 (66.41% from 255 or 25.30% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #F7FCA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FCA9 is #080356. Grayscale: #F1F1F1. Windows color (decimal): -525143 or 11140343. OLE color: 11140343.
HSL color Cylindrical-coordinate representation of color #F7FCA9: hue angle of 63.61º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7FCA9 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 252 | 169 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.01 |
| HSL | 63.61º | 0.93% | 0.83% | - |
| HSV(B) | 63.61º | 0.33% | 0.99% | - |
| XYZ | 80.33 | 92.26 | 51.11 | - |
| YUV | 241.04 | 87.34 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 252 | 169 | 0.02 | 0 | 0.33 | 0.01 | 63.61 | 0.93 | 0.83 |
| Hex | F7 | FC | A9 | 2 | 0 | 21 | 1 | 40 | 5D | 53 |
| Octal | 367 | 374 | 251 | 2 | 0 | 41 | 1 | 100 | 135 | 123 |
| Binary | 11110111 | 11111100 | 10101001 | 10 | 0 | 100001 | 1 | 1000000 | 1011101 | 1010011 |
Color Harmonies of #F7FCA9
Complementary color
Monochromatic Colors of #F7FCA9
Black with #F7FCA9
Text Example
Text Example
White with #F7FCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FCA9; }
p { color: rgb(247,252,169); }
H1.HeaderClassName
{
color: #F7FCA9;
}
.AnyTagClassName
{
color: #F7FCA9;
}
</style>
background-color css
<style>
a { background-color: #F7FCA9; }
a { background-color: rgb(247,252,169); }
div.DivClassName
{
background-color: #F7FCA9;
}
.BgClassName
{
background-color: #F7FCA9;
}
</style>
border-color css
<style>
span { border-color: #F7FCA9; }
span { border-color: rgb(247,252,169); }
td.TdClassName
{
border-color: #F7FCA9;
}
.TagClassName
{
border-color: #F7FCA9;
}
</style>