Shades of Shalimar #FEFDA8
Tints of Shalimar #FEFDA8
RGB
CMYK
RGB Variations
Color information
#FEFDA8 (or 0xFEFDA8) is known color: Shalimar. HEX triplet: FE, FD and A8. RGB value is (254,253,168). Sum of RGB (Red+Green+Blue) = 254+253+168=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 168 (66.02% from 255 or 24.89% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFDA8 is #010257. Grayscale: #F3F3F3. Windows color (decimal): -66136 or 11075070. OLE color: 11075070.
HSL color Cylindrical-coordinate representation of color #FEFDA8: hue angle of 59.3º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEFDA8 is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 168 | - |
| CMYK | 0 | 0.00 | 0.34 | 0.00 |
| HSL | 59.3º | 0.98% | 0.83% | - |
| HSV(B) | 59.3º | 0.34% | 1% | - |
| XYZ | 83.07 | 94.15 | 50.84 | - |
| YUV | 243.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 168 | 0 | 0.00 | 0.34 | 0.00 | 59.3 | 0.98 | 0.83 |
| Hex | FE | FD | A8 | 0 | 0 | 22 | 0 | 3B | 62 | 53 |
| Octal | 376 | 375 | 250 | 0 | 0 | 42 | 0 | 73 | 142 | 123 |
| Binary | 11111110 | 11111101 | 10101000 | 0 | 0 | 100010 | 0 | 111011 | 1100010 | 1010011 |
Color Harmonies of #FEFDA8
Complementary color
Monochromatic Colors of #FEFDA8
Black with #FEFDA8
Text Example
Text Example
White with #FEFDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDA8; }
p { color: rgb(254,253,168); }
H1.HeaderClassName
{
color: #FEFDA8;
}
.AnyTagClassName
{
color: #FEFDA8;
}
</style>
background-color css
<style>
a { background-color: #FEFDA8; }
a { background-color: rgb(254,253,168); }
div.DivClassName
{
background-color: #FEFDA8;
}
.BgClassName
{
background-color: #FEFDA8;
}
</style>
border-color css
<style>
span { border-color: #FEFDA8; }
span { border-color: rgb(254,253,168); }
td.TdClassName
{
border-color: #FEFDA8;
}
.TagClassName
{
border-color: #FEFDA8;
}
</style>