Shades of Shalimar #FAFAA7
Tints of Shalimar #FAFAA7
RGB
CMYK
RGB Variations
Color information
#FAFAA7 (or 0xFAFAA7) is known color: Shalimar. HEX triplet: FA, FA and A7. RGB value is (250,250,167). Sum of RGB (Red+Green+Blue) = 250+250+167=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 167 (65.62% from 255 or 25.04% from 667); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFAA7 is #050558. Grayscale: #F0F0F0. Windows color (decimal): -329049 or 11008762. OLE color: 11008762.
HSL color Cylindrical-coordinate representation of color #FAFAA7: 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.33%. Process color model (Four color, CMYK) of #FAFAA7 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 167 | - |
| CMYK | 0 | 0 | 0.33 | 0.02 |
| HSL | 60º | 0.89% | 0.82% | - |
| HSV(B) | 60º | 0.33% | 0.98% | - |
| XYZ | 80.59 | 91.49 | 49.97 | - |
| YUV | 240.54 | 86.5 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 167 | 0 | 0 | 0.33 | 0.02 | 60 | 0.89 | 0.82 |
| Hex | FA | FA | A7 | 0 | 0 | 21 | 2 | 3C | 59 | 52 |
| Octal | 372 | 372 | 247 | 0 | 0 | 41 | 2 | 74 | 131 | 122 |
| Binary | 11111010 | 11111010 | 10100111 | 0 | 0 | 100001 | 10 | 111100 | 1011001 | 1010010 |
Color Harmonies of #FAFAA7
Complementary color
Monochromatic Colors of #FAFAA7
Black with #FAFAA7
Text Example
Text Example
White with #FAFAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAA7; }
p { color: rgb(250,250,167); }
H1.HeaderClassName
{
color: #FAFAA7;
}
.AnyTagClassName
{
color: #FAFAA7;
}
</style>
background-color css
<style>
a { background-color: #FAFAA7; }
a { background-color: rgb(250,250,167); }
div.DivClassName
{
background-color: #FAFAA7;
}
.BgClassName
{
background-color: #FAFAA7;
}
</style>
border-color css
<style>
span { border-color: #FAFAA7; }
span { border-color: rgb(250,250,167); }
td.TdClassName
{
border-color: #FAFAA7;
}
.TagClassName
{
border-color: #FAFAA7;
}
</style>