Shades of Shalimar #FCFAA8
Tints of Shalimar #FCFAA8
RGB
CMYK
RGB Variations
Color information
#FCFAA8 (or 0xFCFAA8) is known color: Shalimar. HEX triplet: FC, FA and A8. RGB value is (252,250,168). Sum of RGB (Red+Green+Blue) = 252+250+168=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 168 (66.02% from 255 or 25.07% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAA8 is #030557. Grayscale: #F1F1F1. Windows color (decimal): -197976 or 11074300. OLE color: 11074300.
HSL color Cylindrical-coordinate representation of color #FCFAA8: hue angle of 58.57º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCFAA8 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 168 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.01 |
| HSL | 58.57º | 0.93% | 0.82% | - |
| HSV(B) | 58.57º | 0.33% | 0.99% | - |
| XYZ | 81.4 | 91.89 | 50.49 | - |
| YUV | 241.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 168 | 0 | 0.01 | 0.33 | 0.01 | 58.57 | 0.93 | 0.82 |
| Hex | FC | FA | A8 | 0 | 1 | 21 | 1 | 3B | 5D | 52 |
| Octal | 374 | 372 | 250 | 0 | 1 | 41 | 1 | 73 | 135 | 122 |
| Binary | 11111100 | 11111010 | 10101000 | 0 | 1 | 100001 | 1 | 111011 | 1011101 | 1010010 |
Color Harmonies of #FCFAA8
Complementary color
Monochromatic Colors of #FCFAA8
Black with #FCFAA8
Text Example
Text Example
White with #FCFAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAA8; }
p { color: rgb(252,250,168); }
H1.HeaderClassName
{
color: #FCFAA8;
}
.AnyTagClassName
{
color: #FCFAA8;
}
</style>
background-color css
<style>
a { background-color: #FCFAA8; }
a { background-color: rgb(252,250,168); }
div.DivClassName
{
background-color: #FCFAA8;
}
.BgClassName
{
background-color: #FCFAA8;
}
</style>
border-color css
<style>
span { border-color: #FCFAA8; }
span { border-color: rgb(252,250,168); }
td.TdClassName
{
border-color: #FCFAA8;
}
.TagClassName
{
border-color: #FCFAA8;
}
</style>