COLOR #FE8C98

HEX: #FE8C98
RGB: (254,140,152)

Color info

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

RGB color model

#FE8C98 color RGB value is (254,140,152).

  • red value is 254;
  • green value is 140;
  • blue value is 152.
RGB:
(254,140,152)
(100%,55%,60%)

RGB channels and saturation

R 254 of 255 = 100%
G 140 of 255 = 55%
B 152 of 255 = 60%

254
140
152

R + G + B ~ 72%. #FE8C98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 140 + 152 = 546 (100%)
R 254 of 546 ~ 46.52%
G 140 of 546 ~ 25.64%
B 152 of 546 ~ 27.84%

%46.52
%25.64
%27.84

CMYK color model

#FE8C98 color CMYK value is (0,45,40,0).

  • cyan value is 0.00%
  • magenta value is 44.88%
  • yellow value is 40.16%
  • key color value is 0.39%
CMYK:
(0,45,40,0)
C0M45Y40K0 
(0%,45%,40%,0%)
(0.00/0.45/0.40/0.00)	

CMYK percentages

%0
%44.88
%40.16
%0.39

Codes

Color #FE8C98 in popluar color models

FE8C98
RGB254140152
HSL354°98.28%77.25%
HSB/HSV354°44.88%99.61%
CMYK0.00%44.88%40.16%
0.39%

Color #FE8C98 in popluar number systems.

HEXFE8C98
Decimal254140152
Binary111111101000110010011000
Octal376214230

Shades and tints

Shades of #FE8C98

#FE8C98
(254,140,152)
#E7808B
(231,128,139)
#D0747E
(208,116,126)
#B96871
(185,104,113)
#A25C64
(162,92,100)
#8B5057
(139,80,87)
#74444A
(116,68,74)
#5D383D
(93,56,61)
#462C30
(70,44,48)
#2F2023
(47,32,35)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #FE8C98

#FE8C98
(254,140,152)
#FE96A1
(254,150,161)
#FEA0AA
(254,160,170)
#FEAAB3
(254,170,179)
#FEB4BC
(254,180,188)
#FEBEC5
(254,190,197)
#FEC8CE
(254,200,206)
#FED2D7
(254,210,215)
#FEDCE0
(254,220,224)
#FEE6E9
(254,230,233)
#FEF0F2
(254,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE8C98; }

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

This text font color is #FE8C98.


Background Color

.myBgColor { background-color: #FE8C98; }

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

This div background color is #FE8C98.


Border color

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

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

This div border color is #FE8C98.


Opacity

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

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

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

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

This text has shadow with #FE8C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE8C98 on black background.


Color preview on white background

This text has color #FE8C98 on white background.



Black color preview on #FE8C98 background

This text has black color on #FE8C98 background.


White color preview on #FE8C98 background

This text has white color on #FE8C98 background.