Shades of Shalimar #FAFAA9
Tints of Shalimar #FAFAA9
RGB
CMYK
RGB Variations
Color information
#FAFAA9 (or 0xFAFAA9) is known color: Shalimar. HEX triplet: FA, FA and A9. RGB value is (250,250,169). Sum of RGB (Red+Green+Blue) = 250+250+169=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 169 (66.41% from 255 or 25.26% from 669); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFAA9 is #050556. Grayscale: #F1F1F1. Windows color (decimal): -329047 or 11139834. OLE color: 11139834.
HSL color Cylindrical-coordinate representation of color #FAFAA9: hue angle of 60º 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 #FAFAA9 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 169 | - |
| CMYK | 0 | 0 | 0.32 | 0.02 |
| HSL | 60º | 0.89% | 0.82% | - |
| HSV(B) | 60º | 0.32% | 0.98% | - |
| XYZ | 80.77 | 91.56 | 50.95 | - |
| YUV | 240.77 | 87.5 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 169 | 0 | 0 | 0.32 | 0.02 | 60 | 0.89 | 0.82 |
| Hex | FA | FA | A9 | 0 | 0 | 20 | 2 | 3C | 59 | 52 |
| Octal | 372 | 372 | 251 | 0 | 0 | 40 | 2 | 74 | 131 | 122 |
| Binary | 11111010 | 11111010 | 10101001 | 0 | 0 | 100000 | 10 | 111100 | 1011001 | 1010010 |
Color Harmonies of #FAFAA9
Complementary color
Monochromatic Colors of #FAFAA9
Black with #FAFAA9
Text Example
Text Example
White with #FAFAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAA9; }
p { color: rgb(250,250,169); }
H1.HeaderClassName
{
color: #FAFAA9;
}
.AnyTagClassName
{
color: #FAFAA9;
}
</style>
background-color css
<style>
a { background-color: #FAFAA9; }
a { background-color: rgb(250,250,169); }
div.DivClassName
{
background-color: #FAFAA9;
}
.BgClassName
{
background-color: #FAFAA9;
}
</style>
border-color css
<style>
span { border-color: #FAFAA9; }
span { border-color: rgb(250,250,169); }
td.TdClassName
{
border-color: #FAFAA9;
}
.TagClassName
{
border-color: #FAFAA9;
}
</style>