COLOR #FE9EB5

HEX: #FE9EB5 RGB: (254,158,181)

Color info

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

RGB color model

#FE9EB5 color RGB value is (254,158,181).

RGB: (254,158,181) (100%, 62%, 71%)

RGB channels and saturation

R 254 of 255 = 100%
G 158 of 255 = 62%
B 181 of 255 = 71%

254
158
181

R + G + B ~ 78%. #FE9EB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 158 + 181 = 593 (100%)
R 254 of 593 ~ 42.83%
G 158 of 593 ~ 26.64%
B 181 of 593 ~ 30.52'%

%42.83
%26.64
%30.52

CMYK color model

#FE9EB5 color CMYK value is (0,38,29,0).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 28.74%
  • key color value is 0.39%

CMYK: (0,38,29,0)
C0M38Y29K0 (0%, 38%, 29%, 0%)
(0.00 / 0.38 / 0.29 / 0.00)

CMYK percentages

%0
%37.8
%28.74
%0.39

Codes

Color #FE9EB5 in popluar color models

FE 9E B5
RGB 254 158 181
HSL 346° 97.96% 80.78%
HSB/HSV 346° 37.80% 99.61%
CMYK 0.00% 37.80% 28.74%
0.39%

Color #FE9EB5 in popluar number systems.

HEX FE 9E B5
Decimal 254 158 181
Binary 11111110 10011110 10110101
Octal 376 236 265

Shades and tints

Shades of #FE9EB5

#FE9EB5
(254,158,181)
#E790A5
(231,144,165)
#D08295
(208,130,149)
#B97485
(185,116,133)
#A26675
(162,102,117)
#8B5865
(139,88,101)
#744A55
(116,74,85)
#5D3C45
(93,60,69)
#462E35
(70,46,53)
#2F2025
(47,32,37)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #FE9EB5

#FE9EB5
(254,158,181)
#FEA6BB
(254,166,187)
#FEAEC1
(254,174,193)
#FEB6C7
(254,182,199)
#FEBECD
(254,190,205)
#FEC6D3
(254,198,211)
#FECED9
(254,206,217)
#FED6DF
(254,214,223)
#FEDEE5
(254,222,229)
#FEE6EB
(254,230,235)
#FEEEF1
(254,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE9EB5 color. Also use rgb(254,158,181) instead hex code.

Text Font Color

.myTextColor { color: #FE9EB5; }

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

This text font color is #FE9EB5.

Background Color

.myBgColor { background-color: #FE9EB5; }

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

This div background color is #FE9EB5.

Border color

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

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

This div border color is #FE9EB5.

Opacity

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

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

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

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

This text has shadow with #FE9EB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE9EB5.

Preview

Color preview on black background

This text has color #FE9EB5 on black background.


Color preview on white background

This text has color #FE9EB5 on white background.


Black color preview on #FE9EB5 background

This text has black color on #FE9EB5 background.


White color preview on #FE9EB5 background

This text has white color on #FE9EB5 background.


Related colors

Complementary color

Complementary color for #hex is #01614A.


I love getcolorcode.com

Triadic colors

1 #B5FE9E and #9EB5FE with #FE9EB5 are triadic colors.

2 #B59EFE and #9EFEB5 with #FE9EB5 are triadic colors.