Shades of Shalimar #FEFFB1
Tints of Shalimar #FEFFB1
RGB
CMYK
RGB Variations
Color information
#FEFFB1 (or 0xFEFFB1) is known color: Shalimar. HEX triplet: FE, FF and B1. RGB value is (254,255,177). Sum of RGB (Red+Green+Blue) = 254+255+177=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 177 (69.53% from 255 or 25.80% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFFB1 is #01004E. Grayscale: #F6F6F6. Windows color (decimal): -65615 or 11665406. OLE color: 11665406.
HSL color Cylindrical-coordinate representation of color #FEFFB1: hue angle of 60.77º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEFFB1 is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 177 | - |
| CMYK | 0.00 | 0 | 0.31 | 0 |
| HSL | 60.77º | 1% | 0.85% | - |
| HSV(B) | 60.77º | 0.31% | 1% | - |
| XYZ | 84.57 | 95.77 | 55.62 | - |
| YUV | 245.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 177 | 0.00 | 0 | 0.31 | 0 | 60.77 | 1 | 0.85 |
| Hex | FE | FF | B1 | 0 | 0 | 1F | 0 | 3D | 64 | 55 |
| Octal | 376 | 377 | 261 | 0 | 0 | 37 | 0 | 75 | 144 | 125 |
| Binary | 11111110 | 11111111 | 10110001 | 0 | 0 | 11111 | 0 | 111101 | 1100100 | 1010101 |
Color Harmonies of #FEFFB1
Complementary color
Monochromatic Colors of #FEFFB1
Black with #FEFFB1
Text Example
Text Example
White with #FEFFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFB1; }
p { color: rgb(254,255,177); }
H1.HeaderClassName
{
color: #FEFFB1;
}
.AnyTagClassName
{
color: #FEFFB1;
}
</style>
background-color css
<style>
a { background-color: #FEFFB1; }
a { background-color: rgb(254,255,177); }
div.DivClassName
{
background-color: #FEFFB1;
}
.BgClassName
{
background-color: #FEFFB1;
}
</style>
border-color css
<style>
span { border-color: #FEFFB1; }
span { border-color: rgb(254,255,177); }
td.TdClassName
{
border-color: #FEFFB1;
}
.TagClassName
{
border-color: #FEFFB1;
}
</style>