Shades of Shalimar #F8FEA6
Tints of Shalimar #F8FEA6
RGB
CMYK
RGB Variations
Color information
#F8FEA6 (or 0xF8FEA6) is known color: Shalimar. HEX triplet: F8, FE and A6. RGB value is (248,254,166). Sum of RGB (Red+Green+Blue) = 248+254+166=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 166 (65.23% from 255 or 24.85% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FEA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FEA6 is #070159. Grayscale: #F2F2F2. Windows color (decimal): -459098 or 10944248. OLE color: 10944248.
HSL color Cylindrical-coordinate representation of color #F8FEA6: hue angle of 64.09º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8FEA6 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 254 | 166 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.00 |
| HSL | 64.09º | 0.98% | 0.82% | - |
| HSV(B) | 64.09º | 0.35% | 1% | - |
| XYZ | 81.04 | 93.59 | 49.87 | - |
| YUV | 242.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 254 | 166 | 0.02 | 0 | 0.35 | 0.00 | 64.09 | 0.98 | 0.82 |
| Hex | F8 | FE | A6 | 2 | 0 | 23 | 0 | 40 | 62 | 52 |
| Octal | 370 | 376 | 246 | 2 | 0 | 43 | 0 | 100 | 142 | 122 |
| Binary | 11111000 | 11111110 | 10100110 | 10 | 0 | 100011 | 0 | 1000000 | 1100010 | 1010010 |
Color Harmonies of #F8FEA6
Complementary color
Monochromatic Colors of #F8FEA6
Black with #F8FEA6
Text Example
Text Example
White with #F8FEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FEA6; }
p { color: rgb(248,254,166); }
H1.HeaderClassName
{
color: #F8FEA6;
}
.AnyTagClassName
{
color: #F8FEA6;
}
</style>
background-color css
<style>
a { background-color: #F8FEA6; }
a { background-color: rgb(248,254,166); }
div.DivClassName
{
background-color: #F8FEA6;
}
.BgClassName
{
background-color: #F8FEA6;
}
</style>
border-color css
<style>
span { border-color: #F8FEA6; }
span { border-color: rgb(248,254,166); }
td.TdClassName
{
border-color: #F8FEA6;
}
.TagClassName
{
border-color: #F8FEA6;
}
</style>