Shades of Shalimar #FCFAA5
Tints of Shalimar #FCFAA5
RGB
CMYK
RGB Variations
Color information
#FCFAA5 (or 0xFCFAA5) is known color: Shalimar. HEX triplet: FC, FA and A5. RGB value is (252,250,165). Sum of RGB (Red+Green+Blue) = 252+250+165=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 165 (64.84% from 255 or 24.74% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAA5 is #03055A. Grayscale: #F1F1F1. Windows color (decimal): -197979 or 10877692. OLE color: 10877692.
HSL color Cylindrical-coordinate representation of color #FCFAA5: hue angle of 58.62º 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 #FCFAA5 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 165 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.01 |
| HSL | 58.62º | 0.94% | 0.82% | - |
| HSV(B) | 58.62º | 0.35% | 0.99% | - |
| XYZ | 81.12 | 91.78 | 49.04 | - |
| YUV | 240.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 165 | 0 | 0.01 | 0.35 | 0.01 | 58.62 | 0.94 | 0.82 |
| Hex | FC | FA | A5 | 0 | 1 | 23 | 1 | 3B | 5E | 52 |
| Octal | 374 | 372 | 245 | 0 | 1 | 43 | 1 | 73 | 136 | 122 |
| Binary | 11111100 | 11111010 | 10100101 | 0 | 1 | 100011 | 1 | 111011 | 1011110 | 1010010 |
Color Harmonies of #FCFAA5
Complementary color
Monochromatic Colors of #FCFAA5
Black with #FCFAA5
Text Example
Text Example
White with #FCFAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAA5; }
p { color: rgb(252,250,165); }
H1.HeaderClassName
{
color: #FCFAA5;
}
.AnyTagClassName
{
color: #FCFAA5;
}
</style>
background-color css
<style>
a { background-color: #FCFAA5; }
a { background-color: rgb(252,250,165); }
div.DivClassName
{
background-color: #FCFAA5;
}
.BgClassName
{
background-color: #FCFAA5;
}
</style>
border-color css
<style>
span { border-color: #FCFAA5; }
span { border-color: rgb(252,250,165); }
td.TdClassName
{
border-color: #FCFAA5;
}
.TagClassName
{
border-color: #FCFAA5;
}
</style>