COLOR #FE95EA

HEX: #FE95EA
RGB: (254,149,234)

Color info

#FE95EA contains mainly red and blue colors. Web safe color of #FE95EA is #FF99FF (or #F9F).

RGB color model

#FE95EA color RGB value is (254,149,234).

  • red value is 254;
  • green value is 149;
  • blue value is 234.
RGB:
(254,149,234)
(100%,58%,92%)

RGB channels and saturation

R 254 of 255 = 100%
G 149 of 255 = 58%
B 234 of 255 = 92%

254
149
234

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

Portions of RGB colors in percentages

R + G + B =
254 + 149 + 234 = 637 (100%)
R 254 of 637 ~ 39.87%
G 149 of 637 ~ 23.39%
B 234 of 637 ~ 36.73%

%39.87
%23.39
%36.73

CMYK color model

#FE95EA color CMYK value is (0,41,8,0).

  • cyan value is 0.00%
  • magenta value is 41.34%
  • yellow value is 7.87%
  • key color value is 0.39%
CMYK:
(0,41,8,0)
C0M41Y8K0 
(0%,41%,8%,0%)
(0.00/0.41/0.08/0.00)	

CMYK percentages

%0
%41.34
%7.87
%0.39

Codes

Color #FE95EA in popluar color models

FE95EA
RGB254149234
HSL311°98.13%79.02%
HSB/HSV311°41.34%99.61%
CMYK0.00%41.34%7.87%
0.39%

Color #FE95EA in popluar number systems.

HEXFE95EA
Decimal254149234
Binary111111101001010111101010
Octal376225352

Shades and tints

Shades of #FE95EA

#FE95EA
(254,149,234)
#E788D5
(231,136,213)
#D07BC0
(208,123,192)
#B96EAB
(185,110,171)
#A26196
(162,97,150)
#8B5481
(139,84,129)
#74476C
(116,71,108)
#5D3A57
(93,58,87)
#462D42
(70,45,66)
#2F202D
(47,32,45)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #FE95EA

#FE95EA
(254,149,234)
#FE9EEB
(254,158,235)
#FEA7EC
(254,167,236)
#FEB0ED
(254,176,237)
#FEB9EE
(254,185,238)
#FEC2EF
(254,194,239)
#FECBF0
(254,203,240)
#FED4F1
(254,212,241)
#FEDDF2
(254,221,242)
#FEE6F3
(254,230,243)
#FEEFF4
(254,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE95EA color. Also use rgb(254,149,234) instead hex code.

Text Font Color

.myTextColor { color: #FE95EA; }

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

This text font color is #FE95EA.


Background Color

.myBgColor { background-color: #FE95EA; }

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

This div background color is #FE95EA.


Border color

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

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

This div border color is #FE95EA.


Opacity

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

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

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

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

This text has shadow with #FE95EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE95EA on black background.


Color preview on white background

This text has color #FE95EA on white background.



Black color preview on #FE95EA background

This text has black color on #FE95EA background.


White color preview on #FE95EA background

This text has white color on #FE95EA background.