Shades of Shalimar #FAFEA9
Tints of Shalimar #FAFEA9
RGB
CMYK
RGB Variations
Color information
#FAFEA9 (or 0xFAFEA9) is known color: Shalimar. HEX triplet: FA, FE and A9. RGB value is (250,254,169). Sum of RGB (Red+Green+Blue) = 250+254+169=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 169 (66.41% from 255 or 25.11% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFEA9 is #050156. Grayscale: #F3F3F3. Windows color (decimal): -328023 or 11140858. OLE color: 11140858.
HSL color Cylindrical-coordinate representation of color #FAFEA9: hue angle of 62.82º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAFEA9 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 169 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.00 |
| HSL | 62.82º | 0.98% | 0.83% | - |
| HSV(B) | 62.82º | 0.33% | 1% | - |
| XYZ | 82.03 | 94.07 | 51.37 | - |
| YUV | 243.11 | 86.17 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 169 | 0.02 | 0 | 0.33 | 0.00 | 62.82 | 0.98 | 0.83 |
| Hex | FA | FE | A9 | 2 | 0 | 21 | 0 | 3F | 62 | 53 |
| Octal | 372 | 376 | 251 | 2 | 0 | 41 | 0 | 77 | 142 | 123 |
| Binary | 11111010 | 11111110 | 10101001 | 10 | 0 | 100001 | 0 | 111111 | 1100010 | 1010011 |
Color Harmonies of #FAFEA9
Complementary color
Monochromatic Colors of #FAFEA9
Black with #FAFEA9
Text Example
Text Example
White with #FAFEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFEA9; }
p { color: rgb(250,254,169); }
H1.HeaderClassName
{
color: #FAFEA9;
}
.AnyTagClassName
{
color: #FAFEA9;
}
</style>
background-color css
<style>
a { background-color: #FAFEA9; }
a { background-color: rgb(250,254,169); }
div.DivClassName
{
background-color: #FAFEA9;
}
.BgClassName
{
background-color: #FAFEA9;
}
</style>
border-color css
<style>
span { border-color: #FAFEA9; }
span { border-color: rgb(250,254,169); }
td.TdClassName
{
border-color: #FAFEA9;
}
.TagClassName
{
border-color: #FAFEA9;
}
</style>