Shades of Shalimar #FEFFB0
Tints of Shalimar #FEFFB0
RGB
CMYK
RGB Variations
Color information
#FEFFB0 (or 0xFEFFB0) is known color: Shalimar. HEX triplet: FE, FF and B0. RGB value is (254,255,176). Sum of RGB (Red+Green+Blue) = 254+255+176=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 176 (69.14% from 255 or 25.69% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFFB0 is #01004F. Grayscale: #F6F6F6. Windows color (decimal): -65616 or 11599870. OLE color: 11599870.
HSL color Cylindrical-coordinate representation of color #FEFFB0: hue angle of 60.76º 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 #FEFFB0 is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 176 | - |
| CMYK | 0.00 | 0 | 0.31 | 0 |
| HSL | 60.76º | 1% | 0.85% | - |
| HSV(B) | 60.76º | 0.31% | 1% | - |
| XYZ | 84.47 | 95.73 | 55.1 | - |
| YUV | 245.7 | 88.67 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 176 | 0.00 | 0 | 0.31 | 0 | 60.76 | 1 | 0.85 |
| Hex | FE | FF | B0 | 0 | 0 | 1F | 0 | 3D | 64 | 55 |
| Octal | 376 | 377 | 260 | 0 | 0 | 37 | 0 | 75 | 144 | 125 |
| Binary | 11111110 | 11111111 | 10110000 | 0 | 0 | 11111 | 0 | 111101 | 1100100 | 1010101 |
Color Harmonies of #FEFFB0
Complementary color
Monochromatic Colors of #FEFFB0
Black with #FEFFB0
Text Example
Text Example
White with #FEFFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFB0; }
p { color: rgb(254,255,176); }
H1.HeaderClassName
{
color: #FEFFB0;
}
.AnyTagClassName
{
color: #FEFFB0;
}
</style>
background-color css
<style>
a { background-color: #FEFFB0; }
a { background-color: rgb(254,255,176); }
div.DivClassName
{
background-color: #FEFFB0;
}
.BgClassName
{
background-color: #FEFFB0;
}
</style>
border-color css
<style>
span { border-color: #FEFFB0; }
span { border-color: rgb(254,255,176); }
td.TdClassName
{
border-color: #FEFFB0;
}
.TagClassName
{
border-color: #FEFFB0;
}
</style>