Shades of Shalimar #FEFEB1
Tints of Shalimar #FEFEB1
RGB
CMYK
RGB Variations
Color information
#FEFEB1 (or 0xFEFEB1) is known color: Shalimar. HEX triplet: FE, FE and B1. RGB value is (254,254,177). Sum of RGB (Red+Green+Blue) = 254+254+177=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 177 (69.53% from 255 or 25.84% from 685); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFEB1 is #01014E. Grayscale: #F5F5F5. Windows color (decimal): -65871 or 11665150. OLE color: 11665150.
HSL color Cylindrical-coordinate representation of color #FEFEB1: hue angle of 60º 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 #FEFEB1 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 177 | - |
| CMYK | 0 | 0 | 0.30 | 0.00 |
| HSL | 60º | 0.97% | 0.85% | - |
| HSV(B) | 60º | 0.3% | 1% | - |
| XYZ | 84.25 | 95.13 | 55.52 | - |
| YUV | 245.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 177 | 0 | 0 | 0.30 | 0.00 | 60 | 0.97 | 0.85 |
| Hex | FE | FE | B1 | 0 | 0 | 1E | 0 | 3C | 61 | 55 |
| Octal | 376 | 376 | 261 | 0 | 0 | 36 | 0 | 74 | 141 | 125 |
| Binary | 11111110 | 11111110 | 10110001 | 0 | 0 | 11110 | 0 | 111100 | 1100001 | 1010101 |
Color Harmonies of #FEFEB1
Complementary color
Monochromatic Colors of #FEFEB1
Black with #FEFEB1
Text Example
Text Example
White with #FEFEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFEB1; }
p { color: rgb(254,254,177); }
H1.HeaderClassName
{
color: #FEFEB1;
}
.AnyTagClassName
{
color: #FEFEB1;
}
</style>
background-color css
<style>
a { background-color: #FEFEB1; }
a { background-color: rgb(254,254,177); }
div.DivClassName
{
background-color: #FEFEB1;
}
.BgClassName
{
background-color: #FEFEB1;
}
</style>
border-color css
<style>
span { border-color: #FEFEB1; }
span { border-color: rgb(254,254,177); }
td.TdClassName
{
border-color: #FEFEB1;
}
.TagClassName
{
border-color: #FEFEB1;
}
</style>