COLOR #FEA8B8

HEX: #FEA8B8 RGB: (254,168,184)

Color info

#FEA8B8 contains mainly red color. Web safe color of #FEA8B8 is #FF99CC (or #F9C).

RGB color model

#FEA8B8 color RGB value is (254,168,184).

RGB: (254,168,184) (100%, 66%, 72%)

RGB channels and saturation

R 254 of 255 = 100%
G 168 of 255 = 66%
B 184 of 255 = 72%

254
168
184

R + G + B ~ 79%. #FEA8B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 168 + 184 = 606 (100%)
R 254 of 606 ~ 41.91%
G 168 of 606 ~ 27.72%
B 184 of 606 ~ 30.36'%

%41.91
%27.72
%30.36

CMYK color model

#FEA8B8 color CMYK value is (0,34,28,0).

  • cyan value is 0.00%
  • magenta value is 33.86%
  • yellow value is 27.56%
  • key color value is 0.39%

CMYK: (0,34,28,0)
C0M34Y28K0 (0%, 34%, 28%, 0%)
(0.00 / 0.34 / 0.28 / 0.00)

CMYK percentages

%0
%33.86
%27.56
%0.39

Codes

Color #FEA8B8 in popluar color models

FE A8 B8
RGB 254 168 184
HSL 349° 97.73% 82.75%
HSB/HSV 349° 33.86% 99.61%
CMYK 0.00% 33.86% 27.56%
0.39%

Color #FEA8B8 in popluar number systems.

HEX FE A8 B8
Decimal 254 168 184
Binary 11111110 10101000 10111000
Octal 376 250 270

Shades and tints

Shades of #FEA8B8

#FEA8B8
(254,168,184)
#E799A8
(231,153,168)
#D08A98
(208,138,152)
#B97B88
(185,123,136)
#A26C78
(162,108,120)
#8B5D68
(139,93,104)
#744E58
(116,78,88)
#5D3F48
(93,63,72)
#463038
(70,48,56)
#2F2128
(47,33,40)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #FEA8B8

#FEA8B8
(254,168,184)
#FEAFBE
(254,175,190)
#FEB6C4
(254,182,196)
#FEBDCA
(254,189,202)
#FEC4D0
(254,196,208)
#FECBD6
(254,203,214)
#FED2DC
(254,210,220)
#FED9E2
(254,217,226)
#FEE0E8
(254,224,232)
#FEE7EE
(254,231,238)
#FEEEF4
(254,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEA8B8 color. Also use rgb(254,168,184) instead hex code.

Text Font Color

.myTextColor { color: #FEA8B8; }

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

This text font color is #FEA8B8.

Background Color

.myBgColor { background-color: #FEA8B8; }

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

This div background color is #FEA8B8.

Border color

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

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

This div border color is #FEA8B8.

Opacity

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

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

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

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

This text has shadow with #FEA8B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEA8B8.

Preview

Color preview on black background

This text has color #FEA8B8 on black background.


Color preview on white background

This text has color #FEA8B8 on white background.


Black color preview on #FEA8B8 background

This text has black color on #FEA8B8 background.


White color preview on #FEA8B8 background

This text has white color on #FEA8B8 background.


Related colors

Complementary color

Complementary color for #hex is #015747.


I love getcolorcode.com

Triadic colors

1 #B8FEA8 and #A8B8FE with #FEA8B8 are triadic colors.

2 #B8A8FE and #A8FEB8 with #FEA8B8 are triadic colors.