Shades of Shalimar #FEF6AD
Tints of Shalimar #FEF6AD
RGB
CMYK
RGB Variations
Color information
#FEF6AD (or 0xFEF6AD) is known color: Shalimar. HEX triplet: FE, F6 and AD. RGB value is (254,246,173). Sum of RGB (Red+Green+Blue) = 254+246+173=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 173 (67.97% from 255 or 25.71% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF6AD is #010952. Grayscale: #F0F0F0. Windows color (decimal): -67923 or 11400958. OLE color: 11400958.
HSL color Cylindrical-coordinate representation of color #FEF6AD: hue angle of 54.07º 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 #FEF6AD is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 173 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.00 |
| HSL | 54.07º | 0.98% | 0.84% | - |
| HSV(B) | 54.07º | 0.32% | 1% | - |
| XYZ | 81.37 | 90 | 52.62 | - |
| YUV | 240.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 173 | 0 | 0.03 | 0.32 | 0.00 | 54.07 | 0.98 | 0.84 |
| Hex | FE | F6 | AD | 0 | 3 | 20 | 0 | 36 | 62 | 54 |
| Octal | 376 | 366 | 255 | 0 | 3 | 40 | 0 | 66 | 142 | 124 |
| Binary | 11111110 | 11110110 | 10101101 | 0 | 11 | 100000 | 0 | 110110 | 1100010 | 1010100 |
Color Harmonies of #FEF6AD
Complementary color
Monochromatic Colors of #FEF6AD
Black with #FEF6AD
Text Example
Text Example
White with #FEF6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6AD; }
p { color: rgb(254,246,173); }
H1.HeaderClassName
{
color: #FEF6AD;
}
.AnyTagClassName
{
color: #FEF6AD;
}
</style>
background-color css
<style>
a { background-color: #FEF6AD; }
a { background-color: rgb(254,246,173); }
div.DivClassName
{
background-color: #FEF6AD;
}
.BgClassName
{
background-color: #FEF6AD;
}
</style>
border-color css
<style>
span { border-color: #FEF6AD; }
span { border-color: rgb(254,246,173); }
td.TdClassName
{
border-color: #FEF6AD;
}
.TagClassName
{
border-color: #FEF6AD;
}
</style>