Shades of Pale Magenta #FE93ED
Tints of Pale Magenta #FE93ED
RGB
CMYK
RGB Variations
Color information
#FE93ED (or 0xFE93ED) is known color: Pale Magenta. HEX triplet: FE, 93 and ED. RGB value is (254,147,237). Sum of RGB (Red+Green+Blue) = 254+147+237=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 147 (57.81% from 255 or 23.04% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE93ED is #016C12. Grayscale: #BDBDBD. Windows color (decimal): -93203 or 15569918. OLE color: 15569918.
HSL color Cylindrical-coordinate representation of color #FE93ED: hue angle of 309.53º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE93ED is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 237 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.00 |
| HSL | 309.53º | 0.98% | 0.79% | - |
| HSV(B) | 309.53º | 0.42% | 1% | - |
| XYZ | 66.59 | 48.05 | 85.89 | - |
| YUV | 189.25 | 154.95 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 237 | 0 | 0.42 | 0.07 | 0.00 | 309.53 | 0.98 | 0.79 |
| Hex | FE | 93 | ED | 0 | 2A | 7 | 0 | 136 | 62 | 4F |
| Octal | 376 | 223 | 355 | 0 | 52 | 7 | 0 | 466 | 142 | 117 |
| Binary | 11111110 | 10010011 | 11101101 | 0 | 101010 | 111 | 0 | 100110110 | 1100010 | 1001111 |
Color Harmonies of #FE93ED
Complementary color
Monochromatic Colors of #FE93ED
Black with #FE93ED
Text Example
Text Example
White with #FE93ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE93ED; }
p { color: rgb(254,147,237); }
H1.HeaderClassName
{
color: #FE93ED;
}
.AnyTagClassName
{
color: #FE93ED;
}
</style>
background-color css
<style>
a { background-color: #FE93ED; }
a { background-color: rgb(254,147,237); }
div.DivClassName
{
background-color: #FE93ED;
}
.BgClassName
{
background-color: #FE93ED;
}
</style>
border-color css
<style>
span { border-color: #FE93ED; }
span { border-color: rgb(254,147,237); }
td.TdClassName
{
border-color: #FE93ED;
}
.TagClassName
{
border-color: #FE93ED;
}
</style>