Shades of Shalimar #FDF9AD
Tints of Shalimar #FDF9AD
RGB
CMYK
RGB Variations
Color information
#FDF9AD (or 0xFDF9AD) is known color: Shalimar. HEX triplet: FD, F9 and AD. RGB value is (253,249,173). Sum of RGB (Red+Green+Blue) = 253+249+173=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 173 (67.97% from 255 or 25.63% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF9AD is #020652. Grayscale: #F1F1F1. Windows color (decimal): -132691 or 11401725. OLE color: 11401725.
HSL color Cylindrical-coordinate representation of color #FDF9AD: hue angle of 57º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDF9AD is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 173 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.01 |
| HSL | 57º | 0.95% | 0.84% | - |
| HSV(B) | 57º | 0.32% | 0.99% | - |
| XYZ | 81.93 | 91.65 | 52.91 | - |
| YUV | 241.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 173 | 0 | 0.02 | 0.32 | 0.01 | 57 | 0.95 | 0.84 |
| Hex | FD | F9 | AD | 0 | 2 | 20 | 1 | 39 | 5F | 54 |
| Octal | 375 | 371 | 255 | 0 | 2 | 40 | 1 | 71 | 137 | 124 |
| Binary | 11111101 | 11111001 | 10101101 | 0 | 10 | 100000 | 1 | 111001 | 1011111 | 1010100 |
Color Harmonies of #FDF9AD
Complementary color
Monochromatic Colors of #FDF9AD
Black with #FDF9AD
Text Example
Text Example
White with #FDF9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9AD; }
p { color: rgb(253,249,173); }
H1.HeaderClassName
{
color: #FDF9AD;
}
.AnyTagClassName
{
color: #FDF9AD;
}
</style>
background-color css
<style>
a { background-color: #FDF9AD; }
a { background-color: rgb(253,249,173); }
div.DivClassName
{
background-color: #FDF9AD;
}
.BgClassName
{
background-color: #FDF9AD;
}
</style>
border-color css
<style>
span { border-color: #FDF9AD; }
span { border-color: rgb(253,249,173); }
td.TdClassName
{
border-color: #FDF9AD;
}
.TagClassName
{
border-color: #FDF9AD;
}
</style>