COLOR #FF8AB4

HEX: #FF8AB4
RGB: (255,138,180)

Color info

#FF8AB4 contains mainly red color. Web safe color of #FF8AB4 is #FF99CC (or #F9C).

RGB color model

#FF8AB4 color RGB value is (255,138,180).

  • red value is 255;
  • green value is 138;
  • blue value is 180.
RGB:
(255,138,180)
(100%,54%,71%)

RGB channels and saturation

R 255 of 255 = 100%
G 138 of 255 = 54%
B 180 of 255 = 71%

255
138
180

R + G + B ~ 75%. #FF8AB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 138 + 180 = 573 (100%)
R 255 of 573 ~ 44.5%
G 138 of 573 ~ 24.08%
B 180 of 573 ~ 31.41%

%44.5
%24.08
%31.41

CMYK color model

#FF8AB4 color CMYK value is (0,46,29,0).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 29.41%
  • key color value is 0.00%
CMYK:
(0,46,29,0)
C0M46Y29K0 
(0%,46%,29%,0%)
(0.00/0.46/0.29/0.00)	

CMYK percentages

%0
%45.88
%29.41
%0

Codes

Color #FF8AB4 in popluar color models

FF8AB4
RGB255138180
HSL338°100.00%77.06%
HSB/HSV338°45.88%100.00%
CMYK0.00%45.88%29.41%
0.00%

Color #FF8AB4 in popluar number systems.

HEXFF8AB4
Decimal255138180
Binary111111111000101010110100
Octal377212264

Shades and tints

Shades of #FF8AB4

#FF8AB4
(255,138,180)
#E87EA4
(232,126,164)
#D17294
(209,114,148)
#BA6684
(186,102,132)
#A35A74
(163,90,116)
#8C4E64
(140,78,100)
#754254
(117,66,84)
#5E3644
(94,54,68)
#472A34
(71,42,52)
#301E24
(48,30,36)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #FF8AB4

#FF8AB4
(255,138,180)
#FF94BA
(255,148,186)
#FF9EC0
(255,158,192)
#FFA8C6
(255,168,198)
#FFB2CC
(255,178,204)
#FFBCD2
(255,188,210)
#FFC6D8
(255,198,216)
#FFD0DE
(255,208,222)
#FFDAE4
(255,218,228)
#FFE4EA
(255,228,234)
#FFEEF0
(255,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF8AB4 color. Also use rgb(255,138,180) instead hex code.

Text Font Color

.myTextColor { color: #FF8AB4; }

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

This text font color is #FF8AB4.


Background Color

.myBgColor { background-color: #FF8AB4; }

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

This div background color is #FF8AB4.


Border color

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

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

This div border color is #FF8AB4.


Opacity

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

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

Text with #FF8AB4 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 #FF8AB4;}

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

This text has shadow with #FF8AB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8AB4 on black background.


Color preview on white background

This text has color #FF8AB4 on white background.



Black color preview on #FF8AB4 background

This text has black color on #FF8AB4 background.


White color preview on #FF8AB4 background

This text has white color on #FF8AB4 background.