COLOR #FEA79D

HEX: #FEA79D RGB: (254,167,157)

Color info

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

RGB color model

#FEA79D color RGB value is (254,167,157).

RGB: (254,167,157) (100%, 65%, 62%)

RGB channels and saturation

R 254 of 255 = 100%
G 167 of 255 = 65%
B 157 of 255 = 62%

254
167
157

R + G + B ~ 76%. #FEA79D is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 167 + 157 = 578 (100%)
R 254 of 578 ~ 43.94%
G 167 of 578 ~ 28.89%
B 157 of 578 ~ 27.16'%

%43.94
%28.89
%27.16

CMYK color model

#FEA79D color CMYK value is (0,34,38,0).

  • cyan value is 0.00%
  • magenta value is 34.25%
  • yellow value is 38.19%
  • key color value is 0.39%

CMYK: (0,34,38,0)
C0M34Y38K0 (0%, 34%, 38%, 0%)
(0.00 / 0.34 / 0.38 / 0.00)

CMYK percentages

%0
%34.25
%38.19
%0.39

Codes

Color #FEA79D in popluar color models

FE A7 9D
RGB 254 167 157
HSL 97.98% 80.59%
HSB/HSV 38.19% 99.61%
CMYK 0.00% 34.25% 38.19%
0.39%

Color #FEA79D in popluar number systems.

HEX FE A7 9D
Decimal 254 167 157
Binary 11111110 10100111 10011101
Octal 376 247 235

Shades and tints

Shades of #FEA79D

#FEA79D
(254,167,157)
#E7988F
(231,152,143)
#D08981
(208,137,129)
#B97A73
(185,122,115)
#A26B65
(162,107,101)
#8B5C57
(139,92,87)
#744D49
(116,77,73)
#5D3E3B
(93,62,59)
#462F2D
(70,47,45)
#2F201F
(47,32,31)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #FEA79D

#FEA79D
(254,167,157)
#FEAFA5
(254,175,165)
#FEB7AD
(254,183,173)
#FEBFB5
(254,191,181)
#FEC7BD
(254,199,189)
#FECFC5
(254,207,197)
#FED7CD
(254,215,205)
#FEDFD5
(254,223,213)
#FEE7DD
(254,231,221)
#FEEFE5
(254,239,229)
#FEF7ED
(254,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEA79D color. Also use rgb(254,167,157) instead hex code.

Text Font Color

.myTextColor { color: #FEA79D; }

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

This text font color is #FEA79D.

Background Color

.myBgColor { background-color: #FEA79D; }

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

This div background color is #FEA79D.

Border color

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

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

This div border color is #FEA79D.

Opacity

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

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

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

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

This text has shadow with #FEA79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEA79D.

Preview

Color preview on black background

This text has color #FEA79D on black background.


Color preview on white background

This text has color #FEA79D on white background.


Black color preview on #FEA79D background

This text has black color on #FEA79D background.


White color preview on #FEA79D background

This text has white color on #FEA79D background.


Related colors

Complementary color

Complementary color for #hex is #015862.


I love getcolorcode.com

Triadic colors

1 #9DFEA7 and #A79DFE with #FEA79D are triadic colors.

2 #9DA7FE and #A7FE9D with #FEA79D are triadic colors.