Shades of Shalimar #FEF8B1
Tints of Shalimar #FEF8B1
RGB
CMYK
RGB Variations
Color information
#FEF8B1 (or 0xFEF8B1) is known color: Shalimar. HEX triplet: FE, F8 and B1. RGB value is (254,248,177). Sum of RGB (Red+Green+Blue) = 254+248+177=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 248 (97.27% from 255 or 36.52% from 679); Blue value is 177 (69.53% from 255 or 26.07% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF8B1 is #01074E. Grayscale: #F1F1F1. Windows color (decimal): -67407 or 11663614. OLE color: 11663614.
HSL color Cylindrical-coordinate representation of color #FEF8B1: hue angle of 55.32º 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 #FEF8B1 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 177 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.00 |
| HSL | 55.32º | 0.97% | 0.85% | - |
| HSV(B) | 55.32º | 0.3% | 1% | - |
| XYZ | 82.38 | 91.38 | 54.89 | - |
| YUV | 241.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 177 | 0 | 0.02 | 0.30 | 0.00 | 55.32 | 0.97 | 0.85 |
| Hex | FE | F8 | B1 | 0 | 2 | 1E | 0 | 37 | 61 | 55 |
| Octal | 376 | 370 | 261 | 0 | 2 | 36 | 0 | 67 | 141 | 125 |
| Binary | 11111110 | 11111000 | 10110001 | 0 | 10 | 11110 | 0 | 110111 | 1100001 | 1010101 |
Color Harmonies of #FEF8B1
Complementary color
Monochromatic Colors of #FEF8B1
Black with #FEF8B1
Text Example
Text Example
White with #FEF8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8B1; }
p { color: rgb(254,248,177); }
H1.HeaderClassName
{
color: #FEF8B1;
}
.AnyTagClassName
{
color: #FEF8B1;
}
</style>
background-color css
<style>
a { background-color: #FEF8B1; }
a { background-color: rgb(254,248,177); }
div.DivClassName
{
background-color: #FEF8B1;
}
.BgClassName
{
background-color: #FEF8B1;
}
</style>
border-color css
<style>
span { border-color: #FEF8B1; }
span { border-color: rgb(254,248,177); }
td.TdClassName
{
border-color: #FEF8B1;
}
.TagClassName
{
border-color: #FEF8B1;
}
</style>