Shades of Shalimar #F5EFAA
Tints of Shalimar #F5EFAA
RGB
CMYK
RGB Variations
Color information
#F5EFAA (or 0xF5EFAA) is known color: Shalimar. HEX triplet: F5, EF and AA. RGB value is (245,239,170). Sum of RGB (Red+Green+Blue) = 245+239+170=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 170 (66.80% from 255 or 25.99% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EFAA is #0A1055. Grayscale: #E9E9E9. Windows color (decimal): -659542 or 11202549. OLE color: 11202549.
HSL color Cylindrical-coordinate representation of color #F5EFAA: hue angle of 55.2º 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 #F5EFAA is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 239 | 170 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.04 |
| HSL | 55.2º | 0.79% | 0.81% | - |
| HSV(B) | 55.2º | 0.31% | 0.96% | - |
| XYZ | 75.78 | 84.05 | 50.26 | - |
| YUV | 232.93 | 92.49 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 239 | 170 | 0 | 0.02 | 0.31 | 0.04 | 55.2 | 0.79 | 0.81 |
| Hex | F5 | EF | AA | 0 | 2 | 1F | 4 | 37 | 4F | 51 |
| Octal | 365 | 357 | 252 | 0 | 2 | 37 | 4 | 67 | 117 | 121 |
| Binary | 11110101 | 11101111 | 10101010 | 0 | 10 | 11111 | 100 | 110111 | 1001111 | 1010001 |
Color Harmonies of #F5EFAA
Complementary color
Monochromatic Colors of #F5EFAA
Black with #F5EFAA
Text Example
Text Example
White with #F5EFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EFAA; }
p { color: rgb(245,239,170); }
H1.HeaderClassName
{
color: #F5EFAA;
}
.AnyTagClassName
{
color: #F5EFAA;
}
</style>
background-color css
<style>
a { background-color: #F5EFAA; }
a { background-color: rgb(245,239,170); }
div.DivClassName
{
background-color: #F5EFAA;
}
.BgClassName
{
background-color: #F5EFAA;
}
</style>
border-color css
<style>
span { border-color: #F5EFAA; }
span { border-color: rgb(245,239,170); }
td.TdClassName
{
border-color: #F5EFAA;
}
.TagClassName
{
border-color: #F5EFAA;
}
</style>