Shades of Shalimar #FDF5A6
Tints of Shalimar #FDF5A6
RGB
CMYK
RGB Variations
Color information
#FDF5A6 (or 0xFDF5A6) is known color: Shalimar. HEX triplet: FD, F5 and A6. RGB value is (253,245,166). Sum of RGB (Red+Green+Blue) = 253+245+166=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 245 (96.09% from 255 or 36.90% from 664); Blue value is 166 (65.23% from 255 or 25% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF5A6 is #020A59. Grayscale: #EEEEEE. Windows color (decimal): -133722 or 10941949. OLE color: 10941949.
HSL color Cylindrical-coordinate representation of color #FDF5A6: hue angle of 54.48º 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 #FDF5A6 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 166 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.01 |
| HSL | 54.48º | 0.96% | 0.82% | - |
| HSV(B) | 54.48º | 0.34% | 0.99% | - |
| XYZ | 80.04 | 88.94 | 49.02 | - |
| YUV | 238.39 | 87.15 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 166 | 0 | 0.03 | 0.34 | 0.01 | 54.48 | 0.96 | 0.82 |
| Hex | FD | F5 | A6 | 0 | 3 | 22 | 1 | 36 | 60 | 52 |
| Octal | 375 | 365 | 246 | 0 | 3 | 42 | 1 | 66 | 140 | 122 |
| Binary | 11111101 | 11110101 | 10100110 | 0 | 11 | 100010 | 1 | 110110 | 1100000 | 1010010 |
Color Harmonies of #FDF5A6
Complementary color
Monochromatic Colors of #FDF5A6
Black with #FDF5A6
Text Example
Text Example
White with #FDF5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5A6; }
p { color: rgb(253,245,166); }
H1.HeaderClassName
{
color: #FDF5A6;
}
.AnyTagClassName
{
color: #FDF5A6;
}
</style>
background-color css
<style>
a { background-color: #FDF5A6; }
a { background-color: rgb(253,245,166); }
div.DivClassName
{
background-color: #FDF5A6;
}
.BgClassName
{
background-color: #FDF5A6;
}
</style>
border-color css
<style>
span { border-color: #FDF5A6; }
span { border-color: rgb(253,245,166); }
td.TdClassName
{
border-color: #FDF5A6;
}
.TagClassName
{
border-color: #FDF5A6;
}
</style>