Shades of Shalimar #F9FEA8
Tints of Shalimar #F9FEA8
RGB
CMYK
RGB Variations
Color information
#F9FEA8 (or 0xF9FEA8) is known color: Shalimar. HEX triplet: F9, FE and A8. RGB value is (249,254,168). Sum of RGB (Red+Green+Blue) = 249+254+168=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 168 (66.02% from 255 or 25.04% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FEA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FEA8 is #060157. Grayscale: #F3F3F3. Windows color (decimal): -393560 or 11075321. OLE color: 11075321.
HSL color Cylindrical-coordinate representation of color #F9FEA8: hue angle of 63.49º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9FEA8 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 254 | 168 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.00 |
| HSL | 63.49º | 0.98% | 0.83% | - |
| HSV(B) | 63.49º | 0.34% | 1% | - |
| XYZ | 81.58 | 93.85 | 50.86 | - |
| YUV | 242.7 | 85.84 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 254 | 168 | 0.02 | 0 | 0.34 | 0.00 | 63.49 | 0.98 | 0.83 |
| Hex | F9 | FE | A8 | 2 | 0 | 22 | 0 | 3F | 62 | 53 |
| Octal | 371 | 376 | 250 | 2 | 0 | 42 | 0 | 77 | 142 | 123 |
| Binary | 11111001 | 11111110 | 10101000 | 10 | 0 | 100010 | 0 | 111111 | 1100010 | 1010011 |
Color Harmonies of #F9FEA8
Complementary color
Monochromatic Colors of #F9FEA8
Black with #F9FEA8
Text Example
Text Example
White with #F9FEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FEA8; }
p { color: rgb(249,254,168); }
H1.HeaderClassName
{
color: #F9FEA8;
}
.AnyTagClassName
{
color: #F9FEA8;
}
</style>
background-color css
<style>
a { background-color: #F9FEA8; }
a { background-color: rgb(249,254,168); }
div.DivClassName
{
background-color: #F9FEA8;
}
.BgClassName
{
background-color: #F9FEA8;
}
</style>
border-color css
<style>
span { border-color: #F9FEA8; }
span { border-color: rgb(249,254,168); }
td.TdClassName
{
border-color: #F9FEA8;
}
.TagClassName
{
border-color: #F9FEA8;
}
</style>