Shades of Shalimar #FEF1AB
Tints of Shalimar #FEF1AB
RGB
CMYK
RGB Variations
Color information
#FEF1AB (or 0xFEF1AB) is known color: Shalimar. HEX triplet: FE, F1 and AB. RGB value is (254,241,171). Sum of RGB (Red+Green+Blue) = 254+241+171=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 171 (67.19% from 255 or 25.68% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF1AB is #010E54. Grayscale: #EDEDED. Windows color (decimal): -69205 or 11268606. OLE color: 11268606.
HSL color Cylindrical-coordinate representation of color #FEF1AB: hue angle of 50.6º 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 #FEF1AB is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 171 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.00 |
| HSL | 50.6º | 0.98% | 0.83% | - |
| HSV(B) | 50.6º | 0.33% | 1% | - |
| XYZ | 79.68 | 86.92 | 51.11 | - |
| YUV | 236.91 | 90.81 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 171 | 0 | 0.05 | 0.33 | 0.00 | 50.6 | 0.98 | 0.83 |
| Hex | FE | F1 | AB | 0 | 5 | 21 | 0 | 33 | 62 | 53 |
| Octal | 376 | 361 | 253 | 0 | 5 | 41 | 0 | 63 | 142 | 123 |
| Binary | 11111110 | 11110001 | 10101011 | 0 | 101 | 100001 | 0 | 110011 | 1100010 | 1010011 |
Color Harmonies of #FEF1AB
Complementary color
Monochromatic Colors of #FEF1AB
Black with #FEF1AB
Text Example
Text Example
White with #FEF1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1AB; }
p { color: rgb(254,241,171); }
H1.HeaderClassName
{
color: #FEF1AB;
}
.AnyTagClassName
{
color: #FEF1AB;
}
</style>
background-color css
<style>
a { background-color: #FEF1AB; }
a { background-color: rgb(254,241,171); }
div.DivClassName
{
background-color: #FEF1AB;
}
.BgClassName
{
background-color: #FEF1AB;
}
</style>
border-color css
<style>
span { border-color: #FEF1AB; }
span { border-color: rgb(254,241,171); }
td.TdClassName
{
border-color: #FEF1AB;
}
.TagClassName
{
border-color: #FEF1AB;
}
</style>