Shades of Pale Magenta #FE8FEC
Tints of Pale Magenta #FE8FEC
RGB
CMYK
RGB Variations
Color information
#FE8FEC (or 0xFE8FEC) is known color: Pale Magenta. HEX triplet: FE, 8F and EC. RGB value is (254,143,236). Sum of RGB (Red+Green+Blue) = 254+143+236=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 143 (56.25% from 255 or 22.59% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8FEC is #017013. Grayscale: #BABABA. Windows color (decimal): -94228 or 15503358. OLE color: 15503358.
HSL color Cylindrical-coordinate representation of color #FE8FEC: hue angle of 309.73º 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 #FE8FEC is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 236 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.00 |
| HSL | 309.73º | 0.98% | 0.78% | - |
| HSV(B) | 309.73º | 0.44% | 1% | - |
| XYZ | 65.84 | 46.77 | 84.91 | - |
| YUV | 186.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 236 | 0 | 0.44 | 0.07 | 0.00 | 309.73 | 0.98 | 0.78 |
| Hex | FE | 8F | EC | 0 | 2C | 7 | 0 | 136 | 62 | 4E |
| Octal | 376 | 217 | 354 | 0 | 54 | 7 | 0 | 466 | 142 | 116 |
| Binary | 11111110 | 10001111 | 11101100 | 0 | 101100 | 111 | 0 | 100110110 | 1100010 | 1001110 |
Color Harmonies of #FE8FEC
Complementary color
Monochromatic Colors of #FE8FEC
Black with #FE8FEC
Text Example
Text Example
White with #FE8FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FEC; }
p { color: rgb(254,143,236); }
H1.HeaderClassName
{
color: #FE8FEC;
}
.AnyTagClassName
{
color: #FE8FEC;
}
</style>
background-color css
<style>
a { background-color: #FE8FEC; }
a { background-color: rgb(254,143,236); }
div.DivClassName
{
background-color: #FE8FEC;
}
.BgClassName
{
background-color: #FE8FEC;
}
</style>
border-color css
<style>
span { border-color: #FE8FEC; }
span { border-color: rgb(254,143,236); }
td.TdClassName
{
border-color: #FE8FEC;
}
.TagClassName
{
border-color: #FE8FEC;
}
</style>