Shades of Shalimar #FFFFAE
Tints of Shalimar #FFFFAE
RGB
CMYK
RGB Variations
Color information
#FFFFAE (or 0xFFFFAE) is known color: Shalimar. HEX triplet: FF, FF and AE. RGB value is (255,255,174). Sum of RGB (Red+Green+Blue) = 255+255+174=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 174 (68.36% from 255 or 25.44% from 684); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFFAE is #000051. Grayscale: #F6F6F6. Windows color (decimal): -82 or 11468799. OLE color: 11468799.
HSL color Cylindrical-coordinate representation of color #FFFFAE: hue angle of 60º 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 #FFFFAE is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 174 | - |
| CMYK | 0 | 0 | 0.32 | 0 |
| HSL | 60º | 1% | 0.84% | - |
| HSV(B) | 60º | 0.32% | 1% | - |
| XYZ | 84.64 | 95.84 | 54.08 | - |
| YUV | 245.77 | 87.5 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 174 | 0 | 0 | 0.32 | 0 | 60 | 1 | 0.84 |
| Hex | FF | FF | AE | 0 | 0 | 20 | 0 | 3C | 64 | 54 |
| Octal | 377 | 377 | 256 | 0 | 0 | 40 | 0 | 74 | 144 | 124 |
| Binary | 11111111 | 11111111 | 10101110 | 0 | 0 | 100000 | 0 | 111100 | 1100100 | 1010100 |
Color Harmonies of #FFFFAE
Complementary color
Monochromatic Colors of #FFFFAE
Black with #FFFFAE
Text Example
Text Example
White with #FFFFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFAE; }
p { color: rgb(255,255,174); }
H1.HeaderClassName
{
color: #FFFFAE;
}
.AnyTagClassName
{
color: #FFFFAE;
}
</style>
background-color css
<style>
a { background-color: #FFFFAE; }
a { background-color: rgb(255,255,174); }
div.DivClassName
{
background-color: #FFFFAE;
}
.BgClassName
{
background-color: #FFFFAE;
}
</style>
border-color css
<style>
span { border-color: #FFFFAE; }
span { border-color: rgb(255,255,174); }
td.TdClassName
{
border-color: #FFFFAE;
}
.TagClassName
{
border-color: #FFFFAE;
}
</style>