COLOR #FEA7AF

HEX: #FEA7AF
RGB: (254,167,175)

Color info

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

RGB color model

#FEA7AF color RGB value is (254,167,175).

  • red value is 254;
  • green value is 167;
  • blue value is 175.
RGB:
(254,167,175)
(100%,65%,69%)

RGB channels and saturation

R 254 of 255 = 100%
G 167 of 255 = 65%
B 175 of 255 = 69%

254
167
175

R + G + B ~ 78%. #FEA7AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 167 + 175 = 596 (100%)
R 254 of 596 ~ 42.62%
G 167 of 596 ~ 28.02%
B 175 of 596 ~ 29.36%

%42.62
%28.02
%29.36

CMYK color model

#FEA7AF color CMYK value is (0,34,31,0).

  • cyan value is 0.00%
  • magenta value is 34.25%
  • yellow value is 31.10%
  • key color value is 0.39%
CMYK:
(0,34,31,0)
C0M34Y31K0 
(0%,34%,31%,0%)
(0.00/0.34/0.31/0.00)	

CMYK percentages

%0
%34.25
%31.1
%0.39

Codes

Color #FEA7AF in popluar color models

FEA7AF
RGB254167175
HSL354°97.75%82.55%
HSB/HSV354°34.25%99.61%
CMYK0.00%34.25%31.10%
0.39%

Color #FEA7AF in popluar number systems.

HEXFEA7AF
Decimal254167175
Binary111111101010011110101111
Octal376247257

Shades and tints

Shades of #FEA7AF

#FEA7AF
(254,167,175)
#E798A0
(231,152,160)
#D08991
(208,137,145)
#B97A82
(185,122,130)
#A26B73
(162,107,115)
#8B5C64
(139,92,100)
#744D55
(116,77,85)
#5D3E46
(93,62,70)
#462F37
(70,47,55)
#2F2028
(47,32,40)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #FEA7AF

#FEA7AF
(254,167,175)
#FEAFB6
(254,175,182)
#FEB7BD
(254,183,189)
#FEBFC4
(254,191,196)
#FEC7CB
(254,199,203)
#FECFD2
(254,207,210)
#FED7D9
(254,215,217)
#FEDFE0
(254,223,224)
#FEE7E7
(254,231,231)
#FEEFEE
(254,239,238)
#FEF7F5
(254,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEA7AF; }

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

This text font color is #FEA7AF.


Background Color

.myBgColor { background-color: #FEA7AF; }

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

This div background color is #FEA7AF.


Border color

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

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

This div border color is #FEA7AF.


Opacity

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

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

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

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

This text has shadow with #FEA7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEA7AF on black background.


Color preview on white background

This text has color #FEA7AF on white background.



Black color preview on #FEA7AF background

This text has black color on #FEA7AF background.


White color preview on #FEA7AF background

This text has white color on #FEA7AF background.