Shades of Shalimar #FCFAA4
Tints of Shalimar #FCFAA4
RGB
CMYK
RGB Variations
Color information
#FCFAA4 (or 0xFCFAA4) is known color: Shalimar. HEX triplet: FC, FA and A4. RGB value is (252,250,164). Sum of RGB (Red+Green+Blue) = 252+250+164=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 164 (64.45% from 255 or 24.62% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAA4 is #03055B. Grayscale: #F1F1F1. Windows color (decimal): -197980 or 10812156. OLE color: 10812156.
HSL color Cylindrical-coordinate representation of color #FCFAA4: hue angle of 58.64º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCFAA4 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 164 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.01 |
| HSL | 58.64º | 0.94% | 0.82% | - |
| HSV(B) | 58.64º | 0.35% | 0.99% | - |
| XYZ | 81.03 | 91.75 | 48.56 | - |
| YUV | 240.79 | 84.66 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 164 | 0 | 0.01 | 0.35 | 0.01 | 58.64 | 0.94 | 0.82 |
| Hex | FC | FA | A4 | 0 | 1 | 23 | 1 | 3B | 5E | 52 |
| Octal | 374 | 372 | 244 | 0 | 1 | 43 | 1 | 73 | 136 | 122 |
| Binary | 11111100 | 11111010 | 10100100 | 0 | 1 | 100011 | 1 | 111011 | 1011110 | 1010010 |
Color Harmonies of #FCFAA4
Complementary color
Monochromatic Colors of #FCFAA4
Black with #FCFAA4
Text Example
Text Example
White with #FCFAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAA4; }
p { color: rgb(252,250,164); }
H1.HeaderClassName
{
color: #FCFAA4;
}
.AnyTagClassName
{
color: #FCFAA4;
}
</style>
background-color css
<style>
a { background-color: #FCFAA4; }
a { background-color: rgb(252,250,164); }
div.DivClassName
{
background-color: #FCFAA4;
}
.BgClassName
{
background-color: #FCFAA4;
}
</style>
border-color css
<style>
span { border-color: #FCFAA4; }
span { border-color: rgb(252,250,164); }
td.TdClassName
{
border-color: #FCFAA4;
}
.TagClassName
{
border-color: #FCFAA4;
}
</style>