Shades of Shalimar #FEFDA6
Tints of Shalimar #FEFDA6
RGB
CMYK
RGB Variations
Color information
#FEFDA6 (or 0xFEFDA6) is known color: Shalimar. HEX triplet: FE, FD and A6. RGB value is (254,253,166). Sum of RGB (Red+Green+Blue) = 254+253+166=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 166 (65.23% from 255 or 24.67% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFDA6 is #010259. Grayscale: #F3F3F3. Windows color (decimal): -66138 or 10943998. OLE color: 10943998.
HSL color Cylindrical-coordinate representation of color #FEFDA6: hue angle of 59.32º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEFDA6 is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 166 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.00 |
| HSL | 59.32º | 0.98% | 0.82% | - |
| HSV(B) | 59.32º | 0.35% | 1% | - |
| XYZ | 82.88 | 94.07 | 49.87 | - |
| YUV | 243.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 166 | 0 | 0.00 | 0.35 | 0.00 | 59.32 | 0.98 | 0.82 |
| Hex | FE | FD | A6 | 0 | 0 | 23 | 0 | 3B | 62 | 52 |
| Octal | 376 | 375 | 246 | 0 | 0 | 43 | 0 | 73 | 142 | 122 |
| Binary | 11111110 | 11111101 | 10100110 | 0 | 0 | 100011 | 0 | 111011 | 1100010 | 1010010 |
Color Harmonies of #FEFDA6
Complementary color
Monochromatic Colors of #FEFDA6
Black with #FEFDA6
Text Example
Text Example
White with #FEFDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDA6; }
p { color: rgb(254,253,166); }
H1.HeaderClassName
{
color: #FEFDA6;
}
.AnyTagClassName
{
color: #FEFDA6;
}
</style>
background-color css
<style>
a { background-color: #FEFDA6; }
a { background-color: rgb(254,253,166); }
div.DivClassName
{
background-color: #FEFDA6;
}
.BgClassName
{
background-color: #FEFDA6;
}
</style>
border-color css
<style>
span { border-color: #FEFDA6; }
span { border-color: rgb(254,253,166); }
td.TdClassName
{
border-color: #FEFDA6;
}
.TagClassName
{
border-color: #FEFDA6;
}
</style>