Shades of Shalimar #F9FFA8
Tints of Shalimar #F9FFA8
RGB
CMYK
RGB Variations
Color information
#F9FFA8 (or 0xF9FFA8) is known color: Shalimar. HEX triplet: F9, FF and A8. RGB value is (249,255,168). Sum of RGB (Red+Green+Blue) = 249+255+168=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 168 (66.02% from 255 or 25% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FFA8 is #060057. Grayscale: #F3F3F3. Windows color (decimal): -393304 or 11075577. OLE color: 11075577.
HSL color Cylindrical-coordinate representation of color #F9FFA8: hue angle of 64.14º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9FFA8 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 168 | - |
| CMYK | 0.02 | 0 | 0.34 | 0 |
| HSL | 64.14º | 1% | 0.83% | - |
| HSV(B) | 64.14º | 0.34% | 1% | - |
| XYZ | 81.89 | 94.49 | 50.97 | - |
| YUV | 243.29 | 85.51 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 168 | 0.02 | 0 | 0.34 | 0 | 64.14 | 1 | 0.83 |
| Hex | F9 | FF | A8 | 2 | 0 | 22 | 0 | 40 | 64 | 53 |
| Octal | 371 | 377 | 250 | 2 | 0 | 42 | 0 | 100 | 144 | 123 |
| Binary | 11111001 | 11111111 | 10101000 | 10 | 0 | 100010 | 0 | 1000000 | 1100100 | 1010011 |
Color Harmonies of #F9FFA8
Complementary color
Monochromatic Colors of #F9FFA8
Black with #F9FFA8
Text Example
Text Example
White with #F9FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FFA8; }
p { color: rgb(249,255,168); }
H1.HeaderClassName
{
color: #F9FFA8;
}
.AnyTagClassName
{
color: #F9FFA8;
}
</style>
background-color css
<style>
a { background-color: #F9FFA8; }
a { background-color: rgb(249,255,168); }
div.DivClassName
{
background-color: #F9FFA8;
}
.BgClassName
{
background-color: #F9FFA8;
}
</style>
border-color css
<style>
span { border-color: #F9FFA8; }
span { border-color: rgb(249,255,168); }
td.TdClassName
{
border-color: #F9FFA8;
}
.TagClassName
{
border-color: #F9FFA8;
}
</style>