Shades of Shalimar #FEF7A6
Tints of Shalimar #FEF7A6
RGB
CMYK
RGB Variations
Color information
#FEF7A6 (or 0xFEF7A6) is known color: Shalimar. HEX triplet: FE, F7 and A6. RGB value is (254,247,166). Sum of RGB (Red+Green+Blue) = 254+247+166=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 247 (96.88% from 255 or 37.03% from 667); Blue value is 166 (65.23% from 255 or 24.89% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF7A6 is #010859. Grayscale: #F0F0F0. Windows color (decimal): -67674 or 10942462. OLE color: 10942462.
HSL color Cylindrical-coordinate representation of color #FEF7A6: hue angle of 55.23º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEF7A6 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 166 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.00 |
| HSL | 55.23º | 0.98% | 0.82% | - |
| HSV(B) | 55.23º | 0.35% | 1% | - |
| XYZ | 81.02 | 90.35 | 49.24 | - |
| YUV | 239.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 166 | 0 | 0.03 | 0.35 | 0.00 | 55.23 | 0.98 | 0.82 |
| Hex | FE | F7 | A6 | 0 | 3 | 23 | 0 | 37 | 62 | 52 |
| Octal | 376 | 367 | 246 | 0 | 3 | 43 | 0 | 67 | 142 | 122 |
| Binary | 11111110 | 11110111 | 10100110 | 0 | 11 | 100011 | 0 | 110111 | 1100010 | 1010010 |
Color Harmonies of #FEF7A6
Complementary color
Monochromatic Colors of #FEF7A6
Black with #FEF7A6
Text Example
Text Example
White with #FEF7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF7A6; }
p { color: rgb(254,247,166); }
H1.HeaderClassName
{
color: #FEF7A6;
}
.AnyTagClassName
{
color: #FEF7A6;
}
</style>
background-color css
<style>
a { background-color: #FEF7A6; }
a { background-color: rgb(254,247,166); }
div.DivClassName
{
background-color: #FEF7A6;
}
.BgClassName
{
background-color: #FEF7A6;
}
</style>
border-color css
<style>
span { border-color: #FEF7A6; }
span { border-color: rgb(254,247,166); }
td.TdClassName
{
border-color: #FEF7A6;
}
.TagClassName
{
border-color: #FEF7A6;
}
</style>