Shades of Shalimar #FCFDAA
Tints of Shalimar #FCFDAA
RGB
CMYK
RGB Variations
Color information
#FCFDAA (or 0xFCFDAA) is known color: Shalimar. HEX triplet: FC, FD and AA. RGB value is (252,253,170). Sum of RGB (Red+Green+Blue) = 252+253+170=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 170 (66.80% from 255 or 25.19% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFDAA is #030255. Grayscale: #F3F3F3. Windows color (decimal): -197206 or 11206140. OLE color: 11206140.
HSL color Cylindrical-coordinate representation of color #FCFDAA: hue angle of 60.72º degrees, saturation: 0.95, 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 #FCFDAA is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 170 | - |
| CMYK | 0.00 | 0 | 0.33 | 0.01 |
| HSL | 60.72º | 0.95% | 0.83% | - |
| HSV(B) | 60.72º | 0.33% | 0.99% | - |
| XYZ | 82.53 | 93.85 | 51.8 | - |
| YUV | 243.24 | 86.67 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 170 | 0.00 | 0 | 0.33 | 0.01 | 60.72 | 0.95 | 0.83 |
| Hex | FC | FD | AA | 0 | 0 | 21 | 1 | 3D | 5F | 53 |
| Octal | 374 | 375 | 252 | 0 | 0 | 41 | 1 | 75 | 137 | 123 |
| Binary | 11111100 | 11111101 | 10101010 | 0 | 0 | 100001 | 1 | 111101 | 1011111 | 1010011 |
Color Harmonies of #FCFDAA
Complementary color
Monochromatic Colors of #FCFDAA
Black with #FCFDAA
Text Example
Text Example
White with #FCFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDAA; }
p { color: rgb(252,253,170); }
H1.HeaderClassName
{
color: #FCFDAA;
}
.AnyTagClassName
{
color: #FCFDAA;
}
</style>
background-color css
<style>
a { background-color: #FCFDAA; }
a { background-color: rgb(252,253,170); }
div.DivClassName
{
background-color: #FCFDAA;
}
.BgClassName
{
background-color: #FCFDAA;
}
</style>
border-color css
<style>
span { border-color: #FCFDAA; }
span { border-color: rgb(252,253,170); }
td.TdClassName
{
border-color: #FCFDAA;
}
.TagClassName
{
border-color: #FCFDAA;
}
</style>