Shades of Shalimar #FAFBAF
Tints of Shalimar #FAFBAF
RGB
CMYK
RGB Variations
Color information
#FAFBAF (or 0xFAFBAF) is known color: Shalimar. HEX triplet: FA, FB and AF. RGB value is (250,251,175). Sum of RGB (Red+Green+Blue) = 250+251+175=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 175 (68.75% from 255 or 25.89% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFBAF is #050450. Grayscale: #F2F2F2. Windows color (decimal): -328785 or 11533306. OLE color: 11533306.
HSL color Cylindrical-coordinate representation of color #FAFBAF: hue angle of 60.79º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAFBAF is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 175 | - |
| CMYK | 0.00 | 0 | 0.30 | 0.02 |
| HSL | 60.79º | 0.9% | 0.84% | - |
| HSV(B) | 60.79º | 0.3% | 0.98% | - |
| XYZ | 81.66 | 92.41 | 54.09 | - |
| YUV | 242.04 | 90.17 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 175 | 0.00 | 0 | 0.30 | 0.02 | 60.79 | 0.9 | 0.84 |
| Hex | FA | FB | AF | 0 | 0 | 1E | 2 | 3D | 5A | 54 |
| Octal | 372 | 373 | 257 | 0 | 0 | 36 | 2 | 75 | 132 | 124 |
| Binary | 11111010 | 11111011 | 10101111 | 0 | 0 | 11110 | 10 | 111101 | 1011010 | 1010100 |
Color Harmonies of #FAFBAF
Complementary color
Monochromatic Colors of #FAFBAF
Black with #FAFBAF
Text Example
Text Example
White with #FAFBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBAF; }
p { color: rgb(250,251,175); }
H1.HeaderClassName
{
color: #FAFBAF;
}
.AnyTagClassName
{
color: #FAFBAF;
}
</style>
background-color css
<style>
a { background-color: #FAFBAF; }
a { background-color: rgb(250,251,175); }
div.DivClassName
{
background-color: #FAFBAF;
}
.BgClassName
{
background-color: #FAFBAF;
}
</style>
border-color css
<style>
span { border-color: #FAFBAF; }
span { border-color: rgb(250,251,175); }
td.TdClassName
{
border-color: #FAFBAF;
}
.TagClassName
{
border-color: #FAFBAF;
}
</style>