Shades of Shalimar #FEF8A7
Tints of Shalimar #FEF8A7
RGB
CMYK
RGB Variations
Color information
#FEF8A7 (or 0xFEF8A7) is known color: Shalimar. HEX triplet: FE, F8 and A7. RGB value is (254,248,167). Sum of RGB (Red+Green+Blue) = 254+248+167=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 167 (65.62% from 255 or 24.96% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF8A7 is #010758. Grayscale: #F0F0F0. Windows color (decimal): -67417 or 11008254. OLE color: 11008254.
HSL color Cylindrical-coordinate representation of color #FEF8A7: hue angle of 55.86º 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 #FEF8A7 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 167 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.00 |
| HSL | 55.86º | 0.98% | 0.83% | - |
| HSV(B) | 55.86º | 0.34% | 1% | - |
| XYZ | 81.42 | 91 | 49.83 | - |
| YUV | 240.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 167 | 0 | 0.02 | 0.34 | 0.00 | 55.86 | 0.98 | 0.83 |
| Hex | FE | F8 | A7 | 0 | 2 | 22 | 0 | 38 | 62 | 53 |
| Octal | 376 | 370 | 247 | 0 | 2 | 42 | 0 | 70 | 142 | 123 |
| Binary | 11111110 | 11111000 | 10100111 | 0 | 10 | 100010 | 0 | 111000 | 1100010 | 1010011 |
Color Harmonies of #FEF8A7
Complementary color
Monochromatic Colors of #FEF8A7
Black with #FEF8A7
Text Example
Text Example
White with #FEF8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8A7; }
p { color: rgb(254,248,167); }
H1.HeaderClassName
{
color: #FEF8A7;
}
.AnyTagClassName
{
color: #FEF8A7;
}
</style>
background-color css
<style>
a { background-color: #FEF8A7; }
a { background-color: rgb(254,248,167); }
div.DivClassName
{
background-color: #FEF8A7;
}
.BgClassName
{
background-color: #FEF8A7;
}
</style>
border-color css
<style>
span { border-color: #FEF8A7; }
span { border-color: rgb(254,248,167); }
td.TdClassName
{
border-color: #FEF8A7;
}
.TagClassName
{
border-color: #FEF8A7;
}
</style>