Shades of Shalimar #FDFAA6
Tints of Shalimar #FDFAA6
RGB
CMYK
RGB Variations
Color information
#FDFAA6 (or 0xFDFAA6) is known color: Shalimar. HEX triplet: FD, FA and A6. RGB value is (253,250,166). Sum of RGB (Red+Green+Blue) = 253+250+166=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 166 (65.23% from 255 or 24.81% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFAA6 is #020559. Grayscale: #F1F1F1. Windows color (decimal): -132442 or 10943229. OLE color: 10943229.
HSL color Cylindrical-coordinate representation of color #FDFAA6: hue angle of 57.93º 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 #FDFAA6 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 250 | 166 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.01 |
| HSL | 57.93º | 0.96% | 0.82% | - |
| HSV(B) | 57.93º | 0.34% | 0.99% | - |
| XYZ | 81.58 | 92.01 | 49.54 | - |
| YUV | 241.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 250 | 166 | 0 | 0.01 | 0.34 | 0.01 | 57.93 | 0.96 | 0.82 |
| Hex | FD | FA | A6 | 0 | 1 | 22 | 1 | 3A | 60 | 52 |
| Octal | 375 | 372 | 246 | 0 | 1 | 42 | 1 | 72 | 140 | 122 |
| Binary | 11111101 | 11111010 | 10100110 | 0 | 1 | 100010 | 1 | 111010 | 1100000 | 1010010 |
Color Harmonies of #FDFAA6
Complementary color
Monochromatic Colors of #FDFAA6
Black with #FDFAA6
Text Example
Text Example
White with #FDFAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAA6; }
p { color: rgb(253,250,166); }
H1.HeaderClassName
{
color: #FDFAA6;
}
.AnyTagClassName
{
color: #FDFAA6;
}
</style>
background-color css
<style>
a { background-color: #FDFAA6; }
a { background-color: rgb(253,250,166); }
div.DivClassName
{
background-color: #FDFAA6;
}
.BgClassName
{
background-color: #FDFAA6;
}
</style>
border-color css
<style>
span { border-color: #FDFAA6; }
span { border-color: rgb(253,250,166); }
td.TdClassName
{
border-color: #FDFAA6;
}
.TagClassName
{
border-color: #FDFAA6;
}
</style>