Shades of Shalimar #FEF7AD
Tints of Shalimar #FEF7AD
RGB
CMYK
RGB Variations
Color information
#FEF7AD (or 0xFEF7AD) is known color: Shalimar. HEX triplet: FE, F7 and AD. RGB value is (254,247,173). Sum of RGB (Red+Green+Blue) = 254+247+173=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 173 (67.97% from 255 or 25.67% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF7AD is #010852. Grayscale: #F0F0F0. Windows color (decimal): -67667 or 11401214. OLE color: 11401214.
HSL color Cylindrical-coordinate representation of color #FEF7AD: hue angle of 54.81º 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 #FEF7AD is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 173 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.00 |
| HSL | 54.81º | 0.98% | 0.84% | - |
| HSV(B) | 54.81º | 0.32% | 1% | - |
| XYZ | 81.68 | 90.61 | 52.72 | - |
| YUV | 240.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 173 | 0 | 0.03 | 0.32 | 0.00 | 54.81 | 0.98 | 0.84 |
| Hex | FE | F7 | AD | 0 | 3 | 20 | 0 | 37 | 62 | 54 |
| Octal | 376 | 367 | 255 | 0 | 3 | 40 | 0 | 67 | 142 | 124 |
| Binary | 11111110 | 11110111 | 10101101 | 0 | 11 | 100000 | 0 | 110111 | 1100010 | 1010100 |
Color Harmonies of #FEF7AD
Complementary color
Monochromatic Colors of #FEF7AD
Black with #FEF7AD
Text Example
Text Example
White with #FEF7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF7AD; }
p { color: rgb(254,247,173); }
H1.HeaderClassName
{
color: #FEF7AD;
}
.AnyTagClassName
{
color: #FEF7AD;
}
</style>
background-color css
<style>
a { background-color: #FEF7AD; }
a { background-color: rgb(254,247,173); }
div.DivClassName
{
background-color: #FEF7AD;
}
.BgClassName
{
background-color: #FEF7AD;
}
</style>
border-color css
<style>
span { border-color: #FEF7AD; }
span { border-color: rgb(254,247,173); }
td.TdClassName
{
border-color: #FEF7AD;
}
.TagClassName
{
border-color: #FEF7AD;
}
</style>