COLOR #FE98C9

HEX: #FE98C9
RGB: (254,152,201)

Color info

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

RGB color model

#FE98C9 color RGB value is (254,152,201).

  • red value is 254;
  • green value is 152;
  • blue value is 201.
RGB:
(254,152,201)
(100%,60%,79%)

RGB channels and saturation

R 254 of 255 = 100%
G 152 of 255 = 60%
B 201 of 255 = 79%

254
152
201

R + G + B ~ 80%. #FE98C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 152 + 201 = 607 (100%)
R 254 of 607 ~ 41.85%
G 152 of 607 ~ 25.04%
B 201 of 607 ~ 33.11%

%41.85
%25.04
%33.11

CMYK color model

#FE98C9 color CMYK value is (0,40,21,0).

  • cyan value is 0.00%
  • magenta value is 40.16%
  • yellow value is 20.87%
  • key color value is 0.39%
CMYK:
(0,40,21,0)
C0M40Y21K0 
(0%,40%,21%,0%)
(0.00/0.40/0.21/0.00)	

CMYK percentages

%0
%40.16
%20.87
%0.39

Codes

Color #FE98C9 in popluar color models

FE98C9
RGB254152201
HSL331°98.08%79.61%
HSB/HSV331°40.16%99.61%
CMYK0.00%40.16%20.87%
0.39%

Color #FE98C9 in popluar number systems.

HEXFE98C9
Decimal254152201
Binary111111101001100011001001
Octal376230311

Shades and tints

Shades of #FE98C9

#FE98C9
(254,152,201)
#E78BB7
(231,139,183)
#D07EA5
(208,126,165)
#B97193
(185,113,147)
#A26481
(162,100,129)
#8B576F
(139,87,111)
#744A5D
(116,74,93)
#5D3D4B
(93,61,75)
#463039
(70,48,57)
#2F2327
(47,35,39)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #FE98C9

#FE98C9
(254,152,201)
#FEA1CD
(254,161,205)
#FEAAD1
(254,170,209)
#FEB3D5
(254,179,213)
#FEBCD9
(254,188,217)
#FEC5DD
(254,197,221)
#FECEE1
(254,206,225)
#FED7E5
(254,215,229)
#FEE0E9
(254,224,233)
#FEE9ED
(254,233,237)
#FEF2F1
(254,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE98C9 color. Also use rgb(254,152,201) instead hex code.

Text Font Color

.myTextColor { color: #FE98C9; }

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

This text font color is #FE98C9.


Background Color

.myBgColor { background-color: #FE98C9; }

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

This div background color is #FE98C9.


Border color

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

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

This div border color is #FE98C9.


Opacity

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

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

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

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

This text has shadow with #FE98C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE98C9 on black background.


Color preview on white background

This text has color #FE98C9 on white background.



Black color preview on #FE98C9 background

This text has black color on #FE98C9 background.


White color preview on #FE98C9 background

This text has white color on #FE98C9 background.