COLOR #FE898F

HEX: #FE898F
RGB: (254,137,143)

Color info

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

RGB color model

#FE898F color RGB value is (254,137,143).

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

RGB channels and saturation

R 254 of 255 = 100%
G 137 of 255 = 54%
B 143 of 255 = 56%

254
137
143

R + G + B ~ 70%. #FE898F is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 137 + 143 = 534 (100%)
R 254 of 534 ~ 47.57%
G 137 of 534 ~ 25.66%
B 143 of 534 ~ 26.78%

%47.57
%25.66
%26.78

CMYK color model

#FE898F color CMYK value is (0,46,44,0).

  • cyan value is 0.00%
  • magenta value is 46.06%
  • yellow value is 43.70%
  • key color value is 0.39%
CMYK:
(0,46,44,0)
C0M46Y44K0 
(0%,46%,44%,0%)
(0.00/0.46/0.44/0.00)	

CMYK percentages

%0
%46.06
%43.7
%0.39

Codes

Color #FE898F in popluar color models

FE898F
RGB254137143
HSL357°98.32%76.67%
HSB/HSV357°46.06%99.61%
CMYK0.00%46.06%43.70%
0.39%

Color #FE898F in popluar number systems.

HEXFE898F
Decimal254137143
Binary111111101000100110001111
Octal376211217

Shades and tints

Shades of #FE898F

#FE898F
(254,137,143)
#E77D82
(231,125,130)
#D07175
(208,113,117)
#B96568
(185,101,104)
#A2595B
(162,89,91)
#8B4D4E
(139,77,78)
#744141
(116,65,65)
#5D3534
(93,53,52)
#462927
(70,41,39)
#2F1D1A
(47,29,26)
#18110D
(24,17,13)
#000000
(0,0,0)

Tints of #FE898F

#FE898F
(254,137,143)
#FE9399
(254,147,153)
#FE9DA3
(254,157,163)
#FEA7AD
(254,167,173)
#FEB1B7
(254,177,183)
#FEBBC1
(254,187,193)
#FEC5CB
(254,197,203)
#FECFD5
(254,207,213)
#FED9DF
(254,217,223)
#FEE3E9
(254,227,233)
#FEEDF3
(254,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE898F; }

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

This text font color is #FE898F.


Background Color

.myBgColor { background-color: #FE898F; }

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

This div background color is #FE898F.


Border color

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

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

This div border color is #FE898F.


Opacity

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

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

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

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

This text has shadow with #FE898F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE898F on black background.


Color preview on white background

This text has color #FE898F on white background.



Black color preview on #FE898F background

This text has black color on #FE898F background.


White color preview on #FE898F background

This text has white color on #FE898F background.