Shades of Shalimar #FDF7B1
Tints of Shalimar #FDF7B1
RGB
CMYK
RGB Variations
Color information
#FDF7B1 (or 0xFDF7B1) is known color: Shalimar. HEX triplet: FD, F7 and B1. RGB value is (253,247,177). Sum of RGB (Red+Green+Blue) = 253+247+177=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 247 (96.88% from 255 or 36.48% from 677); Blue value is 177 (69.53% from 255 or 26.14% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF7B1 is #02084E. Grayscale: #F1F1F1. Windows color (decimal): -133199 or 11663357. OLE color: 11663357.
HSL color Cylindrical-coordinate representation of color #FDF7B1: hue angle of 55.26º 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 #FDF7B1 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 177 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.01 |
| HSL | 55.26º | 0.95% | 0.84% | - |
| HSV(B) | 55.26º | 0.3% | 0.99% | - |
| XYZ | 81.7 | 90.58 | 54.77 | - |
| YUV | 240.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 177 | 0 | 0.02 | 0.30 | 0.01 | 55.26 | 0.95 | 0.84 |
| Hex | FD | F7 | B1 | 0 | 2 | 1E | 1 | 37 | 5F | 54 |
| Octal | 375 | 367 | 261 | 0 | 2 | 36 | 1 | 67 | 137 | 124 |
| Binary | 11111101 | 11110111 | 10110001 | 0 | 10 | 11110 | 1 | 110111 | 1011111 | 1010100 |
Color Harmonies of #FDF7B1
Complementary color
Monochromatic Colors of #FDF7B1
Black with #FDF7B1
Text Example
Text Example
White with #FDF7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7B1; }
p { color: rgb(253,247,177); }
H1.HeaderClassName
{
color: #FDF7B1;
}
.AnyTagClassName
{
color: #FDF7B1;
}
</style>
background-color css
<style>
a { background-color: #FDF7B1; }
a { background-color: rgb(253,247,177); }
div.DivClassName
{
background-color: #FDF7B1;
}
.BgClassName
{
background-color: #FDF7B1;
}
</style>
border-color css
<style>
span { border-color: #FDF7B1; }
span { border-color: rgb(253,247,177); }
td.TdClassName
{
border-color: #FDF7B1;
}
.TagClassName
{
border-color: #FDF7B1;
}
</style>