Shades of Pale Magenta #FE86E2
Tints of Pale Magenta #FE86E2
RGB
CMYK
RGB Variations
Color information
#FE86E2 (or 0xFE86E2) is known color: Pale Magenta. HEX triplet: FE, 86 and E2. RGB value is (254,134,226). Sum of RGB (Red+Green+Blue) = 254+134+226=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 134 (52.73% from 255 or 21.82% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE86E2 is #01791D. Grayscale: #B4B4B4. Windows color (decimal): -96542 or 14845694. OLE color: 14845694.
HSL color Cylindrical-coordinate representation of color #FE86E2: hue angle of 314º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE86E2 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 226 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.00 |
| HSL | 314º | 0.98% | 0.76% | - |
| HSV(B) | 314º | 0.47% | 1% | - |
| XYZ | 63.13 | 43.61 | 77.04 | - |
| YUV | 180.37 | 153.76 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 226 | 0 | 0.47 | 0.11 | 0.00 | 314 | 0.98 | 0.76 |
| Hex | FE | 86 | E2 | 0 | 2F | B | 0 | 13A | 62 | 4C |
| Octal | 376 | 206 | 342 | 0 | 57 | 13 | 0 | 472 | 142 | 114 |
| Binary | 11111110 | 10000110 | 11100010 | 0 | 101111 | 1011 | 0 | 100111010 | 1100010 | 1001100 |
Color Harmonies of #FE86E2
Complementary color
Monochromatic Colors of #FE86E2
Black with #FE86E2
Text Example
Text Example
White with #FE86E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE86E2; }
p { color: rgb(254,134,226); }
H1.HeaderClassName
{
color: #FE86E2;
}
.AnyTagClassName
{
color: #FE86E2;
}
</style>
background-color css
<style>
a { background-color: #FE86E2; }
a { background-color: rgb(254,134,226); }
div.DivClassName
{
background-color: #FE86E2;
}
.BgClassName
{
background-color: #FE86E2;
}
</style>
border-color css
<style>
span { border-color: #FE86E2; }
span { border-color: rgb(254,134,226); }
td.TdClassName
{
border-color: #FE86E2;
}
.TagClassName
{
border-color: #FE86E2;
}
</style>