COLOR #FF89AA

HEX: #FF89AA RGB: (255,137,170)

Color info

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

RGB color model

#FF89AA color RGB value is (255,137,170).

RGB: (255,137,170) (100%, 54%, 67%)

RGB channels and saturation

R 255 of 255 = 100%
G 137 of 255 = 54%
B 170 of 255 = 67%

255
137
170

R + G + B ~ 74%. #FF89AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 137 + 170 = 562 (100%)
R 255 of 562 ~ 45.37%
G 137 of 562 ~ 24.38%
B 170 of 562 ~ 30.25'%

%45.37
%24.38
%30.25

CMYK color model

#FF89AA color CMYK value is (0,46,33,0).

  • cyan value is 0.00%
  • magenta value is 46.27%
  • yellow value is 33.33%
  • key color value is 0.00%

CMYK: (0,46,33,0)
C0M46Y33K0 (0%, 46%, 33%, 0%)
(0.00 / 0.46 / 0.33 / 0.00)

CMYK percentages

%0
%46.27
%33.33
%0

Codes

Color #FF89AA in popluar color models

FF 89 AA
RGB 255 137 170
HSL 343° 100.00% 76.86%
HSB/HSV 343° 46.27% 100.00%
CMYK 0.00% 46.27% 33.33%
0.00%

Color #FF89AA in popluar number systems.

HEX FF 89 AA
Decimal 255 137 170
Binary 11111111 10001001 10101010
Octal 377 211 252

Shades and tints

Shades of #FF89AA

#FF89AA
(255,137,170)
#E87D9B
(232,125,155)
#D1718C
(209,113,140)
#BA657D
(186,101,125)
#A3596E
(163,89,110)
#8C4D5F
(140,77,95)
#754150
(117,65,80)
#5E3541
(94,53,65)
#472932
(71,41,50)
#301D23
(48,29,35)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #FF89AA

#FF89AA
(255,137,170)
#FF93B1
(255,147,177)
#FF9DB8
(255,157,184)
#FFA7BF
(255,167,191)
#FFB1C6
(255,177,198)
#FFBBCD
(255,187,205)
#FFC5D4
(255,197,212)
#FFCFDB
(255,207,219)
#FFD9E2
(255,217,226)
#FFE3E9
(255,227,233)
#FFEDF0
(255,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF89AA color. Also use rgb(255,137,170) instead hex code.

Text Font Color

.myTextColor { color: #FF89AA; }

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

This text font color is #FF89AA.

Background Color

.myBgColor { background-color: #FF89AA; }

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

This div background color is #FF89AA.

Border color

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

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

This div border color is #FF89AA.

Opacity

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

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

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

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

This text has shadow with #FF89AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF89AA.

Preview

Color preview on black background

This text has color #FF89AA on black background.


Color preview on white background

This text has color #FF89AA on white background.


Black color preview on #FF89AA background

This text has black color on #FF89AA background.


White color preview on #FF89AA background

This text has white color on #FF89AA background.


Related colors

Complementary color

Complementary color for #hex is #007655.


I love getcolorcode.com

Triadic colors

1 #AAFF89 and #89AAFF with #FF89AA are triadic colors.

2 #AA89FF and #89FFAA with #FF89AA are triadic colors.