Shades of Shalimar #FEF8AC
Tints of Shalimar #FEF8AC
RGB
CMYK
RGB Variations
Color information
#FEF8AC (or 0xFEF8AC) is known color: Shalimar. HEX triplet: FE, F8 and AC. RGB value is (254,248,172). Sum of RGB (Red+Green+Blue) = 254+248+172=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 172 (67.58% from 255 or 25.52% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF8AC is #010753. Grayscale: #F1F1F1. Windows color (decimal): -67412 or 11335934. OLE color: 11335934.
HSL color Cylindrical-coordinate representation of color #FEF8AC: hue angle of 55.61º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEF8AC is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 172 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.00 |
| HSL | 55.61º | 0.98% | 0.84% | - |
| HSV(B) | 55.61º | 0.32% | 1% | - |
| XYZ | 81.89 | 91.18 | 52.31 | - |
| YUV | 241.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 172 | 0 | 0.02 | 0.32 | 0.00 | 55.61 | 0.98 | 0.84 |
| Hex | FE | F8 | AC | 0 | 2 | 20 | 0 | 38 | 62 | 54 |
| Octal | 376 | 370 | 254 | 0 | 2 | 40 | 0 | 70 | 142 | 124 |
| Binary | 11111110 | 11111000 | 10101100 | 0 | 10 | 100000 | 0 | 111000 | 1100010 | 1010100 |
Color Harmonies of #FEF8AC
Complementary color
Monochromatic Colors of #FEF8AC
Black with #FEF8AC
Text Example
Text Example
White with #FEF8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8AC; }
p { color: rgb(254,248,172); }
H1.HeaderClassName
{
color: #FEF8AC;
}
.AnyTagClassName
{
color: #FEF8AC;
}
</style>
background-color css
<style>
a { background-color: #FEF8AC; }
a { background-color: rgb(254,248,172); }
div.DivClassName
{
background-color: #FEF8AC;
}
.BgClassName
{
background-color: #FEF8AC;
}
</style>
border-color css
<style>
span { border-color: #FEF8AC; }
span { border-color: rgb(254,248,172); }
td.TdClassName
{
border-color: #FEF8AC;
}
.TagClassName
{
border-color: #FEF8AC;
}
</style>