Shades of Shalimar #FDFAA8
Tints of Shalimar #FDFAA8
RGB
CMYK
RGB Variations
Color information
#FDFAA8 (or 0xFDFAA8) is known color: Shalimar. HEX triplet: FD, FA and A8. RGB value is (253,250,168). Sum of RGB (Red+Green+Blue) = 253+250+168=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 168 (66.02% from 255 or 25.04% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFAA8 is #020557. Grayscale: #F1F1F1. Windows color (decimal): -132440 or 11074301. OLE color: 11074301.
HSL color Cylindrical-coordinate representation of color #FDFAA8: hue angle of 57.88º 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 #FDFAA8 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 250 | 168 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.01 |
| HSL | 57.88º | 0.96% | 0.83% | - |
| HSV(B) | 57.88º | 0.34% | 0.99% | - |
| XYZ | 81.76 | 92.08 | 50.51 | - |
| YUV | 241.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 250 | 168 | 0 | 0.01 | 0.34 | 0.01 | 57.88 | 0.96 | 0.83 |
| Hex | FD | FA | A8 | 0 | 1 | 22 | 1 | 3A | 60 | 53 |
| Octal | 375 | 372 | 250 | 0 | 1 | 42 | 1 | 72 | 140 | 123 |
| Binary | 11111101 | 11111010 | 10101000 | 0 | 1 | 100010 | 1 | 111010 | 1100000 | 1010011 |
Color Harmonies of #FDFAA8
Complementary color
Monochromatic Colors of #FDFAA8
Black with #FDFAA8
Text Example
Text Example
White with #FDFAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAA8; }
p { color: rgb(253,250,168); }
H1.HeaderClassName
{
color: #FDFAA8;
}
.AnyTagClassName
{
color: #FDFAA8;
}
</style>
background-color css
<style>
a { background-color: #FDFAA8; }
a { background-color: rgb(253,250,168); }
div.DivClassName
{
background-color: #FDFAA8;
}
.BgClassName
{
background-color: #FDFAA8;
}
</style>
border-color css
<style>
span { border-color: #FDFAA8; }
span { border-color: rgb(253,250,168); }
td.TdClassName
{
border-color: #FDFAA8;
}
.TagClassName
{
border-color: #FDFAA8;
}
</style>