COLOR #FE93C9

HEX: #FE93C9
RGB: (254,147,201)

Color info

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

RGB color model

#FE93C9 color RGB value is (254,147,201).

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

RGB channels and saturation

R 254 of 255 = 100%
G 147 of 255 = 58%
B 201 of 255 = 79%

254
147
201

R + G + B ~ 79%. #FE93C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 147 + 201 = 602 (100%)
R 254 of 602 ~ 42.19%
G 147 of 602 ~ 24.42%
B 201 of 602 ~ 33.39%

%42.19
%24.42
%33.39

CMYK color model

#FE93C9 color CMYK value is (0,42,21,0).

  • cyan value is 0.00%
  • magenta value is 42.13%
  • yellow value is 20.87%
  • key color value is 0.39%
CMYK:
(0,42,21,0)
C0M42Y21K0 
(0%,42%,21%,0%)
(0.00/0.42/0.21/0.00)	

CMYK percentages

%0
%42.13
%20.87
%0.39

Codes

Color #FE93C9 in popluar color models

FE93C9
RGB254147201
HSL330°98.17%78.63%
HSB/HSV330°42.13%99.61%
CMYK0.00%42.13%20.87%
0.39%

Color #FE93C9 in popluar number systems.

HEXFE93C9
Decimal254147201
Binary111111101001001111001001
Octal376223311

Shades and tints

Shades of #FE93C9

#FE93C9
(254,147,201)
#E786B7
(231,134,183)
#D079A5
(208,121,165)
#B96C93
(185,108,147)
#A25F81
(162,95,129)
#8B526F
(139,82,111)
#74455D
(116,69,93)
#5D384B
(93,56,75)
#462B39
(70,43,57)
#2F1E27
(47,30,39)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #FE93C9

#FE93C9
(254,147,201)
#FE9CCD
(254,156,205)
#FEA5D1
(254,165,209)
#FEAED5
(254,174,213)
#FEB7D9
(254,183,217)
#FEC0DD
(254,192,221)
#FEC9E1
(254,201,225)
#FED2E5
(254,210,229)
#FEDBE9
(254,219,233)
#FEE4ED
(254,228,237)
#FEEDF1
(254,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE93C9; }

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

This text font color is #FE93C9.


Background Color

.myBgColor { background-color: #FE93C9; }

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

This div background color is #FE93C9.


Border color

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

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

This div border color is #FE93C9.


Opacity

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

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

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

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

This text has shadow with #FE93C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE93C9 on black background.


Color preview on white background

This text has color #FE93C9 on white background.



Black color preview on #FE93C9 background

This text has black color on #FE93C9 background.


White color preview on #FE93C9 background

This text has white color on #FE93C9 background.