Shades of Shalimar #FAFBAA
Tints of Shalimar #FAFBAA
RGB
CMYK
RGB Variations
Color information
#FAFBAA (or 0xFAFBAA) is known color: Shalimar. HEX triplet: FA, FB and AA. RGB value is (250,251,170). Sum of RGB (Red+Green+Blue) = 250+251+170=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 170 (66.80% from 255 or 25.34% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFBAA is #050455. Grayscale: #F1F1F1. Windows color (decimal): -328790 or 11205626. OLE color: 11205626.
HSL color Cylindrical-coordinate representation of color #FAFBAA: hue angle of 60.74º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAFBAA is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 170 | - |
| CMYK | 0.00 | 0 | 0.32 | 0.02 |
| HSL | 60.74º | 0.91% | 0.83% | - |
| HSV(B) | 60.74º | 0.32% | 0.98% | - |
| XYZ | 81.18 | 92.22 | 51.55 | - |
| YUV | 241.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 170 | 0.00 | 0 | 0.32 | 0.02 | 60.74 | 0.91 | 0.83 |
| Hex | FA | FB | AA | 0 | 0 | 20 | 2 | 3D | 5B | 53 |
| Octal | 372 | 373 | 252 | 0 | 0 | 40 | 2 | 75 | 133 | 123 |
| Binary | 11111010 | 11111011 | 10101010 | 0 | 0 | 100000 | 10 | 111101 | 1011011 | 1010011 |
Color Harmonies of #FAFBAA
Complementary color
Monochromatic Colors of #FAFBAA
Black with #FAFBAA
Text Example
Text Example
White with #FAFBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBAA; }
p { color: rgb(250,251,170); }
H1.HeaderClassName
{
color: #FAFBAA;
}
.AnyTagClassName
{
color: #FAFBAA;
}
</style>
background-color css
<style>
a { background-color: #FAFBAA; }
a { background-color: rgb(250,251,170); }
div.DivClassName
{
background-color: #FAFBAA;
}
.BgClassName
{
background-color: #FAFBAA;
}
</style>
border-color css
<style>
span { border-color: #FAFBAA; }
span { border-color: rgb(250,251,170); }
td.TdClassName
{
border-color: #FAFBAA;
}
.TagClassName
{
border-color: #FAFBAA;
}
</style>