Shades of Shalimar #FAFAA3
Tints of Shalimar #FAFAA3
RGB
CMYK
RGB Variations
Color information
#FAFAA3 (or 0xFAFAA3) is known color: Shalimar. HEX triplet: FA, FA and A3. RGB value is (250,250,163). Sum of RGB (Red+Green+Blue) = 250+250+163=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 163 (64.06% from 255 or 24.59% from 663); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFAA3 is #05055C. Grayscale: #F0F0F0. Windows color (decimal): -329053 or 10746618. OLE color: 10746618.
HSL color Cylindrical-coordinate representation of color #FAFAA3: 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.35%. Process color model (Four color, CMYK) of #FAFAA3 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 163 | - |
| CMYK | 0 | 0 | 0.35 | 0.02 |
| HSL | 60º | 0.9% | 0.81% | - |
| HSV(B) | 60º | 0.35% | 0.98% | - |
| XYZ | 80.22 | 91.34 | 48.05 | - |
| YUV | 240.08 | 84.5 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 163 | 0 | 0 | 0.35 | 0.02 | 60 | 0.9 | 0.81 |
| Hex | FA | FA | A3 | 0 | 0 | 23 | 2 | 3C | 5A | 51 |
| Octal | 372 | 372 | 243 | 0 | 0 | 43 | 2 | 74 | 132 | 121 |
| Binary | 11111010 | 11111010 | 10100011 | 0 | 0 | 100011 | 10 | 111100 | 1011010 | 1010001 |
Color Harmonies of #FAFAA3
Complementary color
Monochromatic Colors of #FAFAA3
Black with #FAFAA3
Text Example
Text Example
White with #FAFAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAA3; }
p { color: rgb(250,250,163); }
H1.HeaderClassName
{
color: #FAFAA3;
}
.AnyTagClassName
{
color: #FAFAA3;
}
</style>
background-color css
<style>
a { background-color: #FAFAA3; }
a { background-color: rgb(250,250,163); }
div.DivClassName
{
background-color: #FAFAA3;
}
.BgClassName
{
background-color: #FAFAA3;
}
</style>
border-color css
<style>
span { border-color: #FAFAA3; }
span { border-color: rgb(250,250,163); }
td.TdClassName
{
border-color: #FAFAA3;
}
.TagClassName
{
border-color: #FAFAA3;
}
</style>