Shades of Shalimar #FEFFB4
Tints of Shalimar #FEFFB4
RGB
CMYK
RGB Variations
Color information
#FEFFB4 (or 0xFEFFB4) is known color: Shalimar. HEX triplet: FE, FF and B4. RGB value is (254,255,180). Sum of RGB (Red+Green+Blue) = 254+255+180=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 180 (70.70% from 255 or 26.12% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFB4 is #01004B. Grayscale: #F6F6F6. Windows color (decimal): -65612 or 11862014. OLE color: 11862014.
HSL color Cylindrical-coordinate representation of color #FEFFB4: hue angle of 60.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEFFB4 is Cyan = 0.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 180 | - |
| CMYK | 0.00 | 0 | 0.29 | 0 |
| HSL | 60.8º | 1% | 0.85% | - |
| HSV(B) | 60.8º | 0.29% | 1% | - |
| XYZ | 84.87 | 95.89 | 57.21 | - |
| YUV | 246.15 | 90.67 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 180 | 0.00 | 0 | 0.29 | 0 | 60.8 | 1 | 0.85 |
| Hex | FE | FF | B4 | 0 | 0 | 1D | 0 | 3D | 64 | 55 |
| Octal | 376 | 377 | 264 | 0 | 0 | 35 | 0 | 75 | 144 | 125 |
| Binary | 11111110 | 11111111 | 10110100 | 0 | 0 | 11101 | 0 | 111101 | 1100100 | 1010101 |
Color Harmonies of #FEFFB4
Complementary color
Monochromatic Colors of #FEFFB4
Black with #FEFFB4
Text Example
Text Example
White with #FEFFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFB4; }
p { color: rgb(254,255,180); }
H1.HeaderClassName
{
color: #FEFFB4;
}
.AnyTagClassName
{
color: #FEFFB4;
}
</style>
background-color css
<style>
a { background-color: #FEFFB4; }
a { background-color: rgb(254,255,180); }
div.DivClassName
{
background-color: #FEFFB4;
}
.BgClassName
{
background-color: #FEFFB4;
}
</style>
border-color css
<style>
span { border-color: #FEFFB4; }
span { border-color: rgb(254,255,180); }
td.TdClassName
{
border-color: #FEFFB4;
}
.TagClassName
{
border-color: #FEFFB4;
}
</style>