Shades of Shalimar #FEF2AD
Tints of Shalimar #FEF2AD
RGB
CMYK
RGB Variations
Color information
#FEF2AD (or 0xFEF2AD) is known color: Shalimar. HEX triplet: FE, F2 and AD. RGB value is (254,242,173). Sum of RGB (Red+Green+Blue) = 254+242+173=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 173 (67.97% from 255 or 25.86% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF2AD is #010D52. Grayscale: #EEEEEE. Windows color (decimal): -68947 or 11399934. OLE color: 11399934.
HSL color Cylindrical-coordinate representation of color #FEF2AD: hue angle of 51.11º 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 #FEF2AD is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 173 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.00 |
| HSL | 51.11º | 0.98% | 0.84% | - |
| HSV(B) | 51.11º | 0.32% | 1% | - |
| XYZ | 80.17 | 87.59 | 52.22 | - |
| YUV | 237.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 173 | 0 | 0.05 | 0.32 | 0.00 | 51.11 | 0.98 | 0.84 |
| Hex | FE | F2 | AD | 0 | 5 | 20 | 0 | 33 | 62 | 54 |
| Octal | 376 | 362 | 255 | 0 | 5 | 40 | 0 | 63 | 142 | 124 |
| Binary | 11111110 | 11110010 | 10101101 | 0 | 101 | 100000 | 0 | 110011 | 1100010 | 1010100 |
Color Harmonies of #FEF2AD
Complementary color
Monochromatic Colors of #FEF2AD
Black with #FEF2AD
Text Example
Text Example
White with #FEF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2AD; }
p { color: rgb(254,242,173); }
H1.HeaderClassName
{
color: #FEF2AD;
}
.AnyTagClassName
{
color: #FEF2AD;
}
</style>
background-color css
<style>
a { background-color: #FEF2AD; }
a { background-color: rgb(254,242,173); }
div.DivClassName
{
background-color: #FEF2AD;
}
.BgClassName
{
background-color: #FEF2AD;
}
</style>
border-color css
<style>
span { border-color: #FEF2AD; }
span { border-color: rgb(254,242,173); }
td.TdClassName
{
border-color: #FEF2AD;
}
.TagClassName
{
border-color: #FEF2AD;
}
</style>