Shades of Pale Magenta #FF86EB
Tints of Pale Magenta #FF86EB
RGB
CMYK
RGB Variations
Color information
#FF86EB (or 0xFF86EB) is known color: Pale Magenta. HEX triplet: FF, 86 and EB. RGB value is (255,134,235). Sum of RGB (Red+Green+Blue) = 255+134+235=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 134 (52.73% from 255 or 21.47% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF86EB is #007914. Grayscale: #B5B5B5. Windows color (decimal): -30997 or 15435519. OLE color: 15435519.
HSL color Cylindrical-coordinate representation of color #FF86EB: hue angle of 309.92º 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 #FF86EB is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 235 | - |
| CMYK | 0 | 0.47 | 0.08 | 0 |
| HSL | 309.92º | 1% | 0.76% | - |
| HSV(B) | 309.92º | 0.47% | 1% | - |
| XYZ | 64.76 | 44.31 | 83.74 | - |
| YUV | 181.69 | 158.09 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 235 | 0 | 0.47 | 0.08 | 0 | 309.92 | 1 | 0.76 |
| Hex | FF | 86 | EB | 0 | 2F | 8 | 0 | 136 | 64 | 4C |
| Octal | 377 | 206 | 353 | 0 | 57 | 10 | 0 | 466 | 144 | 114 |
| Binary | 11111111 | 10000110 | 11101011 | 0 | 101111 | 1000 | 0 | 100110110 | 1100100 | 1001100 |
Color Harmonies of #FF86EB
Complementary color
Monochromatic Colors of #FF86EB
Black with #FF86EB
Text Example
Text Example
White with #FF86EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86EB; }
p { color: rgb(255,134,235); }
H1.HeaderClassName
{
color: #FF86EB;
}
.AnyTagClassName
{
color: #FF86EB;
}
</style>
background-color css
<style>
a { background-color: #FF86EB; }
a { background-color: rgb(255,134,235); }
div.DivClassName
{
background-color: #FF86EB;
}
.BgClassName
{
background-color: #FF86EB;
}
</style>
border-color css
<style>
span { border-color: #FF86EB; }
span { border-color: rgb(255,134,235); }
td.TdClassName
{
border-color: #FF86EB;
}
.TagClassName
{
border-color: #FF86EB;
}
</style>