Shades of Shalimar #FEF6A6
Tints of Shalimar #FEF6A6
RGB
CMYK
RGB Variations
Color information
#FEF6A6 (or 0xFEF6A6) is known color: Shalimar. HEX triplet: FE, F6 and A6. RGB value is (254,246,166). Sum of RGB (Red+Green+Blue) = 254+246+166=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 246 (96.48% from 255 or 36.94% from 666); Blue value is 166 (65.23% from 255 or 24.92% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF6A6 is #010959. Grayscale: #EFEFEF. Windows color (decimal): -67930 or 10942206. OLE color: 10942206.
HSL color Cylindrical-coordinate representation of color #FEF6A6: hue angle of 54.55º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEF6A6 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 166 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.00 |
| HSL | 54.55º | 0.98% | 0.82% | - |
| HSV(B) | 54.55º | 0.35% | 1% | - |
| XYZ | 80.71 | 89.74 | 49.14 | - |
| YUV | 239.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 166 | 0 | 0.03 | 0.35 | 0.00 | 54.55 | 0.98 | 0.82 |
| Hex | FE | F6 | A6 | 0 | 3 | 23 | 0 | 37 | 62 | 52 |
| Octal | 376 | 366 | 246 | 0 | 3 | 43 | 0 | 67 | 142 | 122 |
| Binary | 11111110 | 11110110 | 10100110 | 0 | 11 | 100011 | 0 | 110111 | 1100010 | 1010010 |
Color Harmonies of #FEF6A6
Complementary color
Monochromatic Colors of #FEF6A6
Black with #FEF6A6
Text Example
Text Example
White with #FEF6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6A6; }
p { color: rgb(254,246,166); }
H1.HeaderClassName
{
color: #FEF6A6;
}
.AnyTagClassName
{
color: #FEF6A6;
}
</style>
background-color css
<style>
a { background-color: #FEF6A6; }
a { background-color: rgb(254,246,166); }
div.DivClassName
{
background-color: #FEF6A6;
}
.BgClassName
{
background-color: #FEF6A6;
}
</style>
border-color css
<style>
span { border-color: #FEF6A6; }
span { border-color: rgb(254,246,166); }
td.TdClassName
{
border-color: #FEF6A6;
}
.TagClassName
{
border-color: #FEF6A6;
}
</style>