Shades of Shalimar #FEFDA5
Tints of Shalimar #FEFDA5
RGB
CMYK
RGB Variations
Color information
#FEFDA5 (or 0xFEFDA5) is known color: Shalimar. HEX triplet: FE, FD and A5. RGB value is (254,253,165). Sum of RGB (Red+Green+Blue) = 254+253+165=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 165 (64.84% from 255 or 24.55% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFDA5 is #01025A. Grayscale: #F3F3F3. Windows color (decimal): -66139 or 10878462. OLE color: 10878462.
HSL color Cylindrical-coordinate representation of color #FEFDA5: hue angle of 59.33º 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 #FEFDA5 is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 165 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.00 |
| HSL | 59.33º | 0.98% | 0.82% | - |
| HSV(B) | 59.33º | 0.35% | 1% | - |
| XYZ | 82.79 | 94.04 | 49.38 | - |
| YUV | 243.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 165 | 0 | 0.00 | 0.35 | 0.00 | 59.33 | 0.98 | 0.82 |
| Hex | FE | FD | A5 | 0 | 0 | 23 | 0 | 3B | 62 | 52 |
| Octal | 376 | 375 | 245 | 0 | 0 | 43 | 0 | 73 | 142 | 122 |
| Binary | 11111110 | 11111101 | 10100101 | 0 | 0 | 100011 | 0 | 111011 | 1100010 | 1010010 |
Color Harmonies of #FEFDA5
Complementary color
Monochromatic Colors of #FEFDA5
Black with #FEFDA5
Text Example
Text Example
White with #FEFDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDA5; }
p { color: rgb(254,253,165); }
H1.HeaderClassName
{
color: #FEFDA5;
}
.AnyTagClassName
{
color: #FEFDA5;
}
</style>
background-color css
<style>
a { background-color: #FEFDA5; }
a { background-color: rgb(254,253,165); }
div.DivClassName
{
background-color: #FEFDA5;
}
.BgClassName
{
background-color: #FEFDA5;
}
</style>
border-color css
<style>
span { border-color: #FEFDA5; }
span { border-color: rgb(254,253,165); }
td.TdClassName
{
border-color: #FEFDA5;
}
.TagClassName
{
border-color: #FEFDA5;
}
</style>