Shades of Shalimar #FAFAAB
Tints of Shalimar #FAFAAB
RGB
CMYK
RGB Variations
Color information
#FAFAAB (or 0xFAFAAB) is known color: Shalimar. HEX triplet: FA, FA and AB. RGB value is (250,250,171). Sum of RGB (Red+Green+Blue) = 250+250+171=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 171 (67.19% from 255 or 25.48% from 671); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFAAB is #050554. Grayscale: #F1F1F1. Windows color (decimal): -329045 or 11270906. OLE color: 11270906.
HSL color Cylindrical-coordinate representation of color #FAFAAB: hue angle of 60º degrees, saturation: 0.89, 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 #FAFAAB is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 171 | - |
| CMYK | 0 | 0 | 0.32 | 0.02 |
| HSL | 60º | 0.89% | 0.83% | - |
| HSV(B) | 60º | 0.32% | 0.98% | - |
| XYZ | 80.96 | 91.64 | 51.95 | - |
| YUV | 240.99 | 88.5 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 171 | 0 | 0 | 0.32 | 0.02 | 60 | 0.89 | 0.83 |
| Hex | FA | FA | AB | 0 | 0 | 20 | 2 | 3C | 59 | 53 |
| Octal | 372 | 372 | 253 | 0 | 0 | 40 | 2 | 74 | 131 | 123 |
| Binary | 11111010 | 11111010 | 10101011 | 0 | 0 | 100000 | 10 | 111100 | 1011001 | 1010011 |
Color Harmonies of #FAFAAB
Complementary color
Monochromatic Colors of #FAFAAB
Black with #FAFAAB
Text Example
Text Example
White with #FAFAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAAB; }
p { color: rgb(250,250,171); }
H1.HeaderClassName
{
color: #FAFAAB;
}
.AnyTagClassName
{
color: #FAFAAB;
}
</style>
background-color css
<style>
a { background-color: #FAFAAB; }
a { background-color: rgb(250,250,171); }
div.DivClassName
{
background-color: #FAFAAB;
}
.BgClassName
{
background-color: #FAFAAB;
}
</style>
border-color css
<style>
span { border-color: #FAFAAB; }
span { border-color: rgb(250,250,171); }
td.TdClassName
{
border-color: #FAFAAB;
}
.TagClassName
{
border-color: #FAFAAB;
}
</style>