COLOR #FE7196

HEX: #FE7196 RGB: (254,113,150)

Color info

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

RGB color model

#FE7196 color RGB value is (254,113,150).

RGB: (254,113,150) (100%, 44%, 59%)

RGB channels and saturation

R 254 of 255 = 100%
G 113 of 255 = 44%
B 150 of 255 = 59%

254
113
150

R + G + B ~ 68%. #FE7196 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 113 + 150 = 517 (100%)
R 254 of 517 ~ 49.13%
G 113 of 517 ~ 21.86%
B 150 of 517 ~ 29.01'%

%49.13
%21.86
%29.01

CMYK color model

#FE7196 color CMYK value is (0,56,41,0).

  • cyan value is 0.00%
  • magenta value is 55.51%
  • yellow value is 40.94%
  • key color value is 0.39%

CMYK: (0,56,41,0)
C0M56Y41K0 (0%, 56%, 41%, 0%)
(0.00 / 0.56 / 0.41 / 0.00)

CMYK percentages

%0
%55.51
%40.94
%0.39

Codes

Color #FE7196 in popluar color models

FE 71 96
RGB 254 113 150
HSL 344° 98.60% 71.96%
HSB/HSV 344° 55.51% 99.61%
CMYK 0.00% 55.51% 40.94%
0.39%

Color #FE7196 in popluar number systems.

HEX FE 71 96
Decimal 254 113 150
Binary 11111110 1110001 10010110
Octal 376 161 226

Shades and tints

Shades of #FE7196

#FE7196
(254,113,150)
#E76789
(231,103,137)
#D05D7C
(208,93,124)
#B9536F
(185,83,111)
#A24962
(162,73,98)
#8B3F55
(139,63,85)
#743548
(116,53,72)
#5D2B3B
(93,43,59)
#46212E
(70,33,46)
#2F1721
(47,23,33)
#180D14
(24,13,20)
#000000
(0,0,0)

Tints of #FE7196

#FE7196
(254,113,150)
#FE7D9F
(254,125,159)
#FE89A8
(254,137,168)
#FE95B1
(254,149,177)
#FEA1BA
(254,161,186)
#FEADC3
(254,173,195)
#FEB9CC
(254,185,204)
#FEC5D5
(254,197,213)
#FED1DE
(254,209,222)
#FEDDE7
(254,221,231)
#FEE9F0
(254,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE7196 color. Also use rgb(254,113,150) instead hex code.

Text Font Color

.myTextColor { color: #FE7196; }

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

This text font color is #FE7196.

Background Color

.myBgColor { background-color: #FE7196; }

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

This div background color is #FE7196.

Border color

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

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

This div border color is #FE7196.

Opacity

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

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

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

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

This text has shadow with #FE7196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE7196.

Preview

Color preview on black background

This text has color #FE7196 on black background.


Color preview on white background

This text has color #FE7196 on white background.


Black color preview on #FE7196 background

This text has black color on #FE7196 background.


White color preview on #FE7196 background

This text has white color on #FE7196 background.


Related colors

Complementary color

Complementary color for #hex is #018E69.


I love getcolorcode.com

Triadic colors

1 #96FE71 and #7196FE with #FE7196 are triadic colors.

2 #9671FE and #71FE96 with #FE7196 are triadic colors.