Shades of Shalimar #FCFAAA
Tints of Shalimar #FCFAAA
RGB
CMYK
RGB Variations
Color information
#FCFAAA (or 0xFCFAAA) is known color: Shalimar. HEX triplet: FC, FA and AA. RGB value is (252,250,170). Sum of RGB (Red+Green+Blue) = 252+250+170=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 170 (66.80% from 255 or 25.30% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAAA is #030555. Grayscale: #F1F1F1. Windows color (decimal): -197974 or 11205372. OLE color: 11205372.
HSL color Cylindrical-coordinate representation of color #FCFAAA: hue angle of 58.54º 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 #FCFAAA is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 170 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.01 |
| HSL | 58.54º | 0.93% | 0.83% | - |
| HSV(B) | 58.54º | 0.33% | 0.99% | - |
| XYZ | 81.59 | 91.97 | 51.48 | - |
| YUV | 241.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 170 | 0 | 0.01 | 0.33 | 0.01 | 58.54 | 0.93 | 0.83 |
| Hex | FC | FA | AA | 0 | 1 | 21 | 1 | 3B | 5D | 53 |
| Octal | 374 | 372 | 252 | 0 | 1 | 41 | 1 | 73 | 135 | 123 |
| Binary | 11111100 | 11111010 | 10101010 | 0 | 1 | 100001 | 1 | 111011 | 1011101 | 1010011 |
Color Harmonies of #FCFAAA
Complementary color
Monochromatic Colors of #FCFAAA
Black with #FCFAAA
Text Example
Text Example
White with #FCFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAAA; }
p { color: rgb(252,250,170); }
H1.HeaderClassName
{
color: #FCFAAA;
}
.AnyTagClassName
{
color: #FCFAAA;
}
</style>
background-color css
<style>
a { background-color: #FCFAAA; }
a { background-color: rgb(252,250,170); }
div.DivClassName
{
background-color: #FCFAAA;
}
.BgClassName
{
background-color: #FCFAAA;
}
</style>
border-color css
<style>
span { border-color: #FCFAAA; }
span { border-color: rgb(252,250,170); }
td.TdClassName
{
border-color: #FCFAAA;
}
.TagClassName
{
border-color: #FCFAAA;
}
</style>