Shades of Pale Magenta #FF86ED
Tints of Pale Magenta #FF86ED
RGB
CMYK
RGB Variations
Color information
#FF86ED (or 0xFF86ED) is known color: Pale Magenta. HEX triplet: FF, 86 and ED. RGB value is (255,134,237). Sum of RGB (Red+Green+Blue) = 255+134+237=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 134 (52.73% from 255 or 21.41% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF86ED is #007912. Grayscale: #B5B5B5. Windows color (decimal): -30995 or 15566591. OLE color: 15566591.
HSL color Cylindrical-coordinate representation of color #FF86ED: hue angle of 308.93º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF86ED is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 237 | - |
| CMYK | 0 | 0.47 | 0.07 | 0 |
| HSL | 308.93º | 1% | 0.76% | - |
| HSV(B) | 308.93º | 0.47% | 1% | - |
| XYZ | 65.05 | 44.42 | 85.27 | - |
| YUV | 181.92 | 159.09 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 237 | 0 | 0.47 | 0.07 | 0 | 308.93 | 1 | 0.76 |
| Hex | FF | 86 | ED | 0 | 2F | 7 | 0 | 135 | 64 | 4C |
| Octal | 377 | 206 | 355 | 0 | 57 | 7 | 0 | 465 | 144 | 114 |
| Binary | 11111111 | 10000110 | 11101101 | 0 | 101111 | 111 | 0 | 100110101 | 1100100 | 1001100 |
Color Harmonies of #FF86ED
Complementary color
Monochromatic Colors of #FF86ED
Black with #FF86ED
Text Example
Text Example
White with #FF86ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86ED; }
p { color: rgb(255,134,237); }
H1.HeaderClassName
{
color: #FF86ED;
}
.AnyTagClassName
{
color: #FF86ED;
}
</style>
background-color css
<style>
a { background-color: #FF86ED; }
a { background-color: rgb(255,134,237); }
div.DivClassName
{
background-color: #FF86ED;
}
.BgClassName
{
background-color: #FF86ED;
}
</style>
border-color css
<style>
span { border-color: #FF86ED; }
span { border-color: rgb(255,134,237); }
td.TdClassName
{
border-color: #FF86ED;
}
.TagClassName
{
border-color: #FF86ED;
}
</style>