Shades of Shalimar #FAEEA8
Tints of Shalimar #FAEEA8
RGB
CMYK
RGB Variations
Color information
#FAEEA8 (or 0xFAEEA8) is known color: Shalimar. HEX triplet: FA, EE and A8. RGB value is (250,238,168). Sum of RGB (Red+Green+Blue) = 250+238+168=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 168 (66.02% from 255 or 25.61% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEEA8 is #051157. Grayscale: #E9E9E9. Windows color (decimal): -332120 or 11071226. OLE color: 11071226.
HSL color Cylindrical-coordinate representation of color #FAEEA8: hue angle of 51.22º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAEEA8 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 168 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.02 |
| HSL | 51.22º | 0.89% | 0.82% | - |
| HSV(B) | 51.22º | 0.33% | 0.98% | - |
| XYZ | 77.07 | 84.3 | 49.26 | - |
| YUV | 233.61 | 90.98 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 168 | 0 | 0.05 | 0.33 | 0.02 | 51.22 | 0.89 | 0.82 |
| Hex | FA | EE | A8 | 0 | 5 | 21 | 2 | 33 | 59 | 52 |
| Octal | 372 | 356 | 250 | 0 | 5 | 41 | 2 | 63 | 131 | 122 |
| Binary | 11111010 | 11101110 | 10101000 | 0 | 101 | 100001 | 10 | 110011 | 1011001 | 1010010 |
Color Harmonies of #FAEEA8
Complementary color
Monochromatic Colors of #FAEEA8
Black with #FAEEA8
Text Example
Text Example
White with #FAEEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEA8; }
p { color: rgb(250,238,168); }
H1.HeaderClassName
{
color: #FAEEA8;
}
.AnyTagClassName
{
color: #FAEEA8;
}
</style>
background-color css
<style>
a { background-color: #FAEEA8; }
a { background-color: rgb(250,238,168); }
div.DivClassName
{
background-color: #FAEEA8;
}
.BgClassName
{
background-color: #FAEEA8;
}
</style>
border-color css
<style>
span { border-color: #FAEEA8; }
span { border-color: rgb(250,238,168); }
td.TdClassName
{
border-color: #FAEEA8;
}
.TagClassName
{
border-color: #FAEEA8;
}
</style>