Shades of Shalimar #FEF1AC
Tints of Shalimar #FEF1AC
RGB
CMYK
RGB Variations
Color information
#FEF1AC (or 0xFEF1AC) is known color: Shalimar. HEX triplet: FE, F1 and AC. RGB value is (254,241,172). Sum of RGB (Red+Green+Blue) = 254+241+172=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 172 (67.58% from 255 or 25.79% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF1AC is #010E53. Grayscale: #EDEDED. Windows color (decimal): -69204 or 11334142. OLE color: 11334142.
HSL color Cylindrical-coordinate representation of color #FEF1AC: hue angle of 50.49º 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 #FEF1AC is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 172 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.00 |
| HSL | 50.49º | 0.98% | 0.84% | - |
| HSV(B) | 50.49º | 0.32% | 1% | - |
| XYZ | 79.77 | 86.96 | 51.61 | - |
| YUV | 237.02 | 91.31 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 172 | 0 | 0.05 | 0.32 | 0.00 | 50.49 | 0.98 | 0.84 |
| Hex | FE | F1 | AC | 0 | 5 | 20 | 0 | 32 | 62 | 54 |
| Octal | 376 | 361 | 254 | 0 | 5 | 40 | 0 | 62 | 142 | 124 |
| Binary | 11111110 | 11110001 | 10101100 | 0 | 101 | 100000 | 0 | 110010 | 1100010 | 1010100 |
Color Harmonies of #FEF1AC
Complementary color
Monochromatic Colors of #FEF1AC
Black with #FEF1AC
Text Example
Text Example
White with #FEF1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1AC; }
p { color: rgb(254,241,172); }
H1.HeaderClassName
{
color: #FEF1AC;
}
.AnyTagClassName
{
color: #FEF1AC;
}
</style>
background-color css
<style>
a { background-color: #FEF1AC; }
a { background-color: rgb(254,241,172); }
div.DivClassName
{
background-color: #FEF1AC;
}
.BgClassName
{
background-color: #FEF1AC;
}
</style>
border-color css
<style>
span { border-color: #FEF1AC; }
span { border-color: rgb(254,241,172); }
td.TdClassName
{
border-color: #FEF1AC;
}
.TagClassName
{
border-color: #FEF1AC;
}
</style>