Shades of Shalimar #FDF9A6
Tints of Shalimar #FDF9A6
RGB
CMYK
RGB Variations
Color information
#FDF9A6 (or 0xFDF9A6) is known color: Shalimar. HEX triplet: FD, F9 and A6. RGB value is (253,249,166). Sum of RGB (Red+Green+Blue) = 253+249+166=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 249 (97.66% from 255 or 37.28% from 668); Blue value is 166 (65.23% from 255 or 24.85% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF9A6 is #020659. Grayscale: #F1F1F1. Windows color (decimal): -132698 or 10942973. OLE color: 10942973.
HSL color Cylindrical-coordinate representation of color #FDF9A6: hue angle of 57.24º 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 #FDF9A6 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 166 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.01 |
| HSL | 57.24º | 0.96% | 0.82% | - |
| HSV(B) | 57.24º | 0.34% | 0.99% | - |
| XYZ | 81.27 | 91.39 | 49.43 | - |
| YUV | 240.73 | 85.83 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 166 | 0 | 0.02 | 0.34 | 0.01 | 57.24 | 0.96 | 0.82 |
| Hex | FD | F9 | A6 | 0 | 2 | 22 | 1 | 39 | 60 | 52 |
| Octal | 375 | 371 | 246 | 0 | 2 | 42 | 1 | 71 | 140 | 122 |
| Binary | 11111101 | 11111001 | 10100110 | 0 | 10 | 100010 | 1 | 111001 | 1100000 | 1010010 |
Color Harmonies of #FDF9A6
Complementary color
Monochromatic Colors of #FDF9A6
Black with #FDF9A6
Text Example
Text Example
White with #FDF9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9A6; }
p { color: rgb(253,249,166); }
H1.HeaderClassName
{
color: #FDF9A6;
}
.AnyTagClassName
{
color: #FDF9A6;
}
</style>
background-color css
<style>
a { background-color: #FDF9A6; }
a { background-color: rgb(253,249,166); }
div.DivClassName
{
background-color: #FDF9A6;
}
.BgClassName
{
background-color: #FDF9A6;
}
</style>
border-color css
<style>
span { border-color: #FDF9A6; }
span { border-color: rgb(253,249,166); }
td.TdClassName
{
border-color: #FDF9A6;
}
.TagClassName
{
border-color: #FDF9A6;
}
</style>