FF80AB Color Hex

#FF80AB Color Hex

#FF80AB Color Information

  • In the RGB color space, the color value #ff80ab is composed of 100% red, 50.2% green, and 67.06% blue.
  • In the CMYK color space, it consists of 0 cyan, 0.5 magenta, 0.33 yellow, and 0 black.
  • It has a color angle of 340 degrees, a saturation of 100%, and a luminance of 75%.
  • Contrast color of #ff80ab is #000000

#FF80AB Color Conversion

Hex ff80ab #ff80ab
RGB Decimal 255, 128, 171 rgb(255, 128, 171)
RGB Percent 100, 50.2, 67.06 rgb(100%, 50.2%, 67.06%)
HSL 340°,100%,75% hsl(340°,100%,75%)
CMYK 0, 0.5, 0.33, 0
HSV (or HSB) 340°, 94%, 94%,
YUV 171, 128, 187
XYZ 56.31, 39.639, 43.211
CIE-LAB 69.211, 52.648, -0.058

#ff80ab border color

.css_border_solid{ border: 3px solid #ff80ab }
.css_border_dotted{ border: 3px dotted #ff80ab }
.css_border_dashed{ border: 3px dashed #ff80ab }
.css_border_double{ border: 3px double #ff80ab }

Css background gradient color with #FF80AB

.box_css_gradient_with_ff80ab{ 
	background-color: #ff80ab;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff80ab', endColorstr='#c70044');
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff80ab), to(#c70044));
	background-image: -webkit-linear-gradient(top, #ff80ab, #c70044);
	background-image: -moz-linear-gradient(top, #ff80ab, #c70044);
	background-image: -o-linear-gradient(top, #ff80ab, #c70044);
	background-image: linear-gradient(to bottom, #ff80ab, #c70044);}

#ff80ab Color Preview on Black Background

Sample font with color #ff80ab on background of color black

#ff80ab Color Preview on White Background

Sample font with color #ff80ab on background of color white

#ff80ab background color

The sample font has a contrasting color to the color #ff80ab

Contrast color with #ff80ab color is #000000