Shades of Shalimar #F8EFA9
Tints of Shalimar #F8EFA9
RGB
CMYK
RGB Variations
Color information
#F8EFA9 (or 0xF8EFA9) is known color: Shalimar. HEX triplet: F8, EF and A9. RGB value is (248,239,169). Sum of RGB (Red+Green+Blue) = 248+239+169=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 169 (66.41% from 255 or 25.76% from 656); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EFA9 is #071056. Grayscale: #E9E9E9. Windows color (decimal): -462935 or 11137016. OLE color: 11137016.
HSL color Cylindrical-coordinate representation of color #F8EFA9: hue angle of 53.16º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8EFA9 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 239 | 169 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.03 |
| HSL | 53.16º | 0.85% | 0.82% | - |
| HSV(B) | 53.16º | 0.32% | 0.97% | - |
| XYZ | 76.74 | 84.55 | 49.81 | - |
| YUV | 233.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 239 | 169 | 0 | 0.04 | 0.32 | 0.03 | 53.16 | 0.85 | 0.82 |
| Hex | F8 | EF | A9 | 0 | 4 | 20 | 3 | 35 | 55 | 52 |
| Octal | 370 | 357 | 251 | 0 | 4 | 40 | 3 | 65 | 125 | 122 |
| Binary | 11111000 | 11101111 | 10101001 | 0 | 100 | 100000 | 11 | 110101 | 1010101 | 1010010 |
Color Harmonies of #F8EFA9
Complementary color
Monochromatic Colors of #F8EFA9
Black with #F8EFA9
Text Example
Text Example
White with #F8EFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EFA9; }
p { color: rgb(248,239,169); }
H1.HeaderClassName
{
color: #F8EFA9;
}
.AnyTagClassName
{
color: #F8EFA9;
}
</style>
background-color css
<style>
a { background-color: #F8EFA9; }
a { background-color: rgb(248,239,169); }
div.DivClassName
{
background-color: #F8EFA9;
}
.BgClassName
{
background-color: #F8EFA9;
}
</style>
border-color css
<style>
span { border-color: #F8EFA9; }
span { border-color: rgb(248,239,169); }
td.TdClassName
{
border-color: #F8EFA9;
}
.TagClassName
{
border-color: #F8EFA9;
}
</style>