Shades of Shalimar #FEF5AD
Tints of Shalimar #FEF5AD
RGB
CMYK
RGB Variations
Color information
#FEF5AD (or 0xFEF5AD) is known color: Shalimar. HEX triplet: FE, F5 and AD. RGB value is (254,245,173). Sum of RGB (Red+Green+Blue) = 254+245+173=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 173 (67.97% from 255 or 25.74% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF5AD is #010A52. Grayscale: #EFEFEF. Windows color (decimal): -68179 or 11400702. OLE color: 11400702.
HSL color Cylindrical-coordinate representation of color #FEF5AD: hue angle of 53.33º 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 #FEF5AD is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 173 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.00 |
| HSL | 53.33º | 0.98% | 0.84% | - |
| HSV(B) | 53.33º | 0.32% | 1% | - |
| XYZ | 81.07 | 89.39 | 52.52 | - |
| YUV | 239.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 173 | 0 | 0.04 | 0.32 | 0.00 | 53.33 | 0.98 | 0.84 |
| Hex | FE | F5 | AD | 0 | 4 | 20 | 0 | 35 | 62 | 54 |
| Octal | 376 | 365 | 255 | 0 | 4 | 40 | 0 | 65 | 142 | 124 |
| Binary | 11111110 | 11110101 | 10101101 | 0 | 100 | 100000 | 0 | 110101 | 1100010 | 1010100 |
Color Harmonies of #FEF5AD
Complementary color
Monochromatic Colors of #FEF5AD
Black with #FEF5AD
Text Example
Text Example
White with #FEF5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5AD; }
p { color: rgb(254,245,173); }
H1.HeaderClassName
{
color: #FEF5AD;
}
.AnyTagClassName
{
color: #FEF5AD;
}
</style>
background-color css
<style>
a { background-color: #FEF5AD; }
a { background-color: rgb(254,245,173); }
div.DivClassName
{
background-color: #FEF5AD;
}
.BgClassName
{
background-color: #FEF5AD;
}
</style>
border-color css
<style>
span { border-color: #FEF5AD; }
span { border-color: rgb(254,245,173); }
td.TdClassName
{
border-color: #FEF5AD;
}
.TagClassName
{
border-color: #FEF5AD;
}
</style>