Shades of Shalimar #FEF4A8
Tints of Shalimar #FEF4A8
RGB
CMYK
RGB Variations
Color information
#FEF4A8 (or 0xFEF4A8) is known color: Shalimar. HEX triplet: FE, F4 and A8. RGB value is (254,244,168). Sum of RGB (Red+Green+Blue) = 254+244+168=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 244 (95.70% from 255 or 36.64% from 666); Blue value is 168 (66.02% from 255 or 25.23% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF4A8 is #010B57. Grayscale: #EEEEEE. Windows color (decimal): -68440 or 11072766. OLE color: 11072766.
HSL color Cylindrical-coordinate representation of color #FEF4A8: hue angle of 53.02º 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 #FEF4A8 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 168 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.00 |
| HSL | 53.02º | 0.98% | 0.83% | - |
| HSV(B) | 53.02º | 0.34% | 1% | - |
| XYZ | 80.29 | 88.6 | 49.92 | - |
| YUV | 238.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 168 | 0 | 0.04 | 0.34 | 0.00 | 53.02 | 0.98 | 0.83 |
| Hex | FE | F4 | A8 | 0 | 4 | 22 | 0 | 35 | 62 | 53 |
| Octal | 376 | 364 | 250 | 0 | 4 | 42 | 0 | 65 | 142 | 123 |
| Binary | 11111110 | 11110100 | 10101000 | 0 | 100 | 100010 | 0 | 110101 | 1100010 | 1010011 |
Color Harmonies of #FEF4A8
Complementary color
Monochromatic Colors of #FEF4A8
Black with #FEF4A8
Text Example
Text Example
White with #FEF4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF4A8; }
p { color: rgb(254,244,168); }
H1.HeaderClassName
{
color: #FEF4A8;
}
.AnyTagClassName
{
color: #FEF4A8;
}
</style>
background-color css
<style>
a { background-color: #FEF4A8; }
a { background-color: rgb(254,244,168); }
div.DivClassName
{
background-color: #FEF4A8;
}
.BgClassName
{
background-color: #FEF4A8;
}
</style>
border-color css
<style>
span { border-color: #FEF4A8; }
span { border-color: rgb(254,244,168); }
td.TdClassName
{
border-color: #FEF4A8;
}
.TagClassName
{
border-color: #FEF4A8;
}
</style>