COLOR #FE86C1

HEX: #FE86C1
RGB: (254,134,193)

Color info

#FE86C1 contains mainly red color. Web safe color of #FE86C1 is #FF99CC (or #F9C).

RGB color model

#FE86C1 color RGB value is (254,134,193).

  • red value is 254;
  • green value is 134;
  • blue value is 193.
RGB:
(254,134,193)
(100%,53%,76%)

RGB channels and saturation

R 254 of 255 = 100%
G 134 of 255 = 53%
B 193 of 255 = 76%

254
134
193

R + G + B ~ 76%. #FE86C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 134 + 193 = 581 (100%)
R 254 of 581 ~ 43.72%
G 134 of 581 ~ 23.06%
B 193 of 581 ~ 33.22%

%43.72
%23.06
%33.22

CMYK color model

#FE86C1 color CMYK value is (0,47,24,0).

  • cyan value is 0.00%
  • magenta value is 47.24%
  • yellow value is 24.02%
  • key color value is 0.39%
CMYK:
(0,47,24,0)
C0M47Y24K0 
(0%,47%,24%,0%)
(0.00/0.47/0.24/0.00)	

CMYK percentages

%0
%47.24
%24.02
%0.39

Codes

Color #FE86C1 in popluar color models

FE86C1
RGB254134193
HSL331°98.36%76.08%
HSB/HSV331°47.24%99.61%
CMYK0.00%47.24%24.02%
0.39%

Color #FE86C1 in popluar number systems.

HEXFE86C1
Decimal254134193
Binary111111101000011011000001
Octal376206301

Shades and tints

Shades of #FE86C1

#FE86C1
(254,134,193)
#E77AB0
(231,122,176)
#D06E9F
(208,110,159)
#B9628E
(185,98,142)
#A2567D
(162,86,125)
#8B4A6C
(139,74,108)
#743E5B
(116,62,91)
#5D324A
(93,50,74)
#462639
(70,38,57)
#2F1A28
(47,26,40)
#180E17
(24,14,23)
#000000
(0,0,0)

Tints of #FE86C1

#FE86C1
(254,134,193)
#FE91C6
(254,145,198)
#FE9CCB
(254,156,203)
#FEA7D0
(254,167,208)
#FEB2D5
(254,178,213)
#FEBDDA
(254,189,218)
#FEC8DF
(254,200,223)
#FED3E4
(254,211,228)
#FEDEE9
(254,222,233)
#FEE9EE
(254,233,238)
#FEF4F3
(254,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE86C1 color. Also use rgb(254,134,193) instead hex code.

Text Font Color

.myTextColor { color: #FE86C1; }

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

This text font color is #FE86C1.


Background Color

.myBgColor { background-color: #FE86C1; }

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

This div background color is #FE86C1.


Border color

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

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

This div border color is #FE86C1.


Opacity

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

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

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

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

This text has shadow with #FE86C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE86C1 on black background.


Color preview on white background

This text has color #FE86C1 on white background.



Black color preview on #FE86C1 background

This text has black color on #FE86C1 background.


White color preview on #FE86C1 background

This text has white color on #FE86C1 background.