#ff86ff color RGB value is (255,134,255)
#ff86ff color CMYK value
#ff86ff color HSL value
HSV(or HSB) | 300° | 47.5 | 100 |
XYZ | 67.815 | 45.53 | 99.822 |
Yxy | 0.318 | 0.214 | 45.53 |
LAB | 73.24 | 62.132 | -40.429 |
LUV | 73.24 | 57.552 | -74.421 |
Hunter-LAB | 67.476 | 61.314 | -40.478 |
CIE-LCH | 73.24 | 74.128 | 326.948 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FF | 86 | FF |
Decimal | 255 | 134 | 255 |
Octal | 377 | 206 | 377 |
Binary | 11111111 | 10000110 | 11111111 |
Below, you can see some colors close to #ff86ff. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ff86ff.
<span style="color:#ff86ff">Text here</span>
This paragraph has a background color of #ff86ff.
<p style="background-color:#ff86ff;">Content here</p>
This element has a border color of #ff86ff.
<div style="border:1px #ff86ff;">Content here</div>
.text {color:#ff86ff;}
.background {background-color:#ff86ff;}
.border {border:1px solid #ff86ff;}
.text-shadow {border:1px solid #ff86ff;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #060006 is the darkest color, while #fff0ff is the lightest one.