Shades of Shalimar #FAEEA9
Tints of Shalimar #FAEEA9
RGB
CMYK
RGB Variations
Color information
#FAEEA9 (or 0xFAEEA9) is known color: Shalimar. HEX triplet: FA, EE and A9. RGB value is (250,238,169). Sum of RGB (Red+Green+Blue) = 250+238+169=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 169 (66.41% from 255 or 25.72% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEEA9 is #051156. Grayscale: #EAEAEA. Windows color (decimal): -332119 or 11136762. OLE color: 11136762.
HSL color Cylindrical-coordinate representation of color #FAEEA9: hue angle of 51.11º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAEEA9 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 169 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.02 |
| HSL | 51.11º | 0.89% | 0.82% | - |
| HSV(B) | 51.11º | 0.32% | 0.98% | - |
| XYZ | 77.16 | 84.34 | 49.75 | - |
| YUV | 233.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 169 | 0 | 0.05 | 0.32 | 0.02 | 51.11 | 0.89 | 0.82 |
| Hex | FA | EE | A9 | 0 | 5 | 20 | 2 | 33 | 59 | 52 |
| Octal | 372 | 356 | 251 | 0 | 5 | 40 | 2 | 63 | 131 | 122 |
| Binary | 11111010 | 11101110 | 10101001 | 0 | 101 | 100000 | 10 | 110011 | 1011001 | 1010010 |
Color Harmonies of #FAEEA9
Complementary color
Monochromatic Colors of #FAEEA9
Black with #FAEEA9
Text Example
Text Example
White with #FAEEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEA9; }
p { color: rgb(250,238,169); }
H1.HeaderClassName
{
color: #FAEEA9;
}
.AnyTagClassName
{
color: #FAEEA9;
}
</style>
background-color css
<style>
a { background-color: #FAEEA9; }
a { background-color: rgb(250,238,169); }
div.DivClassName
{
background-color: #FAEEA9;
}
.BgClassName
{
background-color: #FAEEA9;
}
</style>
border-color css
<style>
span { border-color: #FAEEA9; }
span { border-color: rgb(250,238,169); }
td.TdClassName
{
border-color: #FAEEA9;
}
.TagClassName
{
border-color: #FAEEA9;
}
</style>