Shades of Shalimar #FCFCA6
Tints of Shalimar #FCFCA6
RGB
CMYK
RGB Variations
Color information
#FCFCA6 (or 0xFCFCA6) is known color: Shalimar. HEX triplet: FC, FC and A6. RGB value is (252,252,166). Sum of RGB (Red+Green+Blue) = 252+252+166=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 166 (65.23% from 255 or 24.78% from 670); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFCA6 is #030359. Grayscale: #F2F2F2. Windows color (decimal): -197466 or 10943740. OLE color: 10943740.
HSL color Cylindrical-coordinate representation of color #FCFCA6: hue angle of 60º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCFCA6 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 166 | - |
| CMYK | 0 | 0 | 0.34 | 0.01 |
| HSL | 60º | 0.93% | 0.82% | - |
| HSV(B) | 60º | 0.34% | 0.99% | - |
| XYZ | 81.84 | 93.07 | 49.73 | - |
| YUV | 242.2 | 85 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 166 | 0 | 0 | 0.34 | 0.01 | 60 | 0.93 | 0.82 |
| Hex | FC | FC | A6 | 0 | 0 | 22 | 1 | 3C | 5D | 52 |
| Octal | 374 | 374 | 246 | 0 | 0 | 42 | 1 | 74 | 135 | 122 |
| Binary | 11111100 | 11111100 | 10100110 | 0 | 0 | 100010 | 1 | 111100 | 1011101 | 1010010 |
Color Harmonies of #FCFCA6
Complementary color
Monochromatic Colors of #FCFCA6
Black with #FCFCA6
Text Example
Text Example
White with #FCFCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCA6; }
p { color: rgb(252,252,166); }
H1.HeaderClassName
{
color: #FCFCA6;
}
.AnyTagClassName
{
color: #FCFCA6;
}
</style>
background-color css
<style>
a { background-color: #FCFCA6; }
a { background-color: rgb(252,252,166); }
div.DivClassName
{
background-color: #FCFCA6;
}
.BgClassName
{
background-color: #FCFCA6;
}
</style>
border-color css
<style>
span { border-color: #FCFCA6; }
span { border-color: rgb(252,252,166); }
td.TdClassName
{
border-color: #FCFCA6;
}
.TagClassName
{
border-color: #FCFCA6;
}
</style>