Shades of Shalimar #FEFFAE
Tints of Shalimar #FEFFAE
RGB
CMYK
RGB Variations
Color information
#FEFFAE (or 0xFEFFAE) is known color: Shalimar. HEX triplet: FE, FF and AE. RGB value is (254,255,174). Sum of RGB (Red+Green+Blue) = 254+255+174=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 174 (68.36% from 255 or 25.48% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFFAE is #010051. Grayscale: #F5F5F5. Windows color (decimal): -65618 or 11468798. OLE color: 11468798.
HSL color Cylindrical-coordinate representation of color #FEFFAE: hue angle of 60.74º 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 #FEFFAE is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 174 | - |
| CMYK | 0.00 | 0 | 0.32 | 0 |
| HSL | 60.74º | 1% | 0.84% | - |
| HSV(B) | 60.74º | 0.32% | 1% | - |
| XYZ | 84.27 | 95.65 | 54.06 | - |
| YUV | 245.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 174 | 0.00 | 0 | 0.32 | 0 | 60.74 | 1 | 0.84 |
| Hex | FE | FF | AE | 0 | 0 | 20 | 0 | 3D | 64 | 54 |
| Octal | 376 | 377 | 256 | 0 | 0 | 40 | 0 | 75 | 144 | 124 |
| Binary | 11111110 | 11111111 | 10101110 | 0 | 0 | 100000 | 0 | 111101 | 1100100 | 1010100 |
Color Harmonies of #FEFFAE
Complementary color
Monochromatic Colors of #FEFFAE
Black with #FEFFAE
Text Example
Text Example
White with #FEFFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFAE; }
p { color: rgb(254,255,174); }
H1.HeaderClassName
{
color: #FEFFAE;
}
.AnyTagClassName
{
color: #FEFFAE;
}
</style>
background-color css
<style>
a { background-color: #FEFFAE; }
a { background-color: rgb(254,255,174); }
div.DivClassName
{
background-color: #FEFFAE;
}
.BgClassName
{
background-color: #FEFFAE;
}
</style>
border-color css
<style>
span { border-color: #FEFFAE; }
span { border-color: rgb(254,255,174); }
td.TdClassName
{
border-color: #FEFFAE;
}
.TagClassName
{
border-color: #FEFFAE;
}
</style>