Shades of Shalimar #FEFFAD
Tints of Shalimar #FEFFAD
RGB
CMYK
RGB Variations
Color information
#FEFFAD (or 0xFEFFAD) is known color: Shalimar. HEX triplet: FE, FF and AD. RGB value is (254,255,173). Sum of RGB (Red+Green+Blue) = 254+255+173=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 173 (67.97% from 255 or 25.37% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFFAD is #010052. Grayscale: #F5F5F5. Windows color (decimal): -65619 or 11403262. OLE color: 11403262.
HSL color Cylindrical-coordinate representation of color #FEFFAD: hue angle of 60.73º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEFFAD is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 173 | - |
| CMYK | 0.00 | 0 | 0.32 | 0 |
| HSL | 60.73º | 1% | 0.84% | - |
| HSV(B) | 60.73º | 0.32% | 1% | - |
| XYZ | 84.18 | 95.61 | 53.55 | - |
| YUV | 245.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 173 | 0.00 | 0 | 0.32 | 0 | 60.73 | 1 | 0.84 |
| Hex | FE | FF | AD | 0 | 0 | 20 | 0 | 3D | 64 | 54 |
| Octal | 376 | 377 | 255 | 0 | 0 | 40 | 0 | 75 | 144 | 124 |
| Binary | 11111110 | 11111111 | 10101101 | 0 | 0 | 100000 | 0 | 111101 | 1100100 | 1010100 |
Color Harmonies of #FEFFAD
Complementary color
Monochromatic Colors of #FEFFAD
Black with #FEFFAD
Text Example
Text Example
White with #FEFFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFAD; }
p { color: rgb(254,255,173); }
H1.HeaderClassName
{
color: #FEFFAD;
}
.AnyTagClassName
{
color: #FEFFAD;
}
</style>
background-color css
<style>
a { background-color: #FEFFAD; }
a { background-color: rgb(254,255,173); }
div.DivClassName
{
background-color: #FEFFAD;
}
.BgClassName
{
background-color: #FEFFAD;
}
</style>
border-color css
<style>
span { border-color: #FEFFAD; }
span { border-color: rgb(254,255,173); }
td.TdClassName
{
border-color: #FEFFAD;
}
.TagClassName
{
border-color: #FEFFAD;
}
</style>