Shades of Shalimar #FEFDB0
Tints of Shalimar #FEFDB0
RGB
CMYK
RGB Variations
Color information
#FEFDB0 (or 0xFEFDB0) is known color: Shalimar. HEX triplet: FE, FD and B0. RGB value is (254,253,176). Sum of RGB (Red+Green+Blue) = 254+253+176=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 176 (69.14% from 255 or 25.77% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFDB0 is #01024F. Grayscale: #F4F4F4. Windows color (decimal): -66128 or 11599358. OLE color: 11599358.
HSL color Cylindrical-coordinate representation of color #FEFDB0: hue angle of 59.23º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEFDB0 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 176 | - |
| CMYK | 0 | 0.00 | 0.31 | 0.00 |
| HSL | 59.23º | 0.98% | 0.84% | - |
| HSV(B) | 59.23º | 0.31% | 1% | - |
| XYZ | 83.83 | 94.46 | 54.89 | - |
| YUV | 244.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 176 | 0 | 0.00 | 0.31 | 0.00 | 59.23 | 0.98 | 0.84 |
| Hex | FE | FD | B0 | 0 | 0 | 1F | 0 | 3B | 62 | 54 |
| Octal | 376 | 375 | 260 | 0 | 0 | 37 | 0 | 73 | 142 | 124 |
| Binary | 11111110 | 11111101 | 10110000 | 0 | 0 | 11111 | 0 | 111011 | 1100010 | 1010100 |
Color Harmonies of #FEFDB0
Complementary color
Monochromatic Colors of #FEFDB0
Black with #FEFDB0
Text Example
Text Example
White with #FEFDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDB0; }
p { color: rgb(254,253,176); }
H1.HeaderClassName
{
color: #FEFDB0;
}
.AnyTagClassName
{
color: #FEFDB0;
}
</style>
background-color css
<style>
a { background-color: #FEFDB0; }
a { background-color: rgb(254,253,176); }
div.DivClassName
{
background-color: #FEFDB0;
}
.BgClassName
{
background-color: #FEFDB0;
}
</style>
border-color css
<style>
span { border-color: #FEFDB0; }
span { border-color: rgb(254,253,176); }
td.TdClassName
{
border-color: #FEFDB0;
}
.TagClassName
{
border-color: #FEFDB0;
}
</style>