Shades of Shalimar #FEFCB1
Tints of Shalimar #FEFCB1
RGB
CMYK
RGB Variations
Color information
#FEFCB1 (or 0xFEFCB1) is known color: Shalimar. HEX triplet: FE, FC and B1. RGB value is (254,252,177). Sum of RGB (Red+Green+Blue) = 254+252+177=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 177 (69.53% from 255 or 25.92% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFCB1 is #01034E. Grayscale: #F4F4F4. Windows color (decimal): -66383 or 11664638. OLE color: 11664638.
HSL color Cylindrical-coordinate representation of color #FEFCB1: hue angle of 58.44º 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 #FEFCB1 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 177 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.00 |
| HSL | 58.44º | 0.97% | 0.85% | - |
| HSV(B) | 58.44º | 0.3% | 1% | - |
| XYZ | 83.62 | 93.87 | 55.31 | - |
| YUV | 244.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 177 | 0 | 0.01 | 0.30 | 0.00 | 58.44 | 0.97 | 0.85 |
| Hex | FE | FC | B1 | 0 | 1 | 1E | 0 | 3A | 61 | 55 |
| Octal | 376 | 374 | 261 | 0 | 1 | 36 | 0 | 72 | 141 | 125 |
| Binary | 11111110 | 11111100 | 10110001 | 0 | 1 | 11110 | 0 | 111010 | 1100001 | 1010101 |
Color Harmonies of #FEFCB1
Complementary color
Monochromatic Colors of #FEFCB1
Black with #FEFCB1
Text Example
Text Example
White with #FEFCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFCB1; }
p { color: rgb(254,252,177); }
H1.HeaderClassName
{
color: #FEFCB1;
}
.AnyTagClassName
{
color: #FEFCB1;
}
</style>
background-color css
<style>
a { background-color: #FEFCB1; }
a { background-color: rgb(254,252,177); }
div.DivClassName
{
background-color: #FEFCB1;
}
.BgClassName
{
background-color: #FEFCB1;
}
</style>
border-color css
<style>
span { border-color: #FEFCB1; }
span { border-color: rgb(254,252,177); }
td.TdClassName
{
border-color: #FEFCB1;
}
.TagClassName
{
border-color: #FEFCB1;
}
</style>