Shades of Shalimar #FDF6A7
Tints of Shalimar #FDF6A7
RGB
CMYK
RGB Variations
Color information
#FDF6A7 (or 0xFDF6A7) is known color: Shalimar. HEX triplet: FD, F6 and A7. RGB value is (253,246,167). Sum of RGB (Red+Green+Blue) = 253+246+167=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 246 (96.48% from 255 or 36.94% from 666); Blue value is 167 (65.62% from 255 or 25.08% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF6A7 is #020958. Grayscale: #EFEFEF. Windows color (decimal): -133465 or 11007741. OLE color: 11007741.
HSL color Cylindrical-coordinate representation of color #FDF6A7: hue angle of 55.12º 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 #FDF6A7 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 167 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.01 |
| HSL | 55.12º | 0.96% | 0.82% | - |
| HSV(B) | 55.12º | 0.34% | 0.99% | - |
| XYZ | 80.44 | 89.58 | 49.61 | - |
| YUV | 239.09 | 87.32 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 167 | 0 | 0.03 | 0.34 | 0.01 | 55.12 | 0.96 | 0.82 |
| Hex | FD | F6 | A7 | 0 | 3 | 22 | 1 | 37 | 60 | 52 |
| Octal | 375 | 366 | 247 | 0 | 3 | 42 | 1 | 67 | 140 | 122 |
| Binary | 11111101 | 11110110 | 10100111 | 0 | 11 | 100010 | 1 | 110111 | 1100000 | 1010010 |
Color Harmonies of #FDF6A7
Complementary color
Monochromatic Colors of #FDF6A7
Black with #FDF6A7
Text Example
Text Example
White with #FDF6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6A7; }
p { color: rgb(253,246,167); }
H1.HeaderClassName
{
color: #FDF6A7;
}
.AnyTagClassName
{
color: #FDF6A7;
}
</style>
background-color css
<style>
a { background-color: #FDF6A7; }
a { background-color: rgb(253,246,167); }
div.DivClassName
{
background-color: #FDF6A7;
}
.BgClassName
{
background-color: #FDF6A7;
}
</style>
border-color css
<style>
span { border-color: #FDF6A7; }
span { border-color: rgb(253,246,167); }
td.TdClassName
{
border-color: #FDF6A7;
}
.TagClassName
{
border-color: #FDF6A7;
}
</style>