#ff96ff color RGB value is (255,150,255)
#ff96ff color CMYK value
#ff96ff color HSL value
HSV(or HSB) | 300° | 41.2 | 100 |
XYZ | 70.196 | 50.293 | 100.615 |
Yxy | 0.317 | 0.227 | 50.293 |
LAB | 76.249 | 54.332 | -35.755 |
LUV | 76.249 | 50.979 | -65.923 |
Hunter-LAB | 70.917 | 52.58 | -34.477 |
CIE-LCH | 76.249 | 65.041 | 326.652 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FF | 96 | FF |
Decimal | 255 | 150 | 255 |
Octal | 377 | 226 | 377 |
Binary | 11111111 | 10010110 | 11111111 |
Below, you can see some colors close to #ff96ff. 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 #ff96ff.
<span style="color:#ff96ff">Text here</span>
This paragraph has a background color of #ff96ff.
<p style="background-color:#ff96ff;">Content here</p>
This element has a border color of #ff96ff.
<div style="border:1px #ff96ff;">Content here</div>
.text {color:#ff96ff;}
.background {background-color:#ff96ff;}
.border {border:1px solid #ff96ff;}
.text-shadow {border:1px solid #ff96ff;}
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, #010001 is the darkest color, while #ffebff is the lightest one.