Shades of Shalimar #FAFAB1
Tints of Shalimar #FAFAB1
RGB
CMYK
RGB Variations
Color information
#FAFAB1 (or 0xFAFAB1) is known color: Shalimar. HEX triplet: FA, FA and B1. RGB value is (250,250,177). Sum of RGB (Red+Green+Blue) = 250+250+177=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 177 (69.53% from 255 or 26.14% from 677); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFAB1 is #05054E. Grayscale: #F1F1F1. Windows color (decimal): -329039 or 11664122. OLE color: 11664122.
HSL color Cylindrical-coordinate representation of color #FAFAB1: hue angle of 60º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAFAB1 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 177 | - |
| CMYK | 0 | 0 | 0.29 | 0.02 |
| HSL | 60º | 0.88% | 0.84% | - |
| HSV(B) | 60º | 0.29% | 0.98% | - |
| XYZ | 81.55 | 91.87 | 55.03 | - |
| YUV | 241.68 | 91.5 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 177 | 0 | 0 | 0.29 | 0.02 | 60 | 0.88 | 0.84 |
| Hex | FA | FA | B1 | 0 | 0 | 1D | 2 | 3C | 58 | 54 |
| Octal | 372 | 372 | 261 | 0 | 0 | 35 | 2 | 74 | 130 | 124 |
| Binary | 11111010 | 11111010 | 10110001 | 0 | 0 | 11101 | 10 | 111100 | 1011000 | 1010100 |
Color Harmonies of #FAFAB1
Complementary color
Monochromatic Colors of #FAFAB1
Black with #FAFAB1
Text Example
Text Example
White with #FAFAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAB1; }
p { color: rgb(250,250,177); }
H1.HeaderClassName
{
color: #FAFAB1;
}
.AnyTagClassName
{
color: #FAFAB1;
}
</style>
background-color css
<style>
a { background-color: #FAFAB1; }
a { background-color: rgb(250,250,177); }
div.DivClassName
{
background-color: #FAFAB1;
}
.BgClassName
{
background-color: #FAFAB1;
}
</style>
border-color css
<style>
span { border-color: #FAFAB1; }
span { border-color: rgb(250,250,177); }
td.TdClassName
{
border-color: #FAFAB1;
}
.TagClassName
{
border-color: #FAFAB1;
}
</style>