COLOR #FE9DFB

HEX: #FE9DFB
RGB: (254,157,251)

Color info

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

RGB color model

#FE9DFB color RGB value is (254,157,251).

  • red value is 254;
  • green value is 157;
  • blue value is 251.
RGB:
(254,157,251)
(100%,62%,98%)

RGB channels and saturation

R 254 of 255 = 100%
G 157 of 255 = 62%
B 251 of 255 = 98%

254
157
251

R + G + B ~ 87%. #FE9DFB is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 157 + 251 = 662 (100%)
R 254 of 662 ~ 38.37%
G 157 of 662 ~ 23.72%
B 251 of 662 ~ 37.92%

%38.37
%23.72
%37.92

CMYK color model

#FE9DFB color CMYK value is (0,38,1,0).

  • cyan value is 0.00%
  • magenta value is 38.19%
  • yellow value is 1.18%
  • key color value is 0.39%
CMYK:
(0,38,1,0)
C0M38Y1K0 
(0%,38%,1%,0%)
(0.00/0.38/0.01/0.00)	

CMYK percentages

%0
%38.19
%1.18
%0.39

Codes

Color #FE9DFB in popluar color models

FE9DFB
RGB254157251
HSL302°97.98%80.59%
HSB/HSV302°38.19%99.61%
CMYK0.00%38.19%1.18%
0.39%

Color #FE9DFB in popluar number systems.

HEXFE9DFB
Decimal254157251
Binary111111101001110111111011
Octal376235373

Shades and tints

Shades of #FE9DFB

#FE9DFB
(254,157,251)
#E78FE5
(231,143,229)
#D081CF
(208,129,207)
#B973B9
(185,115,185)
#A265A3
(162,101,163)
#8B578D
(139,87,141)
#744977
(116,73,119)
#5D3B61
(93,59,97)
#462D4B
(70,45,75)
#2F1F35
(47,31,53)
#18111F
(24,17,31)
#000000
(0,0,0)

Tints of #FE9DFB

#FE9DFB
(254,157,251)
#FEA5FB
(254,165,251)
#FEADFB
(254,173,251)
#FEB5FB
(254,181,251)
#FEBDFB
(254,189,251)
#FEC5FB
(254,197,251)
#FECDFB
(254,205,251)
#FED5FB
(254,213,251)
#FEDDFB
(254,221,251)
#FEE5FB
(254,229,251)
#FEEDFB
(254,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE9DFB color. Also use rgb(254,157,251) instead hex code.

Text Font Color

.myTextColor { color: #FE9DFB; }

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

This text font color is #FE9DFB.


Background Color

.myBgColor { background-color: #FE9DFB; }

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

This div background color is #FE9DFB.


Border color

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

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

This div border color is #FE9DFB.


Opacity

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

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

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

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

This text has shadow with #FE9DFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE9DFB on black background.


Color preview on white background

This text has color #FE9DFB on white background.



Black color preview on #FE9DFB background

This text has black color on #FE9DFB background.


White color preview on #FE9DFB background

This text has white color on #FE9DFB background.