COLOR #FE9FD7

HEX: #FE9FD7
RGB: (254,159,215)

Color info

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

RGB color model

#FE9FD7 color RGB value is (254,159,215).

  • red value is 254;
  • green value is 159;
  • blue value is 215.
RGB:
(254,159,215)
(100%,62%,84%)

RGB channels and saturation

R 254 of 255 = 100%
G 159 of 255 = 62%
B 215 of 255 = 84%

254
159
215

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

Portions of RGB colors in percentages

R + G + B =
254 + 159 + 215 = 628 (100%)
R 254 of 628 ~ 40.45%
G 159 of 628 ~ 25.32%
B 215 of 628 ~ 34.24%

%40.45
%25.32
%34.24

CMYK color model

#FE9FD7 color CMYK value is (0,37,15,0).

  • cyan value is 0.00%
  • magenta value is 37.40%
  • yellow value is 15.35%
  • key color value is 0.39%
CMYK:
(0,37,15,0)
C0M37Y15K0 
(0%,37%,15%,0%)
(0.00/0.37/0.15/0.00)	

CMYK percentages

%0
%37.4
%15.35
%0.39

Codes

Color #FE9FD7 in popluar color models

FE9FD7
RGB254159215
HSL325°97.94%80.98%
HSB/HSV325°37.40%99.61%
CMYK0.00%37.40%15.35%
0.39%

Color #FE9FD7 in popluar number systems.

HEXFE9FD7
Decimal254159215
Binary111111101001111111010111
Octal376237327

Shades and tints

Shades of #FE9FD7

#FE9FD7
(254,159,215)
#E791C4
(231,145,196)
#D083B1
(208,131,177)
#B9759E
(185,117,158)
#A2678B
(162,103,139)
#8B5978
(139,89,120)
#744B65
(116,75,101)
#5D3D52
(93,61,82)
#462F3F
(70,47,63)
#2F212C
(47,33,44)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #FE9FD7

#FE9FD7
(254,159,215)
#FEA7DA
(254,167,218)
#FEAFDD
(254,175,221)
#FEB7E0
(254,183,224)
#FEBFE3
(254,191,227)
#FEC7E6
(254,199,230)
#FECFE9
(254,207,233)
#FED7EC
(254,215,236)
#FEDFEF
(254,223,239)
#FEE7F2
(254,231,242)
#FEEFF5
(254,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE9FD7 color. Also use rgb(254,159,215) instead hex code.

Text Font Color

.myTextColor { color: #FE9FD7; }

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

This text font color is #FE9FD7.


Background Color

.myBgColor { background-color: #FE9FD7; }

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

This div background color is #FE9FD7.


Border color

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

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

This div border color is #FE9FD7.


Opacity

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

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

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

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

This text has shadow with #FE9FD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE9FD7 on black background.


Color preview on white background

This text has color #FE9FD7 on white background.



Black color preview on #FE9FD7 background

This text has black color on #FE9FD7 background.


White color preview on #FE9FD7 background

This text has white color on #FE9FD7 background.