Shades of Shalimar #FFFEAA
Tints of Shalimar #FFFEAA
RGB
CMYK
RGB Variations
Color information
#FFFEAA (or 0xFFFEAA) is known color: Shalimar. HEX triplet: FF, FE and AA. RGB value is (255,254,170). Sum of RGB (Red+Green+Blue) = 255+254+170=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 170 (66.80% from 255 or 25.04% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEAA is #000155. Grayscale: #F5F5F5. Windows color (decimal): -342 or 11206399. OLE color: 11206399.
HSL color Cylindrical-coordinate representation of color #FFFEAA: hue angle of 59.29º 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 #FFFEAA is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 170 | - |
| CMYK | 0 | 0.00 | 0.33 | 0 |
| HSL | 59.29º | 1% | 0.83% | - |
| HSV(B) | 59.29º | 0.33% | 1% | - |
| XYZ | 83.94 | 95.05 | 51.95 | - |
| YUV | 244.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 170 | 0 | 0.00 | 0.33 | 0 | 59.29 | 1 | 0.83 |
| Hex | FF | FE | AA | 0 | 0 | 21 | 0 | 3B | 64 | 53 |
| Octal | 377 | 376 | 252 | 0 | 0 | 41 | 0 | 73 | 144 | 123 |
| Binary | 11111111 | 11111110 | 10101010 | 0 | 0 | 100001 | 0 | 111011 | 1100100 | 1010011 |
Color Harmonies of #FFFEAA
Complementary color
Monochromatic Colors of #FFFEAA
Black with #FFFEAA
Text Example
Text Example
White with #FFFEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEAA; }
p { color: rgb(255,254,170); }
H1.HeaderClassName
{
color: #FFFEAA;
}
.AnyTagClassName
{
color: #FFFEAA;
}
</style>
background-color css
<style>
a { background-color: #FFFEAA; }
a { background-color: rgb(255,254,170); }
div.DivClassName
{
background-color: #FFFEAA;
}
.BgClassName
{
background-color: #FFFEAA;
}
</style>
border-color css
<style>
span { border-color: #FFFEAA; }
span { border-color: rgb(255,254,170); }
td.TdClassName
{
border-color: #FFFEAA;
}
.TagClassName
{
border-color: #FFFEAA;
}
</style>