Shades of Shalimar #FDFEB1
Tints of Shalimar #FDFEB1
RGB
CMYK
RGB Variations
Color information
#FDFEB1 (or 0xFDFEB1) is known color: Shalimar. HEX triplet: FD, FE and B1. RGB value is (253,254,177). Sum of RGB (Red+Green+Blue) = 253+254+177=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 177 (69.53% from 255 or 25.88% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFEB1 is #02014E. Grayscale: #F5F5F5. Windows color (decimal): -131407 or 11665149. OLE color: 11665149.
HSL color Cylindrical-coordinate representation of color #FDFEB1: hue angle of 60.78º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDFEB1 is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 177 | - |
| CMYK | 0.00 | 0 | 0.30 | 0.00 |
| HSL | 60.78º | 0.97% | 0.85% | - |
| HSV(B) | 60.78º | 0.3% | 1% | - |
| XYZ | 83.89 | 94.94 | 55.5 | - |
| YUV | 244.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 177 | 0.00 | 0 | 0.30 | 0.00 | 60.78 | 0.97 | 0.85 |
| Hex | FD | FE | B1 | 0 | 0 | 1E | 0 | 3D | 61 | 55 |
| Octal | 375 | 376 | 261 | 0 | 0 | 36 | 0 | 75 | 141 | 125 |
| Binary | 11111101 | 11111110 | 10110001 | 0 | 0 | 11110 | 0 | 111101 | 1100001 | 1010101 |
Color Harmonies of #FDFEB1
Complementary color
Monochromatic Colors of #FDFEB1
Black with #FDFEB1
Text Example
Text Example
White with #FDFEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEB1; }
p { color: rgb(253,254,177); }
H1.HeaderClassName
{
color: #FDFEB1;
}
.AnyTagClassName
{
color: #FDFEB1;
}
</style>
background-color css
<style>
a { background-color: #FDFEB1; }
a { background-color: rgb(253,254,177); }
div.DivClassName
{
background-color: #FDFEB1;
}
.BgClassName
{
background-color: #FDFEB1;
}
</style>
border-color css
<style>
span { border-color: #FDFEB1; }
span { border-color: rgb(253,254,177); }
td.TdClassName
{
border-color: #FDFEB1;
}
.TagClassName
{
border-color: #FDFEB1;
}
</style>