Shades of Shalimar #F9FFAA
Tints of Shalimar #F9FFAA
RGB
CMYK
RGB Variations
Color information
#F9FFAA (or 0xF9FFAA) is known color: Shalimar. HEX triplet: F9, FF and AA. RGB value is (249,255,170). Sum of RGB (Red+Green+Blue) = 249+255+170=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 170 (66.80% from 255 or 25.22% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FFAA is #060055. Grayscale: #F3F3F3. Windows color (decimal): -393302 or 11206649. OLE color: 11206649.
HSL color Cylindrical-coordinate representation of color #F9FFAA: hue angle of 64.24º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9FFAA is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 170 | - |
| CMYK | 0.02 | 0 | 0.33 | 0 |
| HSL | 64.24º | 1% | 0.83% | - |
| HSV(B) | 64.24º | 0.33% | 1% | - |
| XYZ | 82.08 | 94.56 | 51.96 | - |
| YUV | 243.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 170 | 0.02 | 0 | 0.33 | 0 | 64.24 | 1 | 0.83 |
| Hex | F9 | FF | AA | 2 | 0 | 21 | 0 | 40 | 64 | 53 |
| Octal | 371 | 377 | 252 | 2 | 0 | 41 | 0 | 100 | 144 | 123 |
| Binary | 11111001 | 11111111 | 10101010 | 10 | 0 | 100001 | 0 | 1000000 | 1100100 | 1010011 |
Color Harmonies of #F9FFAA
Complementary color
Monochromatic Colors of #F9FFAA
Black with #F9FFAA
Text Example
Text Example
White with #F9FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FFAA; }
p { color: rgb(249,255,170); }
H1.HeaderClassName
{
color: #F9FFAA;
}
.AnyTagClassName
{
color: #F9FFAA;
}
</style>
background-color css
<style>
a { background-color: #F9FFAA; }
a { background-color: rgb(249,255,170); }
div.DivClassName
{
background-color: #F9FFAA;
}
.BgClassName
{
background-color: #F9FFAA;
}
</style>
border-color css
<style>
span { border-color: #F9FFAA; }
span { border-color: rgb(249,255,170); }
td.TdClassName
{
border-color: #F9FFAA;
}
.TagClassName
{
border-color: #F9FFAA;
}
</style>