Shades of Shalimar #FEFDB5
Tints of Shalimar #FEFDB5
RGB
CMYK
RGB Variations
Color information
#FEFDB5 (or 0xFEFDB5) is known color: Shalimar. HEX triplet: FE, FD and B5. RGB value is (254,253,181). Sum of RGB (Red+Green+Blue) = 254+253+181=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 181 (71.09% from 255 or 26.31% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDB5 is #01024A. Grayscale: #F5F5F5. Windows color (decimal): -66123 or 11927038. OLE color: 11927038.
HSL color Cylindrical-coordinate representation of color #FEFDB5: hue angle of 59.18º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEFDB5 is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 253 | 181 | - |
CMYK | 0 | 0.00 | 0.29 | 0.00 |
HSL | 59.18º | 0.97% | 0.85% | - |
HSV(B) | 59.18º | 0.29% | 1% | - |
XYZ | 84.34 | 94.66 | 57.54 | - |
YUV | 245.09 | 91.83 | 134.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 253 | 181 | 0 | 0.00 | 0.29 | 0.00 | 59.18 | 0.97 | 0.85 |
Hex | FE | FD | B5 | 0 | 0 | 1D | 0 | 3B | 61 | 55 |
Octal | 376 | 375 | 265 | 0 | 0 | 35 | 0 | 73 | 141 | 125 |
Binary | 11111110 | 11111101 | 10110101 | 0 | 0 | 11101 | 0 | 111011 | 1100001 | 1010101 |
Color Harmonies of #FEFDB5
Complementary color
Monochromatic Colors of #FEFDB5
Black with #FEFDB5
Text Example
Text Example
White with #FEFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDB5; }
p { color: rgb(254,253,181); }
H1.HeaderClassName
{
color: #FEFDB5;
}
.AnyTagClassName
{
color: #FEFDB5;
}
</style>
background-color css
<style>
a { background-color: #FEFDB5; }
a { background-color: rgb(254,253,181); }
div.DivClassName
{
background-color: #FEFDB5;
}
.BgClassName
{
background-color: #FEFDB5;
}
</style>
border-color css
<style>
span { border-color: #FEFDB5; }
span { border-color: rgb(254,253,181); }
td.TdClassName
{
border-color: #FEFDB5;
}
.TagClassName
{
border-color: #FEFDB5;
}
</style>