Shades of Shalimar #FCFAA7
Tints of Shalimar #FCFAA7
RGB
CMYK
RGB Variations
Color information
#FCFAA7 (or 0xFCFAA7) is known color: Shalimar. HEX triplet: FC, FA and A7. RGB value is (252,250,167). Sum of RGB (Red+Green+Blue) = 252+250+167=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 167 (65.62% from 255 or 24.96% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAA7 is #030558. Grayscale: #F1F1F1. Windows color (decimal): -197977 or 11008764. OLE color: 11008764.
HSL color Cylindrical-coordinate representation of color #FCFAA7: hue angle of 58.59º 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 #FCFAA7 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 167 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.01 |
| HSL | 58.59º | 0.93% | 0.82% | - |
| HSV(B) | 58.59º | 0.34% | 0.99% | - |
| XYZ | 81.31 | 91.86 | 50 | - |
| YUV | 241.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 167 | 0 | 0.01 | 0.34 | 0.01 | 58.59 | 0.93 | 0.82 |
| Hex | FC | FA | A7 | 0 | 1 | 22 | 1 | 3B | 5D | 52 |
| Octal | 374 | 372 | 247 | 0 | 1 | 42 | 1 | 73 | 135 | 122 |
| Binary | 11111100 | 11111010 | 10100111 | 0 | 1 | 100010 | 1 | 111011 | 1011101 | 1010010 |
Color Harmonies of #FCFAA7
Complementary color
Monochromatic Colors of #FCFAA7
Black with #FCFAA7
Text Example
Text Example
White with #FCFAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAA7; }
p { color: rgb(252,250,167); }
H1.HeaderClassName
{
color: #FCFAA7;
}
.AnyTagClassName
{
color: #FCFAA7;
}
</style>
background-color css
<style>
a { background-color: #FCFAA7; }
a { background-color: rgb(252,250,167); }
div.DivClassName
{
background-color: #FCFAA7;
}
.BgClassName
{
background-color: #FCFAA7;
}
</style>
border-color css
<style>
span { border-color: #FCFAA7; }
span { border-color: rgb(252,250,167); }
td.TdClassName
{
border-color: #FCFAA7;
}
.TagClassName
{
border-color: #FCFAA7;
}
</style>