Shades of Shalimar #FAEEAA
Tints of Shalimar #FAEEAA
RGB
CMYK
RGB Variations
Color information
#FAEEAA (or 0xFAEEAA) is known color: Shalimar. HEX triplet: FA, EE and AA. RGB value is (250,238,170). Sum of RGB (Red+Green+Blue) = 250+238+170=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 170 (66.80% from 255 or 25.84% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEEAA is #051155. Grayscale: #EAEAEA. Windows color (decimal): -332118 or 11202298. OLE color: 11202298.
HSL color Cylindrical-coordinate representation of color #FAEEAA: hue angle of 51º 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 #FAEEAA is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 170 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.02 |
| HSL | 51º | 0.89% | 0.82% | - |
| HSV(B) | 51º | 0.32% | 0.98% | - |
| XYZ | 77.25 | 84.38 | 50.24 | - |
| YUV | 233.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 170 | 0 | 0.05 | 0.32 | 0.02 | 51 | 0.89 | 0.82 |
| Hex | FA | EE | AA | 0 | 5 | 20 | 2 | 33 | 59 | 52 |
| Octal | 372 | 356 | 252 | 0 | 5 | 40 | 2 | 63 | 131 | 122 |
| Binary | 11111010 | 11101110 | 10101010 | 0 | 101 | 100000 | 10 | 110011 | 1011001 | 1010010 |
Color Harmonies of #FAEEAA
Complementary color
Monochromatic Colors of #FAEEAA
Black with #FAEEAA
Text Example
Text Example
White with #FAEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEAA; }
p { color: rgb(250,238,170); }
H1.HeaderClassName
{
color: #FAEEAA;
}
.AnyTagClassName
{
color: #FAEEAA;
}
</style>
background-color css
<style>
a { background-color: #FAEEAA; }
a { background-color: rgb(250,238,170); }
div.DivClassName
{
background-color: #FAEEAA;
}
.BgClassName
{
background-color: #FAEEAA;
}
</style>
border-color css
<style>
span { border-color: #FAEEAA; }
span { border-color: rgb(250,238,170); }
td.TdClassName
{
border-color: #FAEEAA;
}
.TagClassName
{
border-color: #FAEEAA;
}
</style>