Shades of Shalimar #F6FAA9
Tints of Shalimar #F6FAA9
RGB
CMYK
RGB Variations
Color information
#F6FAA9 (or 0xF6FAA9) is known color: Shalimar. HEX triplet: F6, FA and A9. RGB value is (246,250,169). Sum of RGB (Red+Green+Blue) = 246+250+169=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 169 (66.41% from 255 or 25.41% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FAA9 is #090556. Grayscale: #EFEFEF. Windows color (decimal): -591191 or 11139830. OLE color: 11139830.
HSL color Cylindrical-coordinate representation of color #F6FAA9: hue angle of 62.96º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F6FAA9 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 250 | 169 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.02 |
| HSL | 62.96º | 0.89% | 0.82% | - |
| HSV(B) | 62.96º | 0.32% | 0.98% | - |
| XYZ | 79.35 | 90.83 | 50.89 | - |
| YUV | 239.57 | 88.17 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 250 | 169 | 0.02 | 0 | 0.32 | 0.02 | 62.96 | 0.89 | 0.82 |
| Hex | F6 | FA | A9 | 2 | 0 | 20 | 2 | 3F | 59 | 52 |
| Octal | 366 | 372 | 251 | 2 | 0 | 40 | 2 | 77 | 131 | 122 |
| Binary | 11110110 | 11111010 | 10101001 | 10 | 0 | 100000 | 10 | 111111 | 1011001 | 1010010 |
Color Harmonies of #F6FAA9
Complementary color
Monochromatic Colors of #F6FAA9
Black with #F6FAA9
Text Example
Text Example
White with #F6FAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FAA9; }
p { color: rgb(246,250,169); }
H1.HeaderClassName
{
color: #F6FAA9;
}
.AnyTagClassName
{
color: #F6FAA9;
}
</style>
background-color css
<style>
a { background-color: #F6FAA9; }
a { background-color: rgb(246,250,169); }
div.DivClassName
{
background-color: #F6FAA9;
}
.BgClassName
{
background-color: #F6FAA9;
}
</style>
border-color css
<style>
span { border-color: #F6FAA9; }
span { border-color: rgb(246,250,169); }
td.TdClassName
{
border-color: #F6FAA9;
}
.TagClassName
{
border-color: #F6FAA9;
}
</style>