Shades of Shalimar #FDF5A8
Tints of Shalimar #FDF5A8
RGB
CMYK
RGB Variations
Color information
#FDF5A8 (or 0xFDF5A8) is known color: Shalimar. HEX triplet: FD, F5 and A8. RGB value is (253,245,168). Sum of RGB (Red+Green+Blue) = 253+245+168=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 245 (96.09% from 255 or 36.79% from 666); Blue value is 168 (66.02% from 255 or 25.23% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF5A8 is #020A57. Grayscale: #EEEEEE. Windows color (decimal): -133720 or 11073021. OLE color: 11073021.
HSL color Cylindrical-coordinate representation of color #FDF5A8: hue angle of 54.35º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDF5A8 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 168 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.01 |
| HSL | 54.35º | 0.96% | 0.83% | - |
| HSV(B) | 54.35º | 0.34% | 0.99% | - |
| XYZ | 80.23 | 89.01 | 50 | - |
| YUV | 238.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 168 | 0 | 0.03 | 0.34 | 0.01 | 54.35 | 0.96 | 0.83 |
| Hex | FD | F5 | A8 | 0 | 3 | 22 | 1 | 36 | 60 | 53 |
| Octal | 375 | 365 | 250 | 0 | 3 | 42 | 1 | 66 | 140 | 123 |
| Binary | 11111101 | 11110101 | 10101000 | 0 | 11 | 100010 | 1 | 110110 | 1100000 | 1010011 |
Color Harmonies of #FDF5A8
Complementary color
Monochromatic Colors of #FDF5A8
Black with #FDF5A8
Text Example
Text Example
White with #FDF5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5A8; }
p { color: rgb(253,245,168); }
H1.HeaderClassName
{
color: #FDF5A8;
}
.AnyTagClassName
{
color: #FDF5A8;
}
</style>
background-color css
<style>
a { background-color: #FDF5A8; }
a { background-color: rgb(253,245,168); }
div.DivClassName
{
background-color: #FDF5A8;
}
.BgClassName
{
background-color: #FDF5A8;
}
</style>
border-color css
<style>
span { border-color: #FDF5A8; }
span { border-color: rgb(253,245,168); }
td.TdClassName
{
border-color: #FDF5A8;
}
.TagClassName
{
border-color: #FDF5A8;
}
</style>