Shades of Shalimar #FCFAB2
Tints of Shalimar #FCFAB2
RGB
CMYK
RGB Variations
Color information
#FCFAB2 (or 0xFCFAB2) is known color: Shalimar. HEX triplet: FC, FA and B2. RGB value is (252,250,178). Sum of RGB (Red+Green+Blue) = 252+250+178=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 178 (69.92% from 255 or 26.18% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAB2 is #03054D. Grayscale: #F2F2F2. Windows color (decimal): -197966 or 11729660. OLE color: 11729660.
HSL color Cylindrical-coordinate representation of color #FCFAB2: hue angle of 58.38º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCFAB2 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 178 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.01 |
| HSL | 58.38º | 0.93% | 0.84% | - |
| HSV(B) | 58.38º | 0.29% | 0.99% | - |
| XYZ | 82.37 | 92.28 | 55.59 | - |
| YUV | 242.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 178 | 0 | 0.01 | 0.29 | 0.01 | 58.38 | 0.93 | 0.84 |
| Hex | FC | FA | B2 | 0 | 1 | 1D | 1 | 3A | 5C | 54 |
| Octal | 374 | 372 | 262 | 0 | 1 | 35 | 1 | 72 | 134 | 124 |
| Binary | 11111100 | 11111010 | 10110010 | 0 | 1 | 11101 | 1 | 111010 | 1011100 | 1010100 |
Color Harmonies of #FCFAB2
Complementary color
Monochromatic Colors of #FCFAB2
Black with #FCFAB2
Text Example
Text Example
White with #FCFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAB2; }
p { color: rgb(252,250,178); }
H1.HeaderClassName
{
color: #FCFAB2;
}
.AnyTagClassName
{
color: #FCFAB2;
}
</style>
background-color css
<style>
a { background-color: #FCFAB2; }
a { background-color: rgb(252,250,178); }
div.DivClassName
{
background-color: #FCFAB2;
}
.BgClassName
{
background-color: #FCFAB2;
}
</style>
border-color css
<style>
span { border-color: #FCFAB2; }
span { border-color: rgb(252,250,178); }
td.TdClassName
{
border-color: #FCFAB2;
}
.TagClassName
{
border-color: #FCFAB2;
}
</style>