COLOR #FE8D9B

HEX: #FE8D9B
RGB: (254,141,155)

Color info

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

RGB color model

#FE8D9B color RGB value is (254,141,155).

  • red value is 254;
  • green value is 141;
  • blue value is 155.
RGB:
(254,141,155)
(100%,55%,61%)

RGB channels and saturation

R 254 of 255 = 100%
G 141 of 255 = 55%
B 155 of 255 = 61%

254
141
155

R + G + B ~ 72%. #FE8D9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 141 + 155 = 550 (100%)
R 254 of 550 ~ 46.18%
G 141 of 550 ~ 25.64%
B 155 of 550 ~ 28.18%

%46.18
%25.64
%28.18

CMYK color model

#FE8D9B color CMYK value is (0,44,39,0).

  • cyan value is 0.00%
  • magenta value is 44.49%
  • yellow value is 38.98%
  • key color value is 0.39%
CMYK:
(0,44,39,0)
C0M44Y39K0 
(0%,44%,39%,0%)
(0.00/0.44/0.39/0.00)	

CMYK percentages

%0
%44.49
%38.98
%0.39

Codes

Color #FE8D9B in popluar color models

FE8D9B
RGB254141155
HSL353°98.26%77.45%
HSB/HSV353°44.49%99.61%
CMYK0.00%44.49%38.98%
0.39%

Color #FE8D9B in popluar number systems.

HEXFE8D9B
Decimal254141155
Binary111111101000110110011011
Octal376215233

Shades and tints

Shades of #FE8D9B

#FE8D9B
(254,141,155)
#E7818D
(231,129,141)
#D0757F
(208,117,127)
#B96971
(185,105,113)
#A25D63
(162,93,99)
#8B5155
(139,81,85)
#744547
(116,69,71)
#5D3939
(93,57,57)
#462D2B
(70,45,43)
#2F211D
(47,33,29)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #FE8D9B

#FE8D9B
(254,141,155)
#FE97A4
(254,151,164)
#FEA1AD
(254,161,173)
#FEABB6
(254,171,182)
#FEB5BF
(254,181,191)
#FEBFC8
(254,191,200)
#FEC9D1
(254,201,209)
#FED3DA
(254,211,218)
#FEDDE3
(254,221,227)
#FEE7EC
(254,231,236)
#FEF1F5
(254,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE8D9B color. Also use rgb(254,141,155) instead hex code.

Text Font Color

.myTextColor { color: #FE8D9B; }

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

This text font color is #FE8D9B.


Background Color

.myBgColor { background-color: #FE8D9B; }

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

This div background color is #FE8D9B.


Border color

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

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

This div border color is #FE8D9B.


Opacity

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

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

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

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

This text has shadow with #FE8D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE8D9B on black background.


Color preview on white background

This text has color #FE8D9B on white background.



Black color preview on #FE8D9B background

This text has black color on #FE8D9B background.


White color preview on #FE8D9B background

This text has white color on #FE8D9B background.