COLOR #FE7D9B

HEX: #FE7D9B RGB: (254,125,155)

Color info

#FE7D9B contains mainly red color. Web safe color of #FE7D9B is #FF6699 (or #F69).

RGB color model

#FE7D9B color RGB value is (254,125,155).

RGB: (254,125,155) (100%, 49%, 61%)

RGB channels and saturation

R 254 of 255 = 100%
G 125 of 255 = 49%
B 155 of 255 = 61%

254
125
155

R + G + B ~ 70%. #FE7D9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 125 + 155 = 534 (100%)
R 254 of 534 ~ 47.57%
G 125 of 534 ~ 23.41%
B 155 of 534 ~ 29.03'%

%47.57
%23.41
%29.03

CMYK color model

#FE7D9B color CMYK value is (0,51,39,0).

  • cyan value is 0.00%
  • magenta value is 50.79%
  • yellow value is 38.98%
  • key color value is 0.39%

CMYK: (0,51,39,0)
C0M51Y39K0 (0%, 51%, 39%, 0%)
(0.00 / 0.51 / 0.39 / 0.00)

CMYK percentages

%0
%50.79
%38.98
%0.39

Codes

Color #FE7D9B in popluar color models

FE 7D 9B
RGB 254 125 155
HSL 346° 98.47% 74.31%
HSB/HSV 346° 50.79% 99.61%
CMYK 0.00% 50.79% 38.98%
0.39%

Color #FE7D9B in popluar number systems.

HEX FE 7D 9B
Decimal 254 125 155
Binary 11111110 1111101 10011011
Octal 376 175 233

Shades and tints

Shades of #FE7D9B

#FE7D9B
(254,125,155)
#E7728D
(231,114,141)
#D0677F
(208,103,127)
#B95C71
(185,92,113)
#A25163
(162,81,99)
#8B4655
(139,70,85)
#743B47
(116,59,71)
#5D3039
(93,48,57)
#46252B
(70,37,43)
#2F1A1D
(47,26,29)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #FE7D9B

#FE7D9B
(254,125,155)
#FE88A4
(254,136,164)
#FE93AD
(254,147,173)
#FE9EB6
(254,158,182)
#FEA9BF
(254,169,191)
#FEB4C8
(254,180,200)
#FEBFD1
(254,191,209)
#FECADA
(254,202,218)
#FED5E3
(254,213,227)
#FEE0EC
(254,224,236)
#FEEBF5
(254,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE7D9B; }

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

This text font color is #FE7D9B.

Background Color

.myBgColor { background-color: #FE7D9B; }

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

This div background color is #FE7D9B.

Border color

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

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

This div border color is #FE7D9B.

Opacity

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

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

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

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

This text has shadow with #FE7D9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE7D9B.

Preview

Color preview on black background

This text has color #FE7D9B on black background.


Color preview on white background

This text has color #FE7D9B on white background.


Black color preview on #FE7D9B background

This text has black color on #FE7D9B background.


White color preview on #FE7D9B background

This text has white color on #FE7D9B background.


Related colors

Complementary color

Complementary color for #hex is #018264.


I love getcolorcode.com

Triadic colors

1 #9BFE7D and #7D9BFE with #FE7D9B are triadic colors.

2 #9B7DFE and #7DFE9B with #FE7D9B are triadic colors.