Shades of Shalimar #FAFAA4
Tints of Shalimar #FAFAA4
RGB
CMYK
RGB Variations
Color information
#FAFAA4 (or 0xFAFAA4) is known color: Shalimar. HEX triplet: FA, FA and A4. RGB value is (250,250,164). Sum of RGB (Red+Green+Blue) = 250+250+164=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 164 (64.45% from 255 or 24.70% from 664); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFAA4 is #05055B. Grayscale: #F0F0F0. Windows color (decimal): -329052 or 10812154. OLE color: 10812154.
HSL color Cylindrical-coordinate representation of color #FAFAA4: hue angle of 60º degrees, saturation: 0.9, 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 #FAFAA4 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 164 | - |
| CMYK | 0 | 0 | 0.34 | 0.02 |
| HSL | 60º | 0.9% | 0.81% | - |
| HSV(B) | 60º | 0.34% | 0.98% | - |
| XYZ | 80.31 | 91.38 | 48.53 | - |
| YUV | 240.2 | 85 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 164 | 0 | 0 | 0.34 | 0.02 | 60 | 0.9 | 0.81 |
| Hex | FA | FA | A4 | 0 | 0 | 22 | 2 | 3C | 5A | 51 |
| Octal | 372 | 372 | 244 | 0 | 0 | 42 | 2 | 74 | 132 | 121 |
| Binary | 11111010 | 11111010 | 10100100 | 0 | 0 | 100010 | 10 | 111100 | 1011010 | 1010001 |
Color Harmonies of #FAFAA4
Complementary color
Monochromatic Colors of #FAFAA4
Black with #FAFAA4
Text Example
Text Example
White with #FAFAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAA4; }
p { color: rgb(250,250,164); }
H1.HeaderClassName
{
color: #FAFAA4;
}
.AnyTagClassName
{
color: #FAFAA4;
}
</style>
background-color css
<style>
a { background-color: #FAFAA4; }
a { background-color: rgb(250,250,164); }
div.DivClassName
{
background-color: #FAFAA4;
}
.BgClassName
{
background-color: #FAFAA4;
}
</style>
border-color css
<style>
span { border-color: #FAFAA4; }
span { border-color: rgb(250,250,164); }
td.TdClassName
{
border-color: #FAFAA4;
}
.TagClassName
{
border-color: #FAFAA4;
}
</style>