COLOR #FE8CE9

HEX: #FE8CE9 RGB: (254,140,233)

Color info

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

RGB color model

#FE8CE9 color RGB value is (254,140,233).

RGB: (254,140,233) (100%, 55%, 91%)

RGB channels and saturation

R 254 of 255 = 100%
G 140 of 255 = 55%
B 233 of 255 = 91%

254
140
233

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

Portions of RGB colors in percentages

R + G + B = 254 + 140 + 233 = 627 (100%)
R 254 of 627 ~ 40.51%
G 140 of 627 ~ 22.33%
B 233 of 627 ~ 37.16'%

%40.51
%22.33
%37.16

CMYK color model

#FE8CE9 color CMYK value is (0,45,8,0).

  • cyan value is 0.00%
  • magenta value is 44.88%
  • yellow value is 8.27%
  • key color value is 0.39%

CMYK: (0,45,8,0)
C0M45Y8K0 (0%, 45%, 8%, 0%)
(0.00 / 0.45 / 0.08 / 0.00)

CMYK percentages

%0
%44.88
%8.27
%0.39

Codes

Color #FE8CE9 in popluar color models

FE 8C E9
RGB 254 140 233
HSL 311° 98.28% 77.25%
HSB/HSV 311° 44.88% 99.61%
CMYK 0.00% 44.88% 8.27%
0.39%

Color #FE8CE9 in popluar number systems.

HEX FE 8C E9
Decimal 254 140 233
Binary 11111110 10001100 11101001
Octal 376 214 351

Shades and tints

Shades of #FE8CE9

#FE8CE9
(254,140,233)
#E780D4
(231,128,212)
#D074BF
(208,116,191)
#B968AA
(185,104,170)
#A25C95
(162,92,149)
#8B5080
(139,80,128)
#74446B
(116,68,107)
#5D3856
(93,56,86)
#462C41
(70,44,65)
#2F202C
(47,32,44)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #FE8CE9

#FE8CE9
(254,140,233)
#FE96EB
(254,150,235)
#FEA0ED
(254,160,237)
#FEAAEF
(254,170,239)
#FEB4F1
(254,180,241)
#FEBEF3
(254,190,243)
#FEC8F5
(254,200,245)
#FED2F7
(254,210,247)
#FEDCF9
(254,220,249)
#FEE6FB
(254,230,251)
#FEF0FD
(254,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE8CE9 color. Also use rgb(254,140,233) instead hex code.

Text Font Color

.myTextColor { color: #FE8CE9; }

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

This text font color is #FE8CE9.

Background Color

.myBgColor { background-color: #FE8CE9; }

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

This div background color is #FE8CE9.

Border color

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

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

This div border color is #FE8CE9.

Opacity

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

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

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

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

This text has shadow with #FE8CE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE8CE9.

Preview

Color preview on black background

This text has color #FE8CE9 on black background.


Color preview on white background

This text has color #FE8CE9 on white background.


Black color preview on #FE8CE9 background

This text has black color on #FE8CE9 background.


White color preview on #FE8CE9 background

This text has white color on #FE8CE9 background.


Related colors

Complementary color

Complementary color for #hex is #017316.


I love getcolorcode.com

Triadic colors

1 #E9FE8C and #8CE9FE with #FE8CE9 are triadic colors.

2 #E98CFE and #8CFEE9 with #FE8CE9 are triadic colors.