Shades of Shalimar #FEF5B1
Tints of Shalimar #FEF5B1
RGB
CMYK
RGB Variations
Color information
#FEF5B1 (or 0xFEF5B1) is known color: Shalimar. HEX triplet: FE, F5 and B1. RGB value is (254,245,177). Sum of RGB (Red+Green+Blue) = 254+245+177=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 245 (96.09% from 255 or 36.24% from 676); Blue value is 177 (69.53% from 255 or 26.18% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF5B1 is #010A4E. Grayscale: #F0F0F0. Windows color (decimal): -68175 or 11662846. OLE color: 11662846.
HSL color Cylindrical-coordinate representation of color #FEF5B1: hue angle of 52.99º 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 #FEF5B1 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 177 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.00 |
| HSL | 52.99º | 0.97% | 0.85% | - |
| HSV(B) | 52.99º | 0.3% | 1% | - |
| XYZ | 81.46 | 89.55 | 54.59 | - |
| YUV | 239.94 | 92.48 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 177 | 0 | 0.04 | 0.30 | 0.00 | 52.99 | 0.97 | 0.85 |
| Hex | FE | F5 | B1 | 0 | 4 | 1E | 0 | 35 | 61 | 55 |
| Octal | 376 | 365 | 261 | 0 | 4 | 36 | 0 | 65 | 141 | 125 |
| Binary | 11111110 | 11110101 | 10110001 | 0 | 100 | 11110 | 0 | 110101 | 1100001 | 1010101 |
Color Harmonies of #FEF5B1
Complementary color
Monochromatic Colors of #FEF5B1
Black with #FEF5B1
Text Example
Text Example
White with #FEF5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5B1; }
p { color: rgb(254,245,177); }
H1.HeaderClassName
{
color: #FEF5B1;
}
.AnyTagClassName
{
color: #FEF5B1;
}
</style>
background-color css
<style>
a { background-color: #FEF5B1; }
a { background-color: rgb(254,245,177); }
div.DivClassName
{
background-color: #FEF5B1;
}
.BgClassName
{
background-color: #FEF5B1;
}
</style>
border-color css
<style>
span { border-color: #FEF5B1; }
span { border-color: rgb(254,245,177); }
td.TdClassName
{
border-color: #FEF5B1;
}
.TagClassName
{
border-color: #FEF5B1;
}
</style>