COLOR #FE95E1

HEX: #FE95E1
RGB: (254,149,225)

Color info

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

RGB color model

#FE95E1 color RGB value is (254,149,225).

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

RGB channels and saturation

R 254 of 255 = 100%
G 149 of 255 = 58%
B 225 of 255 = 88%

254
149
225

R + G + B ~ 82%. #FE95E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 149 + 225 = 628 (100%)
R 254 of 628 ~ 40.45%
G 149 of 628 ~ 23.73%
B 225 of 628 ~ 35.83%

%40.45
%23.73
%35.83

CMYK color model

#FE95E1 color CMYK value is (0,41,11,0).

  • cyan value is 0.00%
  • magenta value is 41.34%
  • yellow value is 11.42%
  • key color value is 0.39%
CMYK:
(0,41,11,0)
C0M41Y11K0 
(0%,41%,11%,0%)
(0.00/0.41/0.11/0.00)	

CMYK percentages

%0
%41.34
%11.42
%0.39

Codes

Color #FE95E1 in popluar color models

FE95E1
RGB254149225
HSL317°98.13%79.02%
HSB/HSV317°41.34%99.61%
CMYK0.00%41.34%11.42%
0.39%

Color #FE95E1 in popluar number systems.

HEXFE95E1
Decimal254149225
Binary111111101001010111100001
Octal376225341

Shades and tints

Shades of #FE95E1

#FE95E1
(254,149,225)
#E788CD
(231,136,205)
#D07BB9
(208,123,185)
#B96EA5
(185,110,165)
#A26191
(162,97,145)
#8B547D
(139,84,125)
#744769
(116,71,105)
#5D3A55
(93,58,85)
#462D41
(70,45,65)
#2F202D
(47,32,45)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #FE95E1

#FE95E1
(254,149,225)
#FE9EE3
(254,158,227)
#FEA7E5
(254,167,229)
#FEB0E7
(254,176,231)
#FEB9E9
(254,185,233)
#FEC2EB
(254,194,235)
#FECBED
(254,203,237)
#FED4EF
(254,212,239)
#FEDDF1
(254,221,241)
#FEE6F3
(254,230,243)
#FEEFF5
(254,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE95E1; }

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

This text font color is #FE95E1.


Background Color

.myBgColor { background-color: #FE95E1; }

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

This div background color is #FE95E1.


Border color

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

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

This div border color is #FE95E1.


Opacity

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

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

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

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

This text has shadow with #FE95E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE95E1 on black background.


Color preview on white background

This text has color #FE95E1 on white background.



Black color preview on #FE95E1 background

This text has black color on #FE95E1 background.


White color preview on #FE95E1 background

This text has white color on #FE95E1 background.