Shades of Shalimar #F8FEA8
Tints of Shalimar #F8FEA8
RGB
CMYK
RGB Variations
Color information
#F8FEA8 (or 0xF8FEA8) is known color: Shalimar. HEX triplet: F8, FE and A8. RGB value is (248,254,168). Sum of RGB (Red+Green+Blue) = 248+254+168=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 168 (66.02% from 255 or 25.07% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FEA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FEA8 is #070157. Grayscale: #F2F2F2. Windows color (decimal): -459096 or 11075320. OLE color: 11075320.
HSL color Cylindrical-coordinate representation of color #F8FEA8: hue angle of 64.19º 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 #F8FEA8 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 254 | 168 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.00 |
| HSL | 64.19º | 0.98% | 0.83% | - |
| HSV(B) | 64.19º | 0.34% | 1% | - |
| XYZ | 81.22 | 93.67 | 50.84 | - |
| YUV | 242.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 254 | 168 | 0.02 | 0 | 0.34 | 0.00 | 64.19 | 0.98 | 0.83 |
| Hex | F8 | FE | A8 | 2 | 0 | 22 | 0 | 40 | 62 | 53 |
| Octal | 370 | 376 | 250 | 2 | 0 | 42 | 0 | 100 | 142 | 123 |
| Binary | 11111000 | 11111110 | 10101000 | 10 | 0 | 100010 | 0 | 1000000 | 1100010 | 1010011 |
Color Harmonies of #F8FEA8
Complementary color
Monochromatic Colors of #F8FEA8
Black with #F8FEA8
Text Example
Text Example
White with #F8FEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FEA8; }
p { color: rgb(248,254,168); }
H1.HeaderClassName
{
color: #F8FEA8;
}
.AnyTagClassName
{
color: #F8FEA8;
}
</style>
background-color css
<style>
a { background-color: #F8FEA8; }
a { background-color: rgb(248,254,168); }
div.DivClassName
{
background-color: #F8FEA8;
}
.BgClassName
{
background-color: #F8FEA8;
}
</style>
border-color css
<style>
span { border-color: #F8FEA8; }
span { border-color: rgb(248,254,168); }
td.TdClassName
{
border-color: #F8FEA8;
}
.TagClassName
{
border-color: #F8FEA8;
}
</style>