Shades of Shalimar #FAFAAA
Tints of Shalimar #FAFAAA
RGB
CMYK
RGB Variations
Color information
#FAFAAA (or 0xFAFAAA) is known color: Shalimar. HEX triplet: FA, FA and AA. RGB value is (250,250,170). Sum of RGB (Red+Green+Blue) = 250+250+170=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 170 (66.80% from 255 or 25.37% from 670); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFAAA is #050555. Grayscale: #F1F1F1. Windows color (decimal): -329046 or 11205370. OLE color: 11205370.
HSL color Cylindrical-coordinate representation of color #FAFAAA: 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 #FAFAAA is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 170 | - |
| CMYK | 0 | 0 | 0.32 | 0.02 |
| HSL | 60º | 0.89% | 0.82% | - |
| HSV(B) | 60º | 0.32% | 0.98% | - |
| XYZ | 80.87 | 91.6 | 51.45 | - |
| YUV | 240.88 | 88 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 170 | 0 | 0 | 0.32 | 0.02 | 60 | 0.89 | 0.82 |
| Hex | FA | FA | AA | 0 | 0 | 20 | 2 | 3C | 59 | 52 |
| Octal | 372 | 372 | 252 | 0 | 0 | 40 | 2 | 74 | 131 | 122 |
| Binary | 11111010 | 11111010 | 10101010 | 0 | 0 | 100000 | 10 | 111100 | 1011001 | 1010010 |
Color Harmonies of #FAFAAA
Complementary color
Monochromatic Colors of #FAFAAA
Black with #FAFAAA
Text Example
Text Example
White with #FAFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAAA; }
p { color: rgb(250,250,170); }
H1.HeaderClassName
{
color: #FAFAAA;
}
.AnyTagClassName
{
color: #FAFAAA;
}
</style>
background-color css
<style>
a { background-color: #FAFAAA; }
a { background-color: rgb(250,250,170); }
div.DivClassName
{
background-color: #FAFAAA;
}
.BgClassName
{
background-color: #FAFAAA;
}
</style>
border-color css
<style>
span { border-color: #FAFAAA; }
span { border-color: rgb(250,250,170); }
td.TdClassName
{
border-color: #FAFAAA;
}
.TagClassName
{
border-color: #FAFAAA;
}
</style>