Shades of Shalimar #FEF7AA
Tints of Shalimar #FEF7AA
RGB
CMYK
RGB Variations
Color information
#FEF7AA (or 0xFEF7AA) is known color: Shalimar. HEX triplet: FE, F7 and AA. RGB value is (254,247,170). Sum of RGB (Red+Green+Blue) = 254+247+170=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 170 (66.80% from 255 or 25.34% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF7AA is #010855. Grayscale: #F0F0F0. Windows color (decimal): -67670 or 11204606. OLE color: 11204606.
HSL color Cylindrical-coordinate representation of color #FEF7AA: hue angle of 55º 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 #FEF7AA is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 170 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.00 |
| HSL | 55º | 0.98% | 0.83% | - |
| HSV(B) | 55º | 0.33% | 1% | - |
| XYZ | 81.39 | 90.49 | 51.21 | - |
| YUV | 240.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 170 | 0 | 0.03 | 0.33 | 0.00 | 55 | 0.98 | 0.83 |
| Hex | FE | F7 | AA | 0 | 3 | 21 | 0 | 37 | 62 | 53 |
| Octal | 376 | 367 | 252 | 0 | 3 | 41 | 0 | 67 | 142 | 123 |
| Binary | 11111110 | 11110111 | 10101010 | 0 | 11 | 100001 | 0 | 110111 | 1100010 | 1010011 |
Color Harmonies of #FEF7AA
Complementary color
Monochromatic Colors of #FEF7AA
Black with #FEF7AA
Text Example
Text Example
White with #FEF7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF7AA; }
p { color: rgb(254,247,170); }
H1.HeaderClassName
{
color: #FEF7AA;
}
.AnyTagClassName
{
color: #FEF7AA;
}
</style>
background-color css
<style>
a { background-color: #FEF7AA; }
a { background-color: rgb(254,247,170); }
div.DivClassName
{
background-color: #FEF7AA;
}
.BgClassName
{
background-color: #FEF7AA;
}
</style>
border-color css
<style>
span { border-color: #FEF7AA; }
span { border-color: rgb(254,247,170); }
td.TdClassName
{
border-color: #FEF7AA;
}
.TagClassName
{
border-color: #FEF7AA;
}
</style>