COLOR #FF8AA4

HEX: #FF8AA4
RGB: (255,138,164)

Color info

#FF8AA4 contains mainly red color. Web safe color of #FF8AA4 is #FF9999 (or #F99).

RGB color model

#FF8AA4 color RGB value is (255,138,164).

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

RGB channels and saturation

R 255 of 255 = 100%
G 138 of 255 = 54%
B 164 of 255 = 64%

255
138
164

R + G + B ~ 73%. #FF8AA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 138 + 164 = 557 (100%)
R 255 of 557 ~ 45.78%
G 138 of 557 ~ 24.78%
B 164 of 557 ~ 29.44%

%45.78
%24.78
%29.44

CMYK color model

#FF8AA4 color CMYK value is (0,46,36,0).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 35.69%
  • key color value is 0.00%
CMYK:
(0,46,36,0)
C0M46Y36K0 
(0%,46%,36%,0%)
(0.00/0.46/0.36/0.00)	

CMYK percentages

%0
%45.88
%35.69
%0

Codes

Color #FF8AA4 in popluar color models

FF8AA4
RGB255138164
HSL347°100.00%77.06%
HSB/HSV347°45.88%100.00%
CMYK0.00%45.88%35.69%
0.00%

Color #FF8AA4 in popluar number systems.

HEXFF8AA4
Decimal255138164
Binary111111111000101010100100
Octal377212244

Shades and tints

Shades of #FF8AA4

#FF8AA4
(255,138,164)
#E87E96
(232,126,150)
#D17288
(209,114,136)
#BA667A
(186,102,122)
#A35A6C
(163,90,108)
#8C4E5E
(140,78,94)
#754250
(117,66,80)
#5E3642
(94,54,66)
#472A34
(71,42,52)
#301E26
(48,30,38)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #FF8AA4

#FF8AA4
(255,138,164)
#FF94AC
(255,148,172)
#FF9EB4
(255,158,180)
#FFA8BC
(255,168,188)
#FFB2C4
(255,178,196)
#FFBCCC
(255,188,204)
#FFC6D4
(255,198,212)
#FFD0DC
(255,208,220)
#FFDAE4
(255,218,228)
#FFE4EC
(255,228,236)
#FFEEF4
(255,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF8AA4; }

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

This text font color is #FF8AA4.


Background Color

.myBgColor { background-color: #FF8AA4; }

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

This div background color is #FF8AA4.


Border color

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

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

This div border color is #FF8AA4.


Opacity

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

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

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

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

This text has shadow with #FF8AA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8AA4 on black background.


Color preview on white background

This text has color #FF8AA4 on white background.



Black color preview on #FF8AA4 background

This text has black color on #FF8AA4 background.


White color preview on #FF8AA4 background

This text has white color on #FF8AA4 background.