Shades of Shalimar #F8EEA9
Tints of Shalimar #F8EEA9
RGB
CMYK
RGB Variations
Color information
#F8EEA9 (or 0xF8EEA9) is known color: Shalimar. HEX triplet: F8, EE and A9. RGB value is (248,238,169). Sum of RGB (Red+Green+Blue) = 248+238+169=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 169 (66.41% from 255 or 25.80% from 655); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EEA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EEA9 is #071156. Grayscale: #E9E9E9. Windows color (decimal): -463191 or 11136760. OLE color: 11136760.
HSL color Cylindrical-coordinate representation of color #F8EEA9: hue angle of 52.41º 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 #F8EEA9 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 238 | 169 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.03 |
| HSL | 52.41º | 0.85% | 0.82% | - |
| HSV(B) | 52.41º | 0.32% | 0.97% | - |
| XYZ | 76.45 | 83.97 | 49.71 | - |
| YUV | 233.12 | 91.81 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 238 | 169 | 0 | 0.04 | 0.32 | 0.03 | 52.41 | 0.85 | 0.82 |
| Hex | F8 | EE | A9 | 0 | 4 | 20 | 3 | 34 | 55 | 52 |
| Octal | 370 | 356 | 251 | 0 | 4 | 40 | 3 | 64 | 125 | 122 |
| Binary | 11111000 | 11101110 | 10101001 | 0 | 100 | 100000 | 11 | 110100 | 1010101 | 1010010 |
Color Harmonies of #F8EEA9
Complementary color
Monochromatic Colors of #F8EEA9
Black with #F8EEA9
Text Example
Text Example
White with #F8EEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EEA9; }
p { color: rgb(248,238,169); }
H1.HeaderClassName
{
color: #F8EEA9;
}
.AnyTagClassName
{
color: #F8EEA9;
}
</style>
background-color css
<style>
a { background-color: #F8EEA9; }
a { background-color: rgb(248,238,169); }
div.DivClassName
{
background-color: #F8EEA9;
}
.BgClassName
{
background-color: #F8EEA9;
}
</style>
border-color css
<style>
span { border-color: #F8EEA9; }
span { border-color: rgb(248,238,169); }
td.TdClassName
{
border-color: #F8EEA9;
}
.TagClassName
{
border-color: #F8EEA9;
}
</style>