Shades of Shalimar #FCFDA8
Tints of Shalimar #FCFDA8
RGB
CMYK
RGB Variations
Color information
#FCFDA8 (or 0xFCFDA8) is known color: Shalimar. HEX triplet: FC, FD and A8. RGB value is (252,253,168). Sum of RGB (Red+Green+Blue) = 252+253+168=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 168 (66.02% from 255 or 24.96% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFDA8 is #030257. Grayscale: #F3F3F3. Windows color (decimal): -197208 or 11075068. OLE color: 11075068.
HSL color Cylindrical-coordinate representation of color #FCFDA8: hue angle of 60.71º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCFDA8 is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 168 | - |
| CMYK | 0.00 | 0 | 0.34 | 0.01 |
| HSL | 60.71º | 0.96% | 0.83% | - |
| HSV(B) | 60.71º | 0.34% | 0.99% | - |
| XYZ | 82.34 | 93.77 | 50.81 | - |
| YUV | 243.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 168 | 0.00 | 0 | 0.34 | 0.01 | 60.71 | 0.96 | 0.83 |
| Hex | FC | FD | A8 | 0 | 0 | 22 | 1 | 3D | 60 | 53 |
| Octal | 374 | 375 | 250 | 0 | 0 | 42 | 1 | 75 | 140 | 123 |
| Binary | 11111100 | 11111101 | 10101000 | 0 | 0 | 100010 | 1 | 111101 | 1100000 | 1010011 |
Color Harmonies of #FCFDA8
Complementary color
Monochromatic Colors of #FCFDA8
Black with #FCFDA8
Text Example
Text Example
White with #FCFDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDA8; }
p { color: rgb(252,253,168); }
H1.HeaderClassName
{
color: #FCFDA8;
}
.AnyTagClassName
{
color: #FCFDA8;
}
</style>
background-color css
<style>
a { background-color: #FCFDA8; }
a { background-color: rgb(252,253,168); }
div.DivClassName
{
background-color: #FCFDA8;
}
.BgClassName
{
background-color: #FCFDA8;
}
</style>
border-color css
<style>
span { border-color: #FCFDA8; }
span { border-color: rgb(252,253,168); }
td.TdClassName
{
border-color: #FCFDA8;
}
.TagClassName
{
border-color: #FCFDA8;
}
</style>