Shades of Shalimar #FEFEB2
Tints of Shalimar #FEFEB2
RGB
CMYK
RGB Variations
Color information
#FEFEB2 (or 0xFEFEB2) is known color: Shalimar. HEX triplet: FE, FE and B2. RGB value is (254,254,178). Sum of RGB (Red+Green+Blue) = 254+254+178=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 178 (69.92% from 255 or 25.95% from 686); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFEB2 is #01014D. Grayscale: #F5F5F5. Windows color (decimal): -65870 or 11730686. OLE color: 11730686.
HSL color Cylindrical-coordinate representation of color #FEFEB2: 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 #FEFEB2 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 178 | - |
| CMYK | 0 | 0 | 0.30 | 0.00 |
| HSL | 60º | 0.97% | 0.85% | - |
| HSV(B) | 60º | 0.3% | 1% | - |
| XYZ | 84.35 | 95.17 | 56.04 | - |
| YUV | 245.34 | 90 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 178 | 0 | 0 | 0.30 | 0.00 | 60 | 0.97 | 0.85 |
| Hex | FE | FE | B2 | 0 | 0 | 1E | 0 | 3C | 61 | 55 |
| Octal | 376 | 376 | 262 | 0 | 0 | 36 | 0 | 74 | 141 | 125 |
| Binary | 11111110 | 11111110 | 10110010 | 0 | 0 | 11110 | 0 | 111100 | 1100001 | 1010101 |
Color Harmonies of #FEFEB2
Complementary color
Monochromatic Colors of #FEFEB2
Black with #FEFEB2
Text Example
Text Example
White with #FEFEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFEB2; }
p { color: rgb(254,254,178); }
H1.HeaderClassName
{
color: #FEFEB2;
}
.AnyTagClassName
{
color: #FEFEB2;
}
</style>
background-color css
<style>
a { background-color: #FEFEB2; }
a { background-color: rgb(254,254,178); }
div.DivClassName
{
background-color: #FEFEB2;
}
.BgClassName
{
background-color: #FEFEB2;
}
</style>
border-color css
<style>
span { border-color: #FEFEB2; }
span { border-color: rgb(254,254,178); }
td.TdClassName
{
border-color: #FEFEB2;
}
.TagClassName
{
border-color: #FEFEB2;
}
</style>