Shades of Shalimar #FEF2AB
Tints of Shalimar #FEF2AB
RGB
CMYK
RGB Variations
Color information
#FEF2AB (or 0xFEF2AB) is known color: Shalimar. HEX triplet: FE, F2 and AB. RGB value is (254,242,171). Sum of RGB (Red+Green+Blue) = 254+242+171=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 171 (67.19% from 255 or 25.64% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF2AB is #010D54. Grayscale: #EDEDED. Windows color (decimal): -68949 or 11268862. OLE color: 11268862.
HSL color Cylindrical-coordinate representation of color #FEF2AB: hue angle of 51.33º 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 #FEF2AB is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 171 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.00 |
| HSL | 51.33º | 0.98% | 0.83% | - |
| HSV(B) | 51.33º | 0.33% | 1% | - |
| XYZ | 79.98 | 87.52 | 51.21 | - |
| YUV | 237.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 171 | 0 | 0.05 | 0.33 | 0.00 | 51.33 | 0.98 | 0.83 |
| Hex | FE | F2 | AB | 0 | 5 | 21 | 0 | 33 | 62 | 53 |
| Octal | 376 | 362 | 253 | 0 | 5 | 41 | 0 | 63 | 142 | 123 |
| Binary | 11111110 | 11110010 | 10101011 | 0 | 101 | 100001 | 0 | 110011 | 1100010 | 1010011 |
Color Harmonies of #FEF2AB
Complementary color
Monochromatic Colors of #FEF2AB
Black with #FEF2AB
Text Example
Text Example
White with #FEF2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2AB; }
p { color: rgb(254,242,171); }
H1.HeaderClassName
{
color: #FEF2AB;
}
.AnyTagClassName
{
color: #FEF2AB;
}
</style>
background-color css
<style>
a { background-color: #FEF2AB; }
a { background-color: rgb(254,242,171); }
div.DivClassName
{
background-color: #FEF2AB;
}
.BgClassName
{
background-color: #FEF2AB;
}
</style>
border-color css
<style>
span { border-color: #FEF2AB; }
span { border-color: rgb(254,242,171); }
td.TdClassName
{
border-color: #FEF2AB;
}
.TagClassName
{
border-color: #FEF2AB;
}
</style>