Shades of Pale Magenta #FE8FED
Tints of Pale Magenta #FE8FED
RGB
CMYK
RGB Variations
Color information
#FE8FED (or 0xFE8FED) is known color: Pale Magenta. HEX triplet: FE, 8F and ED. RGB value is (254,143,237). Sum of RGB (Red+Green+Blue) = 254+143+237=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 143 (56.25% from 255 or 22.56% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8FED is #017012. Grayscale: #BABABA. Windows color (decimal): -94227 or 15568894. OLE color: 15568894.
HSL color Cylindrical-coordinate representation of color #FE8FED: hue angle of 309.19º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8FED is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 237 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.00 |
| HSL | 309.19º | 0.98% | 0.78% | - |
| HSV(B) | 309.19º | 0.44% | 1% | - |
| XYZ | 65.98 | 46.83 | 85.68 | - |
| YUV | 186.91 | 156.27 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 237 | 0 | 0.44 | 0.07 | 0.00 | 309.19 | 0.98 | 0.78 |
| Hex | FE | 8F | ED | 0 | 2C | 7 | 0 | 135 | 62 | 4E |
| Octal | 376 | 217 | 355 | 0 | 54 | 7 | 0 | 465 | 142 | 116 |
| Binary | 11111110 | 10001111 | 11101101 | 0 | 101100 | 111 | 0 | 100110101 | 1100010 | 1001110 |
Color Harmonies of #FE8FED
Complementary color
Monochromatic Colors of #FE8FED
Black with #FE8FED
Text Example
Text Example
White with #FE8FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FED; }
p { color: rgb(254,143,237); }
H1.HeaderClassName
{
color: #FE8FED;
}
.AnyTagClassName
{
color: #FE8FED;
}
</style>
background-color css
<style>
a { background-color: #FE8FED; }
a { background-color: rgb(254,143,237); }
div.DivClassName
{
background-color: #FE8FED;
}
.BgClassName
{
background-color: #FE8FED;
}
</style>
border-color css
<style>
span { border-color: #FE8FED; }
span { border-color: rgb(254,143,237); }
td.TdClassName
{
border-color: #FE8FED;
}
.TagClassName
{
border-color: #FE8FED;
}
</style>