Shades of Shalimar #FEFFA6
Tints of Shalimar #FEFFA6
RGB
CMYK
RGB Variations
Color information
#FEFFA6 (or 0xFEFFA6) is known color: Shalimar. HEX triplet: FE, FF and A6. RGB value is (254,255,166). Sum of RGB (Red+Green+Blue) = 254+255+166=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 166 (65.23% from 255 or 24.59% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFFA6 is #010059. Grayscale: #F4F4F4. Windows color (decimal): -65626 or 10944510. OLE color: 10944510.
HSL color Cylindrical-coordinate representation of color #FEFFA6: hue angle of 60.67º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEFFA6 is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 166 | - |
| CMYK | 0.00 | 0 | 0.35 | 0 |
| HSL | 60.67º | 1% | 0.83% | - |
| HSV(B) | 60.67º | 0.35% | 1% | - |
| XYZ | 83.52 | 95.34 | 50.08 | - |
| YUV | 244.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 166 | 0.00 | 0 | 0.35 | 0 | 60.67 | 1 | 0.83 |
| Hex | FE | FF | A6 | 0 | 0 | 23 | 0 | 3D | 64 | 53 |
| Octal | 376 | 377 | 246 | 0 | 0 | 43 | 0 | 75 | 144 | 123 |
| Binary | 11111110 | 11111111 | 10100110 | 0 | 0 | 100011 | 0 | 111101 | 1100100 | 1010011 |
Color Harmonies of #FEFFA6
Complementary color
Monochromatic Colors of #FEFFA6
Black with #FEFFA6
Text Example
Text Example
White with #FEFFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFA6; }
p { color: rgb(254,255,166); }
H1.HeaderClassName
{
color: #FEFFA6;
}
.AnyTagClassName
{
color: #FEFFA6;
}
</style>
background-color css
<style>
a { background-color: #FEFFA6; }
a { background-color: rgb(254,255,166); }
div.DivClassName
{
background-color: #FEFFA6;
}
.BgClassName
{
background-color: #FEFFA6;
}
</style>
border-color css
<style>
span { border-color: #FEFFA6; }
span { border-color: rgb(254,255,166); }
td.TdClassName
{
border-color: #FEFFA6;
}
.TagClassName
{
border-color: #FEFFA6;
}
</style>