Shades of Shalimar #FAFCAB
Tints of Shalimar #FAFCAB
RGB
CMYK
RGB Variations
Color information
#FAFCAB (or 0xFAFCAB) is known color: Shalimar. HEX triplet: FA, FC and AB. RGB value is (250,252,171). Sum of RGB (Red+Green+Blue) = 250+252+171=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 171 (67.19% from 255 or 25.41% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFCAB is #050354. Grayscale: #F2F2F2. Windows color (decimal): -328533 or 11271418. OLE color: 11271418.
HSL color Cylindrical-coordinate representation of color #FAFCAB: hue angle of 61.48º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAFCAB is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 171 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.01 |
| HSL | 61.48º | 0.93% | 0.83% | - |
| HSV(B) | 61.48º | 0.32% | 0.99% | - |
| XYZ | 81.59 | 92.89 | 52.16 | - |
| YUV | 242.17 | 87.84 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 171 | 0.01 | 0 | 0.32 | 0.01 | 61.48 | 0.93 | 0.83 |
| Hex | FA | FC | AB | 1 | 0 | 20 | 1 | 3D | 5D | 53 |
| Octal | 372 | 374 | 253 | 1 | 0 | 40 | 1 | 75 | 135 | 123 |
| Binary | 11111010 | 11111100 | 10101011 | 1 | 0 | 100000 | 1 | 111101 | 1011101 | 1010011 |
Color Harmonies of #FAFCAB
Complementary color
Monochromatic Colors of #FAFCAB
Black with #FAFCAB
Text Example
Text Example
White with #FAFCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFCAB; }
p { color: rgb(250,252,171); }
H1.HeaderClassName
{
color: #FAFCAB;
}
.AnyTagClassName
{
color: #FAFCAB;
}
</style>
background-color css
<style>
a { background-color: #FAFCAB; }
a { background-color: rgb(250,252,171); }
div.DivClassName
{
background-color: #FAFCAB;
}
.BgClassName
{
background-color: #FAFCAB;
}
</style>
border-color css
<style>
span { border-color: #FAFCAB; }
span { border-color: rgb(250,252,171); }
td.TdClassName
{
border-color: #FAFCAB;
}
.TagClassName
{
border-color: #FAFCAB;
}
</style>