Shades of Shalimar #FEF5AA
Tints of Shalimar #FEF5AA
RGB
CMYK
RGB Variations
Color information
#FEF5AA (or 0xFEF5AA) is known color: Shalimar. HEX triplet: FE, F5 and AA. RGB value is (254,245,170). Sum of RGB (Red+Green+Blue) = 254+245+170=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 245 (96.09% from 255 or 36.62% from 669); Blue value is 170 (66.80% from 255 or 25.41% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF5AA is #010A55. Grayscale: #EFEFEF. Windows color (decimal): -68182 or 11204094. OLE color: 11204094.
HSL color Cylindrical-coordinate representation of color #FEF5AA: hue angle of 53.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEF5AA is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 170 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.00 |
| HSL | 53.57º | 0.98% | 0.83% | - |
| HSV(B) | 53.57º | 0.33% | 1% | - |
| XYZ | 80.78 | 89.28 | 51 | - |
| YUV | 239.14 | 88.98 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 170 | 0 | 0.04 | 0.33 | 0.00 | 53.57 | 0.98 | 0.83 |
| Hex | FE | F5 | AA | 0 | 4 | 21 | 0 | 36 | 62 | 53 |
| Octal | 376 | 365 | 252 | 0 | 4 | 41 | 0 | 66 | 142 | 123 |
| Binary | 11111110 | 11110101 | 10101010 | 0 | 100 | 100001 | 0 | 110110 | 1100010 | 1010011 |
Color Harmonies of #FEF5AA
Complementary color
Monochromatic Colors of #FEF5AA
Black with #FEF5AA
Text Example
Text Example
White with #FEF5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5AA; }
p { color: rgb(254,245,170); }
H1.HeaderClassName
{
color: #FEF5AA;
}
.AnyTagClassName
{
color: #FEF5AA;
}
</style>
background-color css
<style>
a { background-color: #FEF5AA; }
a { background-color: rgb(254,245,170); }
div.DivClassName
{
background-color: #FEF5AA;
}
.BgClassName
{
background-color: #FEF5AA;
}
</style>
border-color css
<style>
span { border-color: #FEF5AA; }
span { border-color: rgb(254,245,170); }
td.TdClassName
{
border-color: #FEF5AA;
}
.TagClassName
{
border-color: #FEF5AA;
}
</style>