Shades of Shalimar #FCFAB1
Tints of Shalimar #FCFAB1
RGB
CMYK
RGB Variations
Color information
#FCFAB1 (or 0xFCFAB1) is known color: Shalimar. HEX triplet: FC, FA and B1. RGB value is (252,250,177). Sum of RGB (Red+Green+Blue) = 252+250+177=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 177 (69.53% from 255 or 26.07% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAB1 is #03054E. Grayscale: #F2F2F2. Windows color (decimal): -197967 or 11664124. OLE color: 11664124.
HSL color Cylindrical-coordinate representation of color #FCFAB1: hue angle of 58.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCFAB1 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 177 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.01 |
| HSL | 58.4º | 0.93% | 0.84% | - |
| HSV(B) | 58.4º | 0.3% | 0.99% | - |
| XYZ | 82.27 | 92.24 | 55.06 | - |
| YUV | 242.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 177 | 0 | 0.01 | 0.30 | 0.01 | 58.4 | 0.93 | 0.84 |
| Hex | FC | FA | B1 | 0 | 1 | 1E | 1 | 3A | 5D | 54 |
| Octal | 374 | 372 | 261 | 0 | 1 | 36 | 1 | 72 | 135 | 124 |
| Binary | 11111100 | 11111010 | 10110001 | 0 | 1 | 11110 | 1 | 111010 | 1011101 | 1010100 |
Color Harmonies of #FCFAB1
Complementary color
Monochromatic Colors of #FCFAB1
Black with #FCFAB1
Text Example
Text Example
White with #FCFAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAB1; }
p { color: rgb(252,250,177); }
H1.HeaderClassName
{
color: #FCFAB1;
}
.AnyTagClassName
{
color: #FCFAB1;
}
</style>
background-color css
<style>
a { background-color: #FCFAB1; }
a { background-color: rgb(252,250,177); }
div.DivClassName
{
background-color: #FCFAB1;
}
.BgClassName
{
background-color: #FCFAB1;
}
</style>
border-color css
<style>
span { border-color: #FCFAB1; }
span { border-color: rgb(252,250,177); }
td.TdClassName
{
border-color: #FCFAB1;
}
.TagClassName
{
border-color: #FCFAB1;
}
</style>