COLOR #FE97E6

HEX: #FE97E6
RGB: (254,151,230)

Color info

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

RGB color model

#FE97E6 color RGB value is (254,151,230).

  • red value is 254;
  • green value is 151;
  • blue value is 230.
RGB:
(254,151,230)
(100%,59%,90%)

RGB channels and saturation

R 254 of 255 = 100%
G 151 of 255 = 59%
B 230 of 255 = 90%

254
151
230

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

Portions of RGB colors in percentages

R + G + B =
254 + 151 + 230 = 635 (100%)
R 254 of 635 ~ 40%
G 151 of 635 ~ 23.78%
B 230 of 635 ~ 36.22%

%40
%23.78
%36.22

CMYK color model

#FE97E6 color CMYK value is (0,41,9,0).

  • cyan value is 0.00%
  • magenta value is 40.55%
  • yellow value is 9.45%
  • key color value is 0.39%
CMYK:
(0,41,9,0)
C0M41Y9K0 
(0%,41%,9%,0%)
(0.00/0.41/0.09/0.00)	

CMYK percentages

%0
%40.55
%9.45
%0.39

Codes

Color #FE97E6 in popluar color models

FE97E6
RGB254151230
HSL314°98.10%79.41%
HSB/HSV314°40.55%99.61%
CMYK0.00%40.55%9.45%
0.39%

Color #FE97E6 in popluar number systems.

HEXFE97E6
Decimal254151230
Binary111111101001011111100110
Octal376227346

Shades and tints

Shades of #FE97E6

#FE97E6
(254,151,230)
#E78AD2
(231,138,210)
#D07DBE
(208,125,190)
#B970AA
(185,112,170)
#A26396
(162,99,150)
#8B5682
(139,86,130)
#74496E
(116,73,110)
#5D3C5A
(93,60,90)
#462F46
(70,47,70)
#2F2232
(47,34,50)
#18151E
(24,21,30)
#000000
(0,0,0)

Tints of #FE97E6

#FE97E6
(254,151,230)
#FEA0E8
(254,160,232)
#FEA9EA
(254,169,234)
#FEB2EC
(254,178,236)
#FEBBEE
(254,187,238)
#FEC4F0
(254,196,240)
#FECDF2
(254,205,242)
#FED6F4
(254,214,244)
#FEDFF6
(254,223,246)
#FEE8F8
(254,232,248)
#FEF1FA
(254,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE97E6 color. Also use rgb(254,151,230) instead hex code.

Text Font Color

.myTextColor { color: #FE97E6; }

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

This text font color is #FE97E6.


Background Color

.myBgColor { background-color: #FE97E6; }

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

This div background color is #FE97E6.


Border color

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

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

This div border color is #FE97E6.


Opacity

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

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

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

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

This text has shadow with #FE97E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE97E6 on black background.


Color preview on white background

This text has color #FE97E6 on white background.



Black color preview on #FE97E6 background

This text has black color on #FE97E6 background.


White color preview on #FE97E6 background

This text has white color on #FE97E6 background.