Shades of Shalimar #FDFDA8
Tints of Shalimar #FDFDA8
RGB
CMYK
RGB Variations
Color information
#FDFDA8 (or 0xFDFDA8) is known color: Shalimar. HEX triplet: FD, FD and A8. RGB value is (253,253,168). Sum of RGB (Red+Green+Blue) = 253+253+168=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 168 (66.02% from 255 or 24.93% from 674); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFDA8 is #020257. Grayscale: #F3F3F3. Windows color (decimal): -131672 or 11075069. OLE color: 11075069.
HSL color Cylindrical-coordinate representation of color #FDFDA8: hue angle of 60º 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 #FDFDA8 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 253 | 168 | - |
| CMYK | 0 | 0 | 0.34 | 0.01 |
| HSL | 60º | 0.96% | 0.83% | - |
| HSV(B) | 60º | 0.34% | 0.99% | - |
| XYZ | 82.7 | 93.96 | 50.82 | - |
| YUV | 243.31 | 85.5 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 253 | 168 | 0 | 0 | 0.34 | 0.01 | 60 | 0.96 | 0.83 |
| Hex | FD | FD | A8 | 0 | 0 | 22 | 1 | 3C | 60 | 53 |
| Octal | 375 | 375 | 250 | 0 | 0 | 42 | 1 | 74 | 140 | 123 |
| Binary | 11111101 | 11111101 | 10101000 | 0 | 0 | 100010 | 1 | 111100 | 1100000 | 1010011 |
Color Harmonies of #FDFDA8
Complementary color
Monochromatic Colors of #FDFDA8
Black with #FDFDA8
Text Example
Text Example
White with #FDFDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDA8; }
p { color: rgb(253,253,168); }
H1.HeaderClassName
{
color: #FDFDA8;
}
.AnyTagClassName
{
color: #FDFDA8;
}
</style>
background-color css
<style>
a { background-color: #FDFDA8; }
a { background-color: rgb(253,253,168); }
div.DivClassName
{
background-color: #FDFDA8;
}
.BgClassName
{
background-color: #FDFDA8;
}
</style>
border-color css
<style>
span { border-color: #FDFDA8; }
span { border-color: rgb(253,253,168); }
td.TdClassName
{
border-color: #FDFDA8;
}
.TagClassName
{
border-color: #FDFDA8;
}
</style>