COLOR #FE9A98

HEX: #FE9A98
RGB: (254,154,152)

Color info

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

RGB color model

#FE9A98 color RGB value is (254,154,152).

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

RGB channels and saturation

R 254 of 255 = 100%
G 154 of 255 = 60%
B 152 of 255 = 60%

254
154
152

R + G + B ~ 73%. #FE9A98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 154 + 152 = 560 (100%)
R 254 of 560 ~ 45.36%
G 154 of 560 ~ 27.5%
B 152 of 560 ~ 27.14%

%45.36
%27.5
%27.14

CMYK color model

#FE9A98 color CMYK value is (0,39,40,0).

  • cyan value is 0.00%
  • magenta value is 39.37%
  • yellow value is 40.16%
  • key color value is 0.39%
CMYK:
(0,39,40,0)
C0M39Y40K0 
(0%,39%,40%,0%)
(0.00/0.39/0.40/0.00)	

CMYK percentages

%0
%39.37
%40.16
%0.39

Codes

Color #FE9A98 in popluar color models

FE9A98
RGB254154152
HSL98.08%79.61%
HSB/HSV40.16%99.61%
CMYK0.00%39.37%40.16%
0.39%

Color #FE9A98 in popluar number systems.

HEXFE9A98
Decimal254154152
Binary111111101001101010011000
Octal376232230

Shades and tints

Shades of #FE9A98

#FE9A98
(254,154,152)
#E78C8B
(231,140,139)
#D07E7E
(208,126,126)
#B97071
(185,112,113)
#A26264
(162,98,100)
#8B5457
(139,84,87)
#74464A
(116,70,74)
#5D383D
(93,56,61)
#462A30
(70,42,48)
#2F1C23
(47,28,35)
#180E16
(24,14,22)
#000000
(0,0,0)

Tints of #FE9A98

#FE9A98
(254,154,152)
#FEA3A1
(254,163,161)
#FEACAA
(254,172,170)
#FEB5B3
(254,181,179)
#FEBEBC
(254,190,188)
#FEC7C5
(254,199,197)
#FED0CE
(254,208,206)
#FED9D7
(254,217,215)
#FEE2E0
(254,226,224)
#FEEBE9
(254,235,233)
#FEF4F2
(254,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE9A98; }

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

This text font color is #FE9A98.


Background Color

.myBgColor { background-color: #FE9A98; }

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

This div background color is #FE9A98.


Border color

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

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

This div border color is #FE9A98.


Opacity

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

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

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

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

This text has shadow with #FE9A98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE9A98 on black background.


Color preview on white background

This text has color #FE9A98 on white background.



Black color preview on #FE9A98 background

This text has black color on #FE9A98 background.


White color preview on #FE9A98 background

This text has white color on #FE9A98 background.