COLOR #FE8779

HEX: #FE8779
RGB: (254,135,121)

Color info

#FE8779 contains mainly red color. Web safe color of #FE8779 is #FF9966 (or #F96).

RGB color model

#FE8779 color RGB value is (254,135,121).

  • red value is 254;
  • green value is 135;
  • blue value is 121.
RGB:
(254,135,121)
(100%,53%,47%)

RGB channels and saturation

R 254 of 255 = 100%
G 135 of 255 = 53%
B 121 of 255 = 47%

254
135
121

R + G + B ~ 67%. #FE8779 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 135 + 121 = 510 (100%)
R 254 of 510 ~ 49.8%
G 135 of 510 ~ 26.47%
B 121 of 510 ~ 23.73%

%49.8
%26.47
%23.73

CMYK color model

#FE8779 color CMYK value is (0,47,52,0).

  • cyan value is 0.00%
  • magenta value is 46.85%
  • yellow value is 52.36%
  • key color value is 0.39%
CMYK:
(0,47,52,0)
C0M47Y52K0 
(0%,47%,52%,0%)
(0.00/0.47/0.52/0.00)	

CMYK percentages

%0
%46.85
%52.36
%0.39

Codes

Color #FE8779 in popluar color models

FE8779
RGB254135121
HSL98.52%73.53%
HSB/HSV52.36%99.61%
CMYK0.00%46.85%52.36%
0.39%

Color #FE8779 in popluar number systems.

HEXFE8779
Decimal254135121
Binary11111110100001111111001
Octal376207171

Shades and tints

Shades of #FE8779

#FE8779
(254,135,121)
#E77B6E
(231,123,110)
#D06F63
(208,111,99)
#B96358
(185,99,88)
#A2574D
(162,87,77)
#8B4B42
(139,75,66)
#743F37
(116,63,55)
#5D332C
(93,51,44)
#462721
(70,39,33)
#2F1B16
(47,27,22)
#180F0B
(24,15,11)
#000000
(0,0,0)

Tints of #FE8779

#FE8779
(254,135,121)
#FE9185
(254,145,133)
#FE9B91
(254,155,145)
#FEA59D
(254,165,157)
#FEAFA9
(254,175,169)
#FEB9B5
(254,185,181)
#FEC3C1
(254,195,193)
#FECDCD
(254,205,205)
#FED7D9
(254,215,217)
#FEE1E5
(254,225,229)
#FEEBF1
(254,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE8779 color. Also use rgb(254,135,121) instead hex code.

Text Font Color

.myTextColor { color: #FE8779; }

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

This text font color is #FE8779.


Background Color

.myBgColor { background-color: #FE8779; }

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

This div background color is #FE8779.


Border color

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

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

This div border color is #FE8779.


Opacity

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

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

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

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

This text has shadow with #FE8779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE8779 on black background.


Color preview on white background

This text has color #FE8779 on white background.



Black color preview on #FE8779 background

This text has black color on #FE8779 background.


White color preview on #FE8779 background

This text has white color on #FE8779 background.