Shades of Shalimar #FAFAA5
Tints of Shalimar #FAFAA5
RGB
CMYK
RGB Variations
Color information
#FAFAA5 (or 0xFAFAA5) is known color: Shalimar. HEX triplet: FA, FA and A5. RGB value is (250,250,165). Sum of RGB (Red+Green+Blue) = 250+250+165=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 165 (64.84% from 255 or 24.81% from 665); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFAA5 is #05055A. Grayscale: #F0F0F0. Windows color (decimal): -329051 or 10877690. OLE color: 10877690.
HSL color Cylindrical-coordinate representation of color #FAFAA5: hue angle of 60º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAFAA5 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 165 | - |
| CMYK | 0 | 0 | 0.34 | 0.02 |
| HSL | 60º | 0.89% | 0.81% | - |
| HSV(B) | 60º | 0.34% | 0.98% | - |
| XYZ | 80.4 | 91.41 | 49 | - |
| YUV | 240.31 | 85.5 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 165 | 0 | 0 | 0.34 | 0.02 | 60 | 0.89 | 0.81 |
| Hex | FA | FA | A5 | 0 | 0 | 22 | 2 | 3C | 59 | 51 |
| Octal | 372 | 372 | 245 | 0 | 0 | 42 | 2 | 74 | 131 | 121 |
| Binary | 11111010 | 11111010 | 10100101 | 0 | 0 | 100010 | 10 | 111100 | 1011001 | 1010001 |
Color Harmonies of #FAFAA5
Complementary color
Monochromatic Colors of #FAFAA5
Black with #FAFAA5
Text Example
Text Example
White with #FAFAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAA5; }
p { color: rgb(250,250,165); }
H1.HeaderClassName
{
color: #FAFAA5;
}
.AnyTagClassName
{
color: #FAFAA5;
}
</style>
background-color css
<style>
a { background-color: #FAFAA5; }
a { background-color: rgb(250,250,165); }
div.DivClassName
{
background-color: #FAFAA5;
}
.BgClassName
{
background-color: #FAFAA5;
}
</style>
border-color css
<style>
span { border-color: #FAFAA5; }
span { border-color: rgb(250,250,165); }
td.TdClassName
{
border-color: #FAFAA5;
}
.TagClassName
{
border-color: #FAFAA5;
}
</style>