COLOR #FE9AE5

HEX: #FE9AE5 RGB: (254,154,229)

Color info

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

RGB color model

#FE9AE5 color RGB value is (254,154,229).

RGB: (254,154,229) (100%, 60%, 90%)

RGB channels and saturation

R 254 of 255 = 100%
G 154 of 255 = 60%
B 229 of 255 = 90%

254
154
229

R + G + B ~ 83%. #FE9AE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 154 + 229 = 637 (100%)
R 254 of 637 ~ 39.87%
G 154 of 637 ~ 24.18%
B 229 of 637 ~ 35.95'%

%39.87
%24.18
%35.95

CMYK color model

#FE9AE5 color CMYK value is (0,39,10,0).

  • cyan value is 0.00%
  • magenta value is 39.37%
  • yellow value is 9.84%
  • key color value is 0.39%

CMYK: (0,39,10,0)
C0M39Y10K0 (0%, 39%, 10%, 0%)
(0.00 / 0.39 / 0.10 / 0.00)

CMYK percentages

%0
%39.37
%9.84
%0.39

Codes

Color #FE9AE5 in popluar color models

FE 9A E5
RGB 254 154 229
HSL 315° 98.04% 80.00%
HSB/HSV 315° 39.37% 99.61%
CMYK 0.00% 39.37% 9.84%
0.39%

Color #FE9AE5 in popluar number systems.

HEX FE 9A E5
Decimal 254 154 229
Binary 11111110 10011010 11100101
Octal 376 232 345

Shades and tints

Shades of #FE9AE5

#FE9AE5
(254,154,229)
#E78CD1
(231,140,209)
#D07EBD
(208,126,189)
#B970A9
(185,112,169)
#A26295
(162,98,149)
#8B5481
(139,84,129)
#74466D
(116,70,109)
#5D3859
(93,56,89)
#462A45
(70,42,69)
#2F1C31
(47,28,49)
#180E1D
(24,14,29)
#000000
(0,0,0)

Tints of #FE9AE5

#FE9AE5
(254,154,229)
#FEA3E7
(254,163,231)
#FEACE9
(254,172,233)
#FEB5EB
(254,181,235)
#FEBEED
(254,190,237)
#FEC7EF
(254,199,239)
#FED0F1
(254,208,241)
#FED9F3
(254,217,243)
#FEE2F5
(254,226,245)
#FEEBF7
(254,235,247)
#FEF4F9
(254,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE9AE5 color. Also use rgb(254,154,229) instead hex code.

Text Font Color

.myTextColor { color: #FE9AE5; }

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

This text font color is #FE9AE5.

Background Color

.myBgColor { background-color: #FE9AE5; }

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

This div background color is #FE9AE5.

Border color

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

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

This div border color is #FE9AE5.

Opacity

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

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

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

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

This text has shadow with #FE9AE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE9AE5.

Preview

Color preview on black background

This text has color #FE9AE5 on black background.


Color preview on white background

This text has color #FE9AE5 on white background.


Black color preview on #FE9AE5 background

This text has black color on #FE9AE5 background.


White color preview on #FE9AE5 background

This text has white color on #FE9AE5 background.


Related colors

Complementary color

Complementary color for #hex is #01651A.


I love getcolorcode.com

Triadic colors

1 #E5FE9A and #9AE5FE with #FE9AE5 are triadic colors.

2 #E59AFE and #9AFEE5 with #FE9AE5 are triadic colors.