Shades of Shalimar #FDFCA8
Tints of Shalimar #FDFCA8
RGB
CMYK
RGB Variations
Color information
#FDFCA8 (or 0xFDFCA8) is known color: Shalimar. HEX triplet: FD, FC and A8. RGB value is (253,252,168). Sum of RGB (Red+Green+Blue) = 253+252+168=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 168 (66.02% from 255 or 24.96% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFCA8 is #020357. Grayscale: #F3F3F3. Windows color (decimal): -131928 or 11074813. OLE color: 11074813.
HSL color Cylindrical-coordinate representation of color #FDFCA8: hue angle of 59.29º 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 #FDFCA8 is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 168 | - |
| CMYK | 0 | 0.00 | 0.34 | 0.01 |
| HSL | 59.29º | 0.96% | 0.83% | - |
| HSV(B) | 59.29º | 0.34% | 0.99% | - |
| XYZ | 82.39 | 93.33 | 50.72 | - |
| YUV | 242.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 168 | 0 | 0.00 | 0.34 | 0.01 | 59.29 | 0.96 | 0.83 |
| Hex | FD | FC | A8 | 0 | 0 | 22 | 1 | 3B | 60 | 53 |
| Octal | 375 | 374 | 250 | 0 | 0 | 42 | 1 | 73 | 140 | 123 |
| Binary | 11111101 | 11111100 | 10101000 | 0 | 0 | 100010 | 1 | 111011 | 1100000 | 1010011 |
Color Harmonies of #FDFCA8
Complementary color
Monochromatic Colors of #FDFCA8
Black with #FDFCA8
Text Example
Text Example
White with #FDFCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCA8; }
p { color: rgb(253,252,168); }
H1.HeaderClassName
{
color: #FDFCA8;
}
.AnyTagClassName
{
color: #FDFCA8;
}
</style>
background-color css
<style>
a { background-color: #FDFCA8; }
a { background-color: rgb(253,252,168); }
div.DivClassName
{
background-color: #FDFCA8;
}
.BgClassName
{
background-color: #FDFCA8;
}
</style>
border-color css
<style>
span { border-color: #FDFCA8; }
span { border-color: rgb(253,252,168); }
td.TdClassName
{
border-color: #FDFCA8;
}
.TagClassName
{
border-color: #FDFCA8;
}
</style>