Shades of Shalimar #F8FEA9
Tints of Shalimar #F8FEA9
RGB
CMYK
RGB Variations
Color information
#F8FEA9 (or 0xF8FEA9) is known color: Shalimar. HEX triplet: F8, FE and A9. RGB value is (248,254,169). Sum of RGB (Red+Green+Blue) = 248+254+169=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 169 (66.41% from 255 or 25.19% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FEA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FEA9 is #070156. Grayscale: #F2F2F2. Windows color (decimal): -459095 or 11140856. OLE color: 11140856.
HSL color Cylindrical-coordinate representation of color #F8FEA9: hue angle of 64.24º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8FEA9 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 254 | 169 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.00 |
| HSL | 64.24º | 0.98% | 0.83% | - |
| HSV(B) | 64.24º | 0.33% | 1% | - |
| XYZ | 81.31 | 93.7 | 51.34 | - |
| YUV | 242.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 254 | 169 | 0.02 | 0 | 0.33 | 0.00 | 64.24 | 0.98 | 0.83 |
| Hex | F8 | FE | A9 | 2 | 0 | 21 | 0 | 40 | 62 | 53 |
| Octal | 370 | 376 | 251 | 2 | 0 | 41 | 0 | 100 | 142 | 123 |
| Binary | 11111000 | 11111110 | 10101001 | 10 | 0 | 100001 | 0 | 1000000 | 1100010 | 1010011 |
Color Harmonies of #F8FEA9
Complementary color
Monochromatic Colors of #F8FEA9
Black with #F8FEA9
Text Example
Text Example
White with #F8FEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FEA9; }
p { color: rgb(248,254,169); }
H1.HeaderClassName
{
color: #F8FEA9;
}
.AnyTagClassName
{
color: #F8FEA9;
}
</style>
background-color css
<style>
a { background-color: #F8FEA9; }
a { background-color: rgb(248,254,169); }
div.DivClassName
{
background-color: #F8FEA9;
}
.BgClassName
{
background-color: #F8FEA9;
}
</style>
border-color css
<style>
span { border-color: #F8FEA9; }
span { border-color: rgb(248,254,169); }
td.TdClassName
{
border-color: #F8FEA9;
}
.TagClassName
{
border-color: #F8FEA9;
}
</style>