Shades of Shalimar #FCFCAA
Tints of Shalimar #FCFCAA
RGB
CMYK
RGB Variations
Color information
#FCFCAA (or 0xFCFCAA) is known color: Shalimar. HEX triplet: FC, FC and AA. RGB value is (252,252,170). Sum of RGB (Red+Green+Blue) = 252+252+170=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 170 (66.80% from 255 or 25.22% from 674); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFCAA is #030355. Grayscale: #F2F2F2. Windows color (decimal): -197462 or 11205884. OLE color: 11205884.
HSL color Cylindrical-coordinate representation of color #FCFCAA: hue angle of 60º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCFCAA is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 170 | - |
| CMYK | 0 | 0 | 0.33 | 0.01 |
| HSL | 60º | 0.93% | 0.83% | - |
| HSV(B) | 60º | 0.33% | 0.99% | - |
| XYZ | 82.21 | 93.22 | 51.69 | - |
| YUV | 242.65 | 87 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 170 | 0 | 0 | 0.33 | 0.01 | 60 | 0.93 | 0.83 |
| Hex | FC | FC | AA | 0 | 0 | 21 | 1 | 3C | 5D | 53 |
| Octal | 374 | 374 | 252 | 0 | 0 | 41 | 1 | 74 | 135 | 123 |
| Binary | 11111100 | 11111100 | 10101010 | 0 | 0 | 100001 | 1 | 111100 | 1011101 | 1010011 |
Color Harmonies of #FCFCAA
Complementary color
Monochromatic Colors of #FCFCAA
Black with #FCFCAA
Text Example
Text Example
White with #FCFCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCAA; }
p { color: rgb(252,252,170); }
H1.HeaderClassName
{
color: #FCFCAA;
}
.AnyTagClassName
{
color: #FCFCAA;
}
</style>
background-color css
<style>
a { background-color: #FCFCAA; }
a { background-color: rgb(252,252,170); }
div.DivClassName
{
background-color: #FCFCAA;
}
.BgClassName
{
background-color: #FCFCAA;
}
</style>
border-color css
<style>
span { border-color: #FCFCAA; }
span { border-color: rgb(252,252,170); }
td.TdClassName
{
border-color: #FCFCAA;
}
.TagClassName
{
border-color: #FCFCAA;
}
</style>