Shades of Shalimar #FEF8AA
Tints of Shalimar #FEF8AA
RGB
CMYK
RGB Variations
Color information
#FEF8AA (or 0xFEF8AA) is known color: Shalimar. HEX triplet: FE, F8 and AA. RGB value is (254,248,170). Sum of RGB (Red+Green+Blue) = 254+248+170=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 170 (66.80% from 255 or 25.30% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF8AA is #010755. Grayscale: #F1F1F1. Windows color (decimal): -67414 or 11204862. OLE color: 11204862.
HSL color Cylindrical-coordinate representation of color #FEF8AA: hue angle of 55.71º 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 #FEF8AA is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 170 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.00 |
| HSL | 55.71º | 0.98% | 0.83% | - |
| HSV(B) | 55.71º | 0.33% | 1% | - |
| XYZ | 81.7 | 91.11 | 51.31 | - |
| YUV | 240.9 | 87.99 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 170 | 0 | 0.02 | 0.33 | 0.00 | 55.71 | 0.98 | 0.83 |
| Hex | FE | F8 | AA | 0 | 2 | 21 | 0 | 38 | 62 | 53 |
| Octal | 376 | 370 | 252 | 0 | 2 | 41 | 0 | 70 | 142 | 123 |
| Binary | 11111110 | 11111000 | 10101010 | 0 | 10 | 100001 | 0 | 111000 | 1100010 | 1010011 |
Color Harmonies of #FEF8AA
Complementary color
Monochromatic Colors of #FEF8AA
Black with #FEF8AA
Text Example
Text Example
White with #FEF8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8AA; }
p { color: rgb(254,248,170); }
H1.HeaderClassName
{
color: #FEF8AA;
}
.AnyTagClassName
{
color: #FEF8AA;
}
</style>
background-color css
<style>
a { background-color: #FEF8AA; }
a { background-color: rgb(254,248,170); }
div.DivClassName
{
background-color: #FEF8AA;
}
.BgClassName
{
background-color: #FEF8AA;
}
</style>
border-color css
<style>
span { border-color: #FEF8AA; }
span { border-color: rgb(254,248,170); }
td.TdClassName
{
border-color: #FEF8AA;
}
.TagClassName
{
border-color: #FEF8AA;
}
</style>