Shades of Shalimar #FEF6AC
Tints of Shalimar #FEF6AC
RGB
CMYK
RGB Variations
Color information
#FEF6AC (or 0xFEF6AC) is known color: Shalimar. HEX triplet: FE, F6 and AC. RGB value is (254,246,172). Sum of RGB (Red+Green+Blue) = 254+246+172=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 246 (96.48% from 255 or 36.61% from 672); Blue value is 172 (67.58% from 255 or 25.60% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF6AC is #010953. Grayscale: #F0F0F0. Windows color (decimal): -67924 or 11335422. OLE color: 11335422.
HSL color Cylindrical-coordinate representation of color #FEF6AC: hue angle of 54.15º 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 #FEF6AC is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 172 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.00 |
| HSL | 54.15º | 0.98% | 0.84% | - |
| HSV(B) | 54.15º | 0.32% | 1% | - |
| XYZ | 81.28 | 89.96 | 52.11 | - |
| YUV | 239.96 | 89.65 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 172 | 0 | 0.03 | 0.32 | 0.00 | 54.15 | 0.98 | 0.84 |
| Hex | FE | F6 | AC | 0 | 3 | 20 | 0 | 36 | 62 | 54 |
| Octal | 376 | 366 | 254 | 0 | 3 | 40 | 0 | 66 | 142 | 124 |
| Binary | 11111110 | 11110110 | 10101100 | 0 | 11 | 100000 | 0 | 110110 | 1100010 | 1010100 |
Color Harmonies of #FEF6AC
Complementary color
Monochromatic Colors of #FEF6AC
Black with #FEF6AC
Text Example
Text Example
White with #FEF6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6AC; }
p { color: rgb(254,246,172); }
H1.HeaderClassName
{
color: #FEF6AC;
}
.AnyTagClassName
{
color: #FEF6AC;
}
</style>
background-color css
<style>
a { background-color: #FEF6AC; }
a { background-color: rgb(254,246,172); }
div.DivClassName
{
background-color: #FEF6AC;
}
.BgClassName
{
background-color: #FEF6AC;
}
</style>
border-color css
<style>
span { border-color: #FEF6AC; }
span { border-color: rgb(254,246,172); }
td.TdClassName
{
border-color: #FEF6AC;
}
.TagClassName
{
border-color: #FEF6AC;
}
</style>