COLOR #FE89B7

HEX: #FE89B7 RGB: (254,137,183)

Color info

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

RGB color model

#FE89B7 color RGB value is (254,137,183).

RGB: (254,137,183) (100%, 54%, 72%)

RGB channels and saturation

R 254 of 255 = 100%
G 137 of 255 = 54%
B 183 of 255 = 72%

254
137
183

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

Portions of RGB colors in percentages

R + G + B = 254 + 137 + 183 = 574 (100%)
R 254 of 574 ~ 44.25%
G 137 of 574 ~ 23.87%
B 183 of 574 ~ 31.88'%

%44.25
%23.87
%31.88

CMYK color model

#FE89B7 color CMYK value is (0,46,28,0).

  • cyan value is 0.00%
  • magenta value is 46.06%
  • yellow value is 27.95%
  • key color value is 0.39%

CMYK: (0,46,28,0)
C0M46Y28K0 (0%, 46%, 28%, 0%)
(0.00 / 0.46 / 0.28 / 0.00)

CMYK percentages

%0
%46.06
%27.95
%0.39

Codes

Color #FE89B7 in popluar color models

FE 89 B7
RGB 254 137 183
HSL 336° 98.32% 76.67%
HSB/HSV 336° 46.06% 99.61%
CMYK 0.00% 46.06% 27.95%
0.39%

Color #FE89B7 in popluar number systems.

HEX FE 89 B7
Decimal 254 137 183
Binary 11111110 10001001 10110111
Octal 376 211 267

Shades and tints

Shades of #FE89B7

#FE89B7
(254,137,183)
#E77DA7
(231,125,167)
#D07197
(208,113,151)
#B96587
(185,101,135)
#A25977
(162,89,119)
#8B4D67
(139,77,103)
#744157
(116,65,87)
#5D3547
(93,53,71)
#462937
(70,41,55)
#2F1D27
(47,29,39)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #FE89B7

#FE89B7
(254,137,183)
#FE93BD
(254,147,189)
#FE9DC3
(254,157,195)
#FEA7C9
(254,167,201)
#FEB1CF
(254,177,207)
#FEBBD5
(254,187,213)
#FEC5DB
(254,197,219)
#FECFE1
(254,207,225)
#FED9E7
(254,217,231)
#FEE3ED
(254,227,237)
#FEEDF3
(254,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE89B7 color. Also use rgb(254,137,183) instead hex code.

Text Font Color

.myTextColor { color: #FE89B7; }

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

This text font color is #FE89B7.

Background Color

.myBgColor { background-color: #FE89B7; }

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

This div background color is #FE89B7.

Border color

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

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

This div border color is #FE89B7.

Opacity

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

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

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

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

This text has shadow with #FE89B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE89B7.

Preview

Color preview on black background

This text has color #FE89B7 on black background.


Color preview on white background

This text has color #FE89B7 on white background.


Black color preview on #FE89B7 background

This text has black color on #FE89B7 background.


White color preview on #FE89B7 background

This text has white color on #FE89B7 background.


Related colors

Complementary color

Complementary color for #hex is #017648.


I love getcolorcode.com

Triadic colors

1 #B7FE89 and #89B7FE with #FE89B7 are triadic colors.

2 #B789FE and #89FEB7 with #FE89B7 are triadic colors.