Shades of Shalimar #FEF6AB
Tints of Shalimar #FEF6AB
RGB
CMYK
RGB Variations
Color information
#FEF6AB (or 0xFEF6AB) is known color: Shalimar. HEX triplet: FE, F6 and AB. RGB value is (254,246,171). Sum of RGB (Red+Green+Blue) = 254+246+171=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 171 (67.19% from 255 or 25.48% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF6AB is #010954. Grayscale: #F0F0F0. Windows color (decimal): -67925 or 11269886. OLE color: 11269886.
HSL color Cylindrical-coordinate representation of color #FEF6AB: hue angle of 54.22º 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 #FEF6AB is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 171 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.00 |
| HSL | 54.22º | 0.98% | 0.83% | - |
| HSV(B) | 54.22º | 0.33% | 1% | - |
| XYZ | 81.18 | 89.92 | 51.61 | - |
| YUV | 239.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 171 | 0 | 0.03 | 0.33 | 0.00 | 54.22 | 0.98 | 0.83 |
| Hex | FE | F6 | AB | 0 | 3 | 21 | 0 | 36 | 62 | 53 |
| Octal | 376 | 366 | 253 | 0 | 3 | 41 | 0 | 66 | 142 | 123 |
| Binary | 11111110 | 11110110 | 10101011 | 0 | 11 | 100001 | 0 | 110110 | 1100010 | 1010011 |
Color Harmonies of #FEF6AB
Complementary color
Monochromatic Colors of #FEF6AB
Black with #FEF6AB
Text Example
Text Example
White with #FEF6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6AB; }
p { color: rgb(254,246,171); }
H1.HeaderClassName
{
color: #FEF6AB;
}
.AnyTagClassName
{
color: #FEF6AB;
}
</style>
background-color css
<style>
a { background-color: #FEF6AB; }
a { background-color: rgb(254,246,171); }
div.DivClassName
{
background-color: #FEF6AB;
}
.BgClassName
{
background-color: #FEF6AB;
}
</style>
border-color css
<style>
span { border-color: #FEF6AB; }
span { border-color: rgb(254,246,171); }
td.TdClassName
{
border-color: #FEF6AB;
}
.TagClassName
{
border-color: #FEF6AB;
}
</style>