Shades of Shalimar #FAFAB3
Tints of Shalimar #FAFAB3
RGB
CMYK
RGB Variations
Color information
#FAFAB3 (or 0xFAFAB3) is known color: Shalimar. HEX triplet: FA, FA and B3. RGB value is (250,250,179). Sum of RGB (Red+Green+Blue) = 250+250+179=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 179 (70.31% from 255 or 26.36% from 679); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAB3 is #05054C. Grayscale: #F2F2F2. Windows color (decimal): -329037 or 11795194. OLE color: 11795194.
HSL color Cylindrical-coordinate representation of color #FAFAB3: 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.28%. Process color model (Four color, CMYK) of #FAFAB3 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 179 | - |
| CMYK | 0 | 0 | 0.28 | 0.02 |
| HSL | 60º | 0.88% | 0.84% | - |
| HSV(B) | 60º | 0.28% | 0.98% | - |
| XYZ | 81.75 | 91.95 | 56.09 | - |
| YUV | 241.91 | 92.5 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 179 | 0 | 0 | 0.28 | 0.02 | 60 | 0.88 | 0.84 |
| Hex | FA | FA | B3 | 0 | 0 | 1C | 2 | 3C | 58 | 54 |
| Octal | 372 | 372 | 263 | 0 | 0 | 34 | 2 | 74 | 130 | 124 |
| Binary | 11111010 | 11111010 | 10110011 | 0 | 0 | 11100 | 10 | 111100 | 1011000 | 1010100 |
Color Harmonies of #FAFAB3
Complementary color
Monochromatic Colors of #FAFAB3
Black with #FAFAB3
Text Example
Text Example
White with #FAFAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAB3; }
p { color: rgb(250,250,179); }
H1.HeaderClassName
{
color: #FAFAB3;
}
.AnyTagClassName
{
color: #FAFAB3;
}
</style>
background-color css
<style>
a { background-color: #FAFAB3; }
a { background-color: rgb(250,250,179); }
div.DivClassName
{
background-color: #FAFAB3;
}
.BgClassName
{
background-color: #FAFAB3;
}
</style>
border-color css
<style>
span { border-color: #FAFAB3; }
span { border-color: rgb(250,250,179); }
td.TdClassName
{
border-color: #FAFAB3;
}
.TagClassName
{
border-color: #FAFAB3;
}
</style>