#ff8080 color RGB value is (255,128,128)
#ff8080 color CMYK value
#ff8080 color HSL value
HSV(or HSB) | 0° | 49.8 | 100 |
XYZ | 52.855 | 38.257 | 25.021 |
Yxy | 0.455 | 0.329 | 38.257 |
LAB | 68.209 | 48.197 | 22.687 |
LUV | 68.209 | 91.713 | 19.771 |
Hunter-LAB | 61.852 | 44.295 | 19.312 |
CIE-LCH | 68.209 | 53.27 | 25.207 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FF | 80 | 80 |
Decimal | 255 | 128 | 128 |
Octal | 377 | 200 | 200 |
Binary | 11111111 | 10000000 | 10000000 |
Below, you can see some colors close to #ff8080. 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 #ff8080.
<span style="color:#ff8080">Text here</span>
This paragraph has a background color of #ff8080.
<p style="background-color:#ff8080;">Content here</p>
This element has a border color of #ff8080.
<div style="border:1px #ff8080;">Content here</div>
.text {color:#ff8080;}
.background {background-color:#ff8080;}
.border {border:1px solid #ff8080;}
.text-shadow {border:1px solid #ff8080;}
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, #000000 is the darkest color, while #ffeaea is the lightest one.