Shades of Shalimar #FDFFA6
Tints of Shalimar #FDFFA6
RGB
CMYK
RGB Variations
Color information
#FDFFA6 (or 0xFDFFA6) is known color: Shalimar. HEX triplet: FD, FF and A6. RGB value is (253,255,166). Sum of RGB (Red+Green+Blue) = 253+255+166=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 166 (65.23% from 255 or 24.63% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFFA6 is #020059. Grayscale: #F4F4F4. Windows color (decimal): -131162 or 10944509. OLE color: 10944509.
HSL color Cylindrical-coordinate representation of color #FDFFA6: hue angle of 61.35º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDFFA6 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 166 | - |
| CMYK | 0.01 | 0 | 0.35 | 0 |
| HSL | 61.35º | 1% | 0.83% | - |
| HSV(B) | 61.35º | 0.35% | 1% | - |
| XYZ | 83.15 | 95.16 | 50.06 | - |
| YUV | 244.26 | 83.84 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 166 | 0.01 | 0 | 0.35 | 0 | 61.35 | 1 | 0.83 |
| Hex | FD | FF | A6 | 1 | 0 | 23 | 0 | 3D | 64 | 53 |
| Octal | 375 | 377 | 246 | 1 | 0 | 43 | 0 | 75 | 144 | 123 |
| Binary | 11111101 | 11111111 | 10100110 | 1 | 0 | 100011 | 0 | 111101 | 1100100 | 1010011 |
Color Harmonies of #FDFFA6
Complementary color
Monochromatic Colors of #FDFFA6
Black with #FDFFA6
Text Example
Text Example
White with #FDFFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFA6; }
p { color: rgb(253,255,166); }
H1.HeaderClassName
{
color: #FDFFA6;
}
.AnyTagClassName
{
color: #FDFFA6;
}
</style>
background-color css
<style>
a { background-color: #FDFFA6; }
a { background-color: rgb(253,255,166); }
div.DivClassName
{
background-color: #FDFFA6;
}
.BgClassName
{
background-color: #FDFFA6;
}
</style>
border-color css
<style>
span { border-color: #FDFFA6; }
span { border-color: rgb(253,255,166); }
td.TdClassName
{
border-color: #FDFFA6;
}
.TagClassName
{
border-color: #FDFFA6;
}
</style>