COLOR #FEA8E0

HEX: #FEA8E0 RGB: (254,168,224)

Color info

#FEA8E0 contains mainly red and blue colors. Web safe color of #FEA8E0 is #FF99CC (or #F9C).

RGB color model

#FEA8E0 color RGB value is (254,168,224).

RGB: (254,168,224) (100%, 66%, 88%)

RGB channels and saturation

R 254 of 255 = 100%
G 168 of 255 = 66%
B 224 of 255 = 88%

254
168
224

R + G + B ~ 85%. #FEA8E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 168 + 224 = 646 (100%)
R 254 of 646 ~ 39.32%
G 168 of 646 ~ 26.01%
B 224 of 646 ~ 34.67'%

%39.32
%26.01
%34.67

CMYK color model

#FEA8E0 color CMYK value is (0,34,12,0).

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

CMYK: (0,34,12,0)
C0M34Y12K0 (0%, 34%, 12%, 0%)
(0.00 / 0.34 / 0.12 / 0.00)

CMYK percentages

%0
%33.86
%11.81
%0.39

Codes

Color #FEA8E0 in popluar color models

FE A8 E0
RGB 254 168 224
HSL 321° 97.73% 82.75%
HSB/HSV 321° 33.86% 99.61%
CMYK 0.00% 33.86% 11.81%
0.39%

Color #FEA8E0 in popluar number systems.

HEX FE A8 E0
Decimal 254 168 224
Binary 11111110 10101000 11100000
Octal 376 250 340

Shades and tints

Shades of #FEA8E0

#FEA8E0
(254,168,224)
#E799CC
(231,153,204)
#D08AB8
(208,138,184)
#B97BA4
(185,123,164)
#A26C90
(162,108,144)
#8B5D7C
(139,93,124)
#744E68
(116,78,104)
#5D3F54
(93,63,84)
#463040
(70,48,64)
#2F212C
(47,33,44)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #FEA8E0

#FEA8E0
(254,168,224)
#FEAFE2
(254,175,226)
#FEB6E4
(254,182,228)
#FEBDE6
(254,189,230)
#FEC4E8
(254,196,232)
#FECBEA
(254,203,234)
#FED2EC
(254,210,236)
#FED9EE
(254,217,238)
#FEE0F0
(254,224,240)
#FEE7F2
(254,231,242)
#FEEEF4
(254,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEA8E0; }

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

This text font color is #FEA8E0.

Background Color

.myBgColor { background-color: #FEA8E0; }

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

This div background color is #FEA8E0.

Border color

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

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

This div border color is #FEA8E0.

Opacity

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

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

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

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

This text has shadow with #FEA8E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEA8E0.

Preview

Color preview on black background

This text has color #FEA8E0 on black background.


Color preview on white background

This text has color #FEA8E0 on white background.


Black color preview on #FEA8E0 background

This text has black color on #FEA8E0 background.


White color preview on #FEA8E0 background

This text has white color on #FEA8E0 background.


Related colors

Complementary color

Complementary color for #hex is #01571F.


I love getcolorcode.com

Triadic colors

1 #E0FEA8 and #A8E0FE with #FEA8E0 are triadic colors.

2 #E0A8FE and #A8FEE0 with #FEA8E0 are triadic colors.