COLOR #FE8F8E

HEX: #FE8F8E
RGB: (254,143,142)

Color info

#FE8F8E contains mainly red color. Web safe color of #FE8F8E is #FF9999 (or #F99).

RGB color model

#FE8F8E color RGB value is (254,143,142).

  • red value is 254;
  • green value is 143;
  • blue value is 142.
RGB:
(254,143,142)
(100%,56%,56%)

RGB channels and saturation

R 254 of 255 = 100%
G 143 of 255 = 56%
B 142 of 255 = 56%

254
143
142

R + G + B ~ 71%. #FE8F8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 143 + 142 = 539 (100%)
R 254 of 539 ~ 47.12%
G 143 of 539 ~ 26.53%
B 142 of 539 ~ 26.35%

%47.12
%26.53
%26.35

CMYK color model

#FE8F8E color CMYK value is (0,44,44,0).

  • cyan value is 0.00%
  • magenta value is 43.70%
  • yellow value is 44.09%
  • key color value is 0.39%
CMYK:
(0,44,44,0)
C0M44Y44K0 
(0%,44%,44%,0%)
(0.00/0.44/0.44/0.00)	

CMYK percentages

%0
%43.7
%44.09
%0.39

Codes

Color #FE8F8E in popluar color models

FE8F8E
RGB254143142
HSL98.25%77.65%
HSB/HSV44.09%99.61%
CMYK0.00%43.70%44.09%
0.39%

Color #FE8F8E in popluar number systems.

HEXFE8F8E
Decimal254143142
Binary111111101000111110001110
Octal376217216

Shades and tints

Shades of #FE8F8E

#FE8F8E
(254,143,142)
#E78282
(231,130,130)
#D07576
(208,117,118)
#B9686A
(185,104,106)
#A25B5E
(162,91,94)
#8B4E52
(139,78,82)
#744146
(116,65,70)
#5D343A
(93,52,58)
#46272E
(70,39,46)
#2F1A22
(47,26,34)
#180D16
(24,13,22)
#000000
(0,0,0)

Tints of #FE8F8E

#FE8F8E
(254,143,142)
#FE9998
(254,153,152)
#FEA3A2
(254,163,162)
#FEADAC
(254,173,172)
#FEB7B6
(254,183,182)
#FEC1C0
(254,193,192)
#FECBCA
(254,203,202)
#FED5D4
(254,213,212)
#FEDFDE
(254,223,222)
#FEE9E8
(254,233,232)
#FEF3F2
(254,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE8F8E color. Also use rgb(254,143,142) instead hex code.

Text Font Color

.myTextColor { color: #FE8F8E; }

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

This text font color is #FE8F8E.


Background Color

.myBgColor { background-color: #FE8F8E; }

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

This div background color is #FE8F8E.


Border color

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

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

This div border color is #FE8F8E.


Opacity

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

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

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

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

This text has shadow with #FE8F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE8F8E on black background.


Color preview on white background

This text has color #FE8F8E on white background.



Black color preview on #FE8F8E background

This text has black color on #FE8F8E background.


White color preview on #FE8F8E background

This text has white color on #FE8F8E background.