Shades of Shalimar #FDFDA6
Tints of Shalimar #FDFDA6
RGB
CMYK
RGB Variations
Color information
#FDFDA6 (or 0xFDFDA6) is known color: Shalimar. HEX triplet: FD, FD and A6. RGB value is (253,253,166). Sum of RGB (Red+Green+Blue) = 253+253+166=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 166 (65.23% from 255 or 24.70% from 672); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFDA6 is #020259. Grayscale: #F3F3F3. Windows color (decimal): -131674 or 10943997. OLE color: 10943997.
HSL color Cylindrical-coordinate representation of color #FDFDA6: hue angle of 60º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDFDA6 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 253 | 166 | - |
| CMYK | 0 | 0 | 0.34 | 0.01 |
| HSL | 60º | 0.96% | 0.82% | - |
| HSV(B) | 60º | 0.34% | 0.99% | - |
| XYZ | 82.52 | 93.89 | 49.85 | - |
| YUV | 243.08 | 84.5 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 253 | 166 | 0 | 0 | 0.34 | 0.01 | 60 | 0.96 | 0.82 |
| Hex | FD | FD | A6 | 0 | 0 | 22 | 1 | 3C | 60 | 52 |
| Octal | 375 | 375 | 246 | 0 | 0 | 42 | 1 | 74 | 140 | 122 |
| Binary | 11111101 | 11111101 | 10100110 | 0 | 0 | 100010 | 1 | 111100 | 1100000 | 1010010 |
Color Harmonies of #FDFDA6
Complementary color
Monochromatic Colors of #FDFDA6
Black with #FDFDA6
Text Example
Text Example
White with #FDFDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDA6; }
p { color: rgb(253,253,166); }
H1.HeaderClassName
{
color: #FDFDA6;
}
.AnyTagClassName
{
color: #FDFDA6;
}
</style>
background-color css
<style>
a { background-color: #FDFDA6; }
a { background-color: rgb(253,253,166); }
div.DivClassName
{
background-color: #FDFDA6;
}
.BgClassName
{
background-color: #FDFDA6;
}
</style>
border-color css
<style>
span { border-color: #FDFDA6; }
span { border-color: rgb(253,253,166); }
td.TdClassName
{
border-color: #FDFDA6;
}
.TagClassName
{
border-color: #FDFDA6;
}
</style>