Shades of Shalimar #FEFFAA
Tints of Shalimar #FEFFAA
RGB
CMYK
RGB Variations
Color information
#FEFFAA (or 0xFEFFAA) is known color: Shalimar. HEX triplet: FE, FF and AA. RGB value is (254,255,170). Sum of RGB (Red+Green+Blue) = 254+255+170=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 170 (66.80% from 255 or 25.04% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFFAA is #010055. Grayscale: #F5F5F5. Windows color (decimal): -65622 or 11206654. OLE color: 11206654.
HSL color Cylindrical-coordinate representation of color #FEFFAA: hue angle of 60.71º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEFFAA is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 170 | - |
| CMYK | 0.00 | 0 | 0.33 | 0 |
| HSL | 60.71º | 1% | 0.83% | - |
| HSV(B) | 60.71º | 0.33% | 1% | - |
| XYZ | 83.89 | 95.49 | 52.04 | - |
| YUV | 245.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 170 | 0.00 | 0 | 0.33 | 0 | 60.71 | 1 | 0.83 |
| Hex | FE | FF | AA | 0 | 0 | 21 | 0 | 3D | 64 | 53 |
| Octal | 376 | 377 | 252 | 0 | 0 | 41 | 0 | 75 | 144 | 123 |
| Binary | 11111110 | 11111111 | 10101010 | 0 | 0 | 100001 | 0 | 111101 | 1100100 | 1010011 |
Color Harmonies of #FEFFAA
Complementary color
Monochromatic Colors of #FEFFAA
Black with #FEFFAA
Text Example
Text Example
White with #FEFFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFAA; }
p { color: rgb(254,255,170); }
H1.HeaderClassName
{
color: #FEFFAA;
}
.AnyTagClassName
{
color: #FEFFAA;
}
</style>
background-color css
<style>
a { background-color: #FEFFAA; }
a { background-color: rgb(254,255,170); }
div.DivClassName
{
background-color: #FEFFAA;
}
.BgClassName
{
background-color: #FEFFAA;
}
</style>
border-color css
<style>
span { border-color: #FEFFAA; }
span { border-color: rgb(254,255,170); }
td.TdClassName
{
border-color: #FEFFAA;
}
.TagClassName
{
border-color: #FEFFAA;
}
</style>