Shades of Shalimar #FDF5B0
Tints of Shalimar #FDF5B0
RGB
CMYK
RGB Variations
Color information
#FDF5B0 (or 0xFDF5B0) is known color: Shalimar. HEX triplet: FD, F5 and B0. RGB value is (253,245,176). Sum of RGB (Red+Green+Blue) = 253+245+176=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 245 (96.09% from 255 or 36.35% from 674); Blue value is 176 (69.14% from 255 or 26.11% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF5B0 is #020A4F. Grayscale: #EFEFEF. Windows color (decimal): -133712 or 11597309. OLE color: 11597309.
HSL color Cylindrical-coordinate representation of color #FDF5B0: hue angle of 53.77º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDF5B0 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 176 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.01 |
| HSL | 53.77º | 0.95% | 0.84% | - |
| HSV(B) | 53.77º | 0.3% | 0.99% | - |
| XYZ | 81 | 89.32 | 54.05 | - |
| YUV | 239.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 176 | 0 | 0.03 | 0.30 | 0.01 | 53.77 | 0.95 | 0.84 |
| Hex | FD | F5 | B0 | 0 | 3 | 1E | 1 | 36 | 5F | 54 |
| Octal | 375 | 365 | 260 | 0 | 3 | 36 | 1 | 66 | 137 | 124 |
| Binary | 11111101 | 11110101 | 10110000 | 0 | 11 | 11110 | 1 | 110110 | 1011111 | 1010100 |
Color Harmonies of #FDF5B0
Complementary color
Monochromatic Colors of #FDF5B0
Black with #FDF5B0
Text Example
Text Example
White with #FDF5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5B0; }
p { color: rgb(253,245,176); }
H1.HeaderClassName
{
color: #FDF5B0;
}
.AnyTagClassName
{
color: #FDF5B0;
}
</style>
background-color css
<style>
a { background-color: #FDF5B0; }
a { background-color: rgb(253,245,176); }
div.DivClassName
{
background-color: #FDF5B0;
}
.BgClassName
{
background-color: #FDF5B0;
}
</style>
border-color css
<style>
span { border-color: #FDF5B0; }
span { border-color: rgb(253,245,176); }
td.TdClassName
{
border-color: #FDF5B0;
}
.TagClassName
{
border-color: #FDF5B0;
}
</style>