Shades of Shalimar #FEF6AA
Tints of Shalimar #FEF6AA
RGB
CMYK
RGB Variations
Color information
#FEF6AA (or 0xFEF6AA) is known color: Shalimar. HEX triplet: FE, F6 and AA. RGB value is (254,246,170). Sum of RGB (Red+Green+Blue) = 254+246+170=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 170 (66.80% from 255 or 25.37% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF6AA is #010955. Grayscale: #F0F0F0. Windows color (decimal): -67926 or 11204350. OLE color: 11204350.
HSL color Cylindrical-coordinate representation of color #FEF6AA: hue angle of 54.29º 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 #FEF6AA is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 170 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.00 |
| HSL | 54.29º | 0.98% | 0.83% | - |
| HSV(B) | 54.29º | 0.33% | 1% | - |
| XYZ | 81.08 | 89.88 | 51.11 | - |
| YUV | 239.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 170 | 0 | 0.03 | 0.33 | 0.00 | 54.29 | 0.98 | 0.83 |
| Hex | FE | F6 | AA | 0 | 3 | 21 | 0 | 36 | 62 | 53 |
| Octal | 376 | 366 | 252 | 0 | 3 | 41 | 0 | 66 | 142 | 123 |
| Binary | 11111110 | 11110110 | 10101010 | 0 | 11 | 100001 | 0 | 110110 | 1100010 | 1010011 |
Color Harmonies of #FEF6AA
Complementary color
Monochromatic Colors of #FEF6AA
Black with #FEF6AA
Text Example
Text Example
White with #FEF6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6AA; }
p { color: rgb(254,246,170); }
H1.HeaderClassName
{
color: #FEF6AA;
}
.AnyTagClassName
{
color: #FEF6AA;
}
</style>
background-color css
<style>
a { background-color: #FEF6AA; }
a { background-color: rgb(254,246,170); }
div.DivClassName
{
background-color: #FEF6AA;
}
.BgClassName
{
background-color: #FEF6AA;
}
</style>
border-color css
<style>
span { border-color: #FEF6AA; }
span { border-color: rgb(254,246,170); }
td.TdClassName
{
border-color: #FEF6AA;
}
.TagClassName
{
border-color: #FEF6AA;
}
</style>