Shades of Shalimar #FEF7A7
Tints of Shalimar #FEF7A7
RGB
CMYK
RGB Variations
Color information
#FEF7A7 (or 0xFEF7A7) is known color: Shalimar. HEX triplet: FE, F7 and A7. RGB value is (254,247,167). Sum of RGB (Red+Green+Blue) = 254+247+167=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 247 (96.88% from 255 or 36.98% from 668); Blue value is 167 (65.62% from 255 or 25% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF7A7 is #010858. Grayscale: #F0F0F0. Windows color (decimal): -67673 or 11007998. OLE color: 11007998.
HSL color Cylindrical-coordinate representation of color #FEF7A7: hue angle of 55.17º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEF7A7 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 167 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.00 |
| HSL | 55.17º | 0.98% | 0.83% | - |
| HSV(B) | 55.17º | 0.34% | 1% | - |
| XYZ | 81.11 | 90.38 | 49.73 | - |
| YUV | 239.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 167 | 0 | 0.03 | 0.34 | 0.00 | 55.17 | 0.98 | 0.83 |
| Hex | FE | F7 | A7 | 0 | 3 | 22 | 0 | 37 | 62 | 53 |
| Octal | 376 | 367 | 247 | 0 | 3 | 42 | 0 | 67 | 142 | 123 |
| Binary | 11111110 | 11110111 | 10100111 | 0 | 11 | 100010 | 0 | 110111 | 1100010 | 1010011 |
Color Harmonies of #FEF7A7
Complementary color
Monochromatic Colors of #FEF7A7
Black with #FEF7A7
Text Example
Text Example
White with #FEF7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF7A7; }
p { color: rgb(254,247,167); }
H1.HeaderClassName
{
color: #FEF7A7;
}
.AnyTagClassName
{
color: #FEF7A7;
}
</style>
background-color css
<style>
a { background-color: #FEF7A7; }
a { background-color: rgb(254,247,167); }
div.DivClassName
{
background-color: #FEF7A7;
}
.BgClassName
{
background-color: #FEF7A7;
}
</style>
border-color css
<style>
span { border-color: #FEF7A7; }
span { border-color: rgb(254,247,167); }
td.TdClassName
{
border-color: #FEF7A7;
}
.TagClassName
{
border-color: #FEF7A7;
}
</style>