Shades of Shalimar #FDF2B0
Tints of Shalimar #FDF2B0
RGB
CMYK
RGB Variations
Color information
#FDF2B0 (or 0xFDF2B0) is known color: Shalimar. HEX triplet: FD, F2 and B0. RGB value is (253,242,176). Sum of RGB (Red+Green+Blue) = 253+242+176=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 176 (69.14% from 255 or 26.23% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF2B0 is #020D4F. Grayscale: #EEEEEE. Windows color (decimal): -134480 or 11596541. OLE color: 11596541.
HSL color Cylindrical-coordinate representation of color #FDF2B0: hue angle of 51.43º 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 #FDF2B0 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 176 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.01 |
| HSL | 51.43º | 0.95% | 0.84% | - |
| HSV(B) | 51.43º | 0.3% | 0.99% | - |
| XYZ | 80.1 | 87.52 | 53.75 | - |
| YUV | 237.77 | 93.14 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 176 | 0 | 0.04 | 0.30 | 0.01 | 51.43 | 0.95 | 0.84 |
| Hex | FD | F2 | B0 | 0 | 4 | 1E | 1 | 33 | 5F | 54 |
| Octal | 375 | 362 | 260 | 0 | 4 | 36 | 1 | 63 | 137 | 124 |
| Binary | 11111101 | 11110010 | 10110000 | 0 | 100 | 11110 | 1 | 110011 | 1011111 | 1010100 |
Color Harmonies of #FDF2B0
Complementary color
Monochromatic Colors of #FDF2B0
Black with #FDF2B0
Text Example
Text Example
White with #FDF2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF2B0; }
p { color: rgb(253,242,176); }
H1.HeaderClassName
{
color: #FDF2B0;
}
.AnyTagClassName
{
color: #FDF2B0;
}
</style>
background-color css
<style>
a { background-color: #FDF2B0; }
a { background-color: rgb(253,242,176); }
div.DivClassName
{
background-color: #FDF2B0;
}
.BgClassName
{
background-color: #FDF2B0;
}
</style>
border-color css
<style>
span { border-color: #FDF2B0; }
span { border-color: rgb(253,242,176); }
td.TdClassName
{
border-color: #FDF2B0;
}
.TagClassName
{
border-color: #FDF2B0;
}
</style>