Shades of Shalimar #FEF8AD
Tints of Shalimar #FEF8AD
RGB
CMYK
RGB Variations
Color information
#FEF8AD (or 0xFEF8AD) is known color: Shalimar. HEX triplet: FE, F8 and AD. RGB value is (254,248,173). Sum of RGB (Red+Green+Blue) = 254+248+173=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 173 (67.97% from 255 or 25.63% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF8AD is #010752. Grayscale: #F1F1F1. Windows color (decimal): -67411 or 11401470. OLE color: 11401470.
HSL color Cylindrical-coordinate representation of color #FEF8AD: hue angle of 55.56º 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 #FEF8AD is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 173 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.00 |
| HSL | 55.56º | 0.98% | 0.84% | - |
| HSV(B) | 55.56º | 0.32% | 1% | - |
| XYZ | 81.98 | 91.22 | 52.82 | - |
| YUV | 241.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 173 | 0 | 0.02 | 0.32 | 0.00 | 55.56 | 0.98 | 0.84 |
| Hex | FE | F8 | AD | 0 | 2 | 20 | 0 | 38 | 62 | 54 |
| Octal | 376 | 370 | 255 | 0 | 2 | 40 | 0 | 70 | 142 | 124 |
| Binary | 11111110 | 11111000 | 10101101 | 0 | 10 | 100000 | 0 | 111000 | 1100010 | 1010100 |
Color Harmonies of #FEF8AD
Complementary color
Monochromatic Colors of #FEF8AD
Black with #FEF8AD
Text Example
Text Example
White with #FEF8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8AD; }
p { color: rgb(254,248,173); }
H1.HeaderClassName
{
color: #FEF8AD;
}
.AnyTagClassName
{
color: #FEF8AD;
}
</style>
background-color css
<style>
a { background-color: #FEF8AD; }
a { background-color: rgb(254,248,173); }
div.DivClassName
{
background-color: #FEF8AD;
}
.BgClassName
{
background-color: #FEF8AD;
}
</style>
border-color css
<style>
span { border-color: #FEF8AD; }
span { border-color: rgb(254,248,173); }
td.TdClassName
{
border-color: #FEF8AD;
}
.TagClassName
{
border-color: #FEF8AD;
}
</style>