Shades of Shalimar #FDF8AD
Tints of Shalimar #FDF8AD
RGB
CMYK
RGB Variations
Color information
#FDF8AD (or 0xFDF8AD) is known color: Shalimar. HEX triplet: FD, F8 and AD. RGB value is (253,248,173). Sum of RGB (Red+Green+Blue) = 253+248+173=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 173 (67.97% from 255 or 25.67% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF8AD is #020752. Grayscale: #F1F1F1. Windows color (decimal): -132947 or 11401469. OLE color: 11401469.
HSL color Cylindrical-coordinate representation of color #FDF8AD: hue angle of 56.25º 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 #FDF8AD is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 173 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.01 |
| HSL | 56.25º | 0.95% | 0.84% | - |
| HSV(B) | 56.25º | 0.32% | 0.99% | - |
| XYZ | 81.62 | 91.03 | 52.8 | - |
| YUV | 240.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 173 | 0 | 0.02 | 0.32 | 0.01 | 56.25 | 0.95 | 0.84 |
| Hex | FD | F8 | AD | 0 | 2 | 20 | 1 | 38 | 5F | 54 |
| Octal | 375 | 370 | 255 | 0 | 2 | 40 | 1 | 70 | 137 | 124 |
| Binary | 11111101 | 11111000 | 10101101 | 0 | 10 | 100000 | 1 | 111000 | 1011111 | 1010100 |
Color Harmonies of #FDF8AD
Complementary color
Monochromatic Colors of #FDF8AD
Black with #FDF8AD
Text Example
Text Example
White with #FDF8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8AD; }
p { color: rgb(253,248,173); }
H1.HeaderClassName
{
color: #FDF8AD;
}
.AnyTagClassName
{
color: #FDF8AD;
}
</style>
background-color css
<style>
a { background-color: #FDF8AD; }
a { background-color: rgb(253,248,173); }
div.DivClassName
{
background-color: #FDF8AD;
}
.BgClassName
{
background-color: #FDF8AD;
}
</style>
border-color css
<style>
span { border-color: #FDF8AD; }
span { border-color: rgb(253,248,173); }
td.TdClassName
{
border-color: #FDF8AD;
}
.TagClassName
{
border-color: #FDF8AD;
}
</style>