COLOR #FF80AB

HEX: #FF80AB
RGB: (255,128,171)

Color info

#FF80AB contains mainly red color. Web safe color of #FF80AB is #FF6699 (or #F69).

RGB color model

#FF80AB color RGB value is (255,128,171).

  • red value is 255;
  • green value is 128;
  • blue value is 171.
RGB:
(255,128,171)
(100%,50%,67%)

RGB channels and saturation

R 255 of 255 = 100%
G 128 of 255 = 50%
B 171 of 255 = 67%

255
128
171

R + G + B ~ 72%. #FF80AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 128 + 171 = 554 (100%)
R 255 of 554 ~ 46.03%
G 128 of 554 ~ 23.1%
B 171 of 554 ~ 30.87%

%46.03
%23.1
%30.87

CMYK color model

#FF80AB color CMYK value is (0,50,33,0).

  • cyan value is 0.00%
  • magenta value is 49.80%
  • yellow value is 32.94%
  • key color value is 0.00%
CMYK:
(0,50,33,0)
C0M50Y33K0 
(0%,50%,33%,0%)
(0.00/0.50/0.33/0.00)	

CMYK percentages

%0
%49.8
%32.94
%0

Codes

Color #FF80AB in popluar color models

FF80AB
RGB255128171
HSL340°100.00%75.10%
HSB/HSV340°49.80%100.00%
CMYK0.00%49.80%32.94%
0.00%

Color #FF80AB in popluar number systems.

HEXFF80AB
Decimal255128171
Binary111111111000000010101011
Octal377200253

Shades and tints

Shades of #FF80AB

#FF80AB
(255,128,171)
#E8759C
(232,117,156)
#D16A8D
(209,106,141)
#BA5F7E
(186,95,126)
#A3546F
(163,84,111)
#8C4960
(140,73,96)
#753E51
(117,62,81)
#5E3342
(94,51,66)
#472833
(71,40,51)
#301D24
(48,29,36)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #FF80AB

#FF80AB
(255,128,171)
#FF8BB2
(255,139,178)
#FF96B9
(255,150,185)
#FFA1C0
(255,161,192)
#FFACC7
(255,172,199)
#FFB7CE
(255,183,206)
#FFC2D5
(255,194,213)
#FFCDDC
(255,205,220)
#FFD8E3
(255,216,227)
#FFE3EA
(255,227,234)
#FFEEF1
(255,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF80AB color. Also use rgb(255,128,171) instead hex code.

Text Font Color

.myTextColor { color: #FF80AB; }

<p style="color:#FF80AB">This sample text font color is #FF80AB.</p>

This text font color is #FF80AB.


Background Color

.myBgColor { background-color: #FF80AB; }

<div style="background-color:#FF80AB">Inner text</div>

This div background color is #FF80AB.


Border color

.myBorderColor { border: 1px solid #FF80AB; }

<div style="border:3px solid #FF80AB">Div</div>

This div border color is #FF80AB.


Opacity

.myOpacity80 { color: #FF80AB; opacity: 0.8; }

<p style="color:#FF80AB;opacity:0.8;">80%</p>

Text with #FF80AB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FF80AB;}

<p style="text-shadow: 3px 3px 1px #FF80AB">Text here.</p>

This text has shadow with #FF80AB color.

.textShadow {text-shadow: 3px 3px 1px #FF80AB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FF80AB, 5px 5px 20px red">Text here.</p>

This text has shadow with #FF80AB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FF80AB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FF80AB, Direction=45, Strength=4)">Text</p>

This text has shadow with #FF80AB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FF80AB;
  -webkit-box-shadow:	1px 1px 3px 2px #FF80AB;
  box-shadow:		1px 1px 3px 2px #FF80AB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FF80AB;
-webkit-box-shadow: 1px 1px 3px 2px #FF80AB;
box-shadow:1px 1px 3px 2px #FF80AB;">
Div content here</div>
This div box has shadow with color #FF80AB.

Preview

Color preview on black background

This text has color #FF80AB on black background.


Color preview on white background

This text has color #FF80AB on white background.



Black color preview on #FF80AB background

This text has black color on #FF80AB background.


White color preview on #FF80AB background

This text has white color on #FF80AB background.