Shades of Shalimar #F9FFA6
Tints of Shalimar #F9FFA6
RGB
CMYK
RGB Variations
Color information
#F9FFA6 (or 0xF9FFA6) is known color: Shalimar. HEX triplet: F9, FF and A6. RGB value is (249,255,166). Sum of RGB (Red+Green+Blue) = 249+255+166=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 166 (65.23% from 255 or 24.78% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FFA6 is #060059. Grayscale: #F3F3F3. Windows color (decimal): -393306 or 10944505. OLE color: 10944505.
HSL color Cylindrical-coordinate representation of color #F9FFA6: hue angle of 64.04º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9FFA6 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 166 | - |
| CMYK | 0.02 | 0 | 0.35 | 0 |
| HSL | 64.04º | 1% | 0.83% | - |
| HSV(B) | 64.04º | 0.35% | 1% | - |
| XYZ | 81.71 | 94.41 | 49.99 | - |
| YUV | 243.06 | 84.51 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 166 | 0.02 | 0 | 0.35 | 0 | 64.04 | 1 | 0.83 |
| Hex | F9 | FF | A6 | 2 | 0 | 23 | 0 | 40 | 64 | 53 |
| Octal | 371 | 377 | 246 | 2 | 0 | 43 | 0 | 100 | 144 | 123 |
| Binary | 11111001 | 11111111 | 10100110 | 10 | 0 | 100011 | 0 | 1000000 | 1100100 | 1010011 |
Color Harmonies of #F9FFA6
Complementary color
Monochromatic Colors of #F9FFA6
Black with #F9FFA6
Text Example
Text Example
White with #F9FFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FFA6; }
p { color: rgb(249,255,166); }
H1.HeaderClassName
{
color: #F9FFA6;
}
.AnyTagClassName
{
color: #F9FFA6;
}
</style>
background-color css
<style>
a { background-color: #F9FFA6; }
a { background-color: rgb(249,255,166); }
div.DivClassName
{
background-color: #F9FFA6;
}
.BgClassName
{
background-color: #F9FFA6;
}
</style>
border-color css
<style>
span { border-color: #F9FFA6; }
span { border-color: rgb(249,255,166); }
td.TdClassName
{
border-color: #F9FFA6;
}
.TagClassName
{
border-color: #F9FFA6;
}
</style>