COLOR #FE9AE2

HEX: #FE9AE2
RGB: (254,154,226)

Color info

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

RGB color model

#FE9AE2 color RGB value is (254,154,226).

  • red value is 254;
  • green value is 154;
  • blue value is 226.
RGB:
(254,154,226)
(100%,60%,89%)

RGB channels and saturation

R 254 of 255 = 100%
G 154 of 255 = 60%
B 226 of 255 = 89%

254
154
226

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

Portions of RGB colors in percentages

R + G + B =
254 + 154 + 226 = 634 (100%)
R 254 of 634 ~ 40.06%
G 154 of 634 ~ 24.29%
B 226 of 634 ~ 35.65%

%40.06
%24.29
%35.65

CMYK color model

#FE9AE2 color CMYK value is (0,39,11,0).

  • cyan value is 0.00%
  • magenta value is 39.37%
  • yellow value is 11.02%
  • key color value is 0.39%
CMYK:
(0,39,11,0)
C0M39Y11K0 
(0%,39%,11%,0%)
(0.00/0.39/0.11/0.00)	

CMYK percentages

%0
%39.37
%11.02
%0.39

Codes

Color #FE9AE2 in popluar color models

FE9AE2
RGB254154226
HSL317°98.04%80.00%
HSB/HSV317°39.37%99.61%
CMYK0.00%39.37%11.02%
0.39%

Color #FE9AE2 in popluar number systems.

HEXFE9AE2
Decimal254154226
Binary111111101001101011100010
Octal376232342

Shades and tints

Shades of #FE9AE2

#FE9AE2
(254,154,226)
#E78CCE
(231,140,206)
#D07EBA
(208,126,186)
#B970A6
(185,112,166)
#A26292
(162,98,146)
#8B547E
(139,84,126)
#74466A
(116,70,106)
#5D3856
(93,56,86)
#462A42
(70,42,66)
#2F1C2E
(47,28,46)
#180E1A
(24,14,26)
#000000
(0,0,0)

Tints of #FE9AE2

#FE9AE2
(254,154,226)
#FEA3E4
(254,163,228)
#FEACE6
(254,172,230)
#FEB5E8
(254,181,232)
#FEBEEA
(254,190,234)
#FEC7EC
(254,199,236)
#FED0EE
(254,208,238)
#FED9F0
(254,217,240)
#FEE2F2
(254,226,242)
#FEEBF4
(254,235,244)
#FEF4F6
(254,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE9AE2; }

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

This text font color is #FE9AE2.


Background Color

.myBgColor { background-color: #FE9AE2; }

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

This div background color is #FE9AE2.


Border color

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

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

This div border color is #FE9AE2.


Opacity

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

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

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

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

This text has shadow with #FE9AE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE9AE2 on black background.


Color preview on white background

This text has color #FE9AE2 on white background.



Black color preview on #FE9AE2 background

This text has black color on #FE9AE2 background.


White color preview on #FE9AE2 background

This text has white color on #FE9AE2 background.