Shades of Shalimar #FEFFB6
Tints of Shalimar #FEFFB6
RGB
CMYK
RGB Variations
Color information
#FEFFB6 (or 0xFEFFB6) is known color: Shalimar. HEX triplet: FE, FF and B6. RGB value is (254,255,182). Sum of RGB (Red+Green+Blue) = 254+255+182=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 182 (71.48% from 255 or 26.34% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFB6 is #010049. Grayscale: #F6F6F6. Windows color (decimal): -65610 or 11993086. OLE color: 11993086.
HSL color Cylindrical-coordinate representation of color #FEFFB6: hue angle of 60.82º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEFFB6 is Cyan = 0.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 182 | - |
| CMYK | 0.00 | 0 | 0.29 | 0 |
| HSL | 60.82º | 1% | 0.86% | - |
| HSV(B) | 60.82º | 0.29% | 1% | - |
| XYZ | 85.08 | 95.97 | 58.3 | - |
| YUV | 246.38 | 91.67 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 182 | 0.00 | 0 | 0.29 | 0 | 60.82 | 1 | 0.86 |
| Hex | FE | FF | B6 | 0 | 0 | 1D | 0 | 3D | 64 | 56 |
| Octal | 376 | 377 | 266 | 0 | 0 | 35 | 0 | 75 | 144 | 126 |
| Binary | 11111110 | 11111111 | 10110110 | 0 | 0 | 11101 | 0 | 111101 | 1100100 | 1010110 |
Color Harmonies of #FEFFB6
Complementary color
Monochromatic Colors of #FEFFB6
Black with #FEFFB6
Text Example
Text Example
White with #FEFFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFB6; }
p { color: rgb(254,255,182); }
H1.HeaderClassName
{
color: #FEFFB6;
}
.AnyTagClassName
{
color: #FEFFB6;
}
</style>
background-color css
<style>
a { background-color: #FEFFB6; }
a { background-color: rgb(254,255,182); }
div.DivClassName
{
background-color: #FEFFB6;
}
.BgClassName
{
background-color: #FEFFB6;
}
</style>
border-color css
<style>
span { border-color: #FEFFB6; }
span { border-color: rgb(254,255,182); }
td.TdClassName
{
border-color: #FEFFB6;
}
.TagClassName
{
border-color: #FEFFB6;
}
</style>