Shades of Shalimar #F5EFA8
Tints of Shalimar #F5EFA8
RGB
CMYK
RGB Variations
Color information
#F5EFA8 (or 0xF5EFA8) is known color: Shalimar. HEX triplet: F5, EF and A8. RGB value is (245,239,168). Sum of RGB (Red+Green+Blue) = 245+239+168=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 168 (66.02% from 255 or 25.77% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EFA8 is #0A1057. Grayscale: #E8E8E8. Windows color (decimal): -659544 or 11071477. OLE color: 11071477.
HSL color Cylindrical-coordinate representation of color #F5EFA8: hue angle of 55.32º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5EFA8 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 239 | 168 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.04 |
| HSL | 55.32º | 0.79% | 0.81% | - |
| HSV(B) | 55.32º | 0.31% | 0.96% | - |
| XYZ | 75.59 | 83.97 | 49.27 | - |
| YUV | 232.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 239 | 168 | 0 | 0.02 | 0.31 | 0.04 | 55.32 | 0.79 | 0.81 |
| Hex | F5 | EF | A8 | 0 | 2 | 1F | 4 | 37 | 4F | 51 |
| Octal | 365 | 357 | 250 | 0 | 2 | 37 | 4 | 67 | 117 | 121 |
| Binary | 11110101 | 11101111 | 10101000 | 0 | 10 | 11111 | 100 | 110111 | 1001111 | 1010001 |
Color Harmonies of #F5EFA8
Complementary color
Monochromatic Colors of #F5EFA8
Black with #F5EFA8
Text Example
Text Example
White with #F5EFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EFA8; }
p { color: rgb(245,239,168); }
H1.HeaderClassName
{
color: #F5EFA8;
}
.AnyTagClassName
{
color: #F5EFA8;
}
</style>
background-color css
<style>
a { background-color: #F5EFA8; }
a { background-color: rgb(245,239,168); }
div.DivClassName
{
background-color: #F5EFA8;
}
.BgClassName
{
background-color: #F5EFA8;
}
</style>
border-color css
<style>
span { border-color: #F5EFA8; }
span { border-color: rgb(245,239,168); }
td.TdClassName
{
border-color: #F5EFA8;
}
.TagClassName
{
border-color: #F5EFA8;
}
</style>