COLOR #FE9DB3

HEX: #FE9DB3
RGB: (254,157,179)

Color info

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

RGB color model

#FE9DB3 color RGB value is (254,157,179).

  • red value is 254;
  • green value is 157;
  • blue value is 179.
RGB:
(254,157,179)
(100%,62%,70%)

RGB channels and saturation

R 254 of 255 = 100%
G 157 of 255 = 62%
B 179 of 255 = 70%

254
157
179

R + G + B ~ 77%. #FE9DB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 157 + 179 = 590 (100%)
R 254 of 590 ~ 43.05%
G 157 of 590 ~ 26.61%
B 179 of 590 ~ 30.34%

%43.05
%26.61
%30.34

CMYK color model

#FE9DB3 color CMYK value is (0,38,30,0).

  • cyan value is 0.00%
  • magenta value is 38.19%
  • yellow value is 29.53%
  • key color value is 0.39%
CMYK:
(0,38,30,0)
C0M38Y30K0 
(0%,38%,30%,0%)
(0.00/0.38/0.30/0.00)	

CMYK percentages

%0
%38.19
%29.53
%0.39

Codes

Color #FE9DB3 in popluar color models

FE9DB3
RGB254157179
HSL346°97.98%80.59%
HSB/HSV346°38.19%99.61%
CMYK0.00%38.19%29.53%
0.39%

Color #FE9DB3 in popluar number systems.

HEXFE9DB3
Decimal254157179
Binary111111101001110110110011
Octal376235263

Shades and tints

Shades of #FE9DB3

#FE9DB3
(254,157,179)
#E78FA3
(231,143,163)
#D08193
(208,129,147)
#B97383
(185,115,131)
#A26573
(162,101,115)
#8B5763
(139,87,99)
#744953
(116,73,83)
#5D3B43
(93,59,67)
#462D33
(70,45,51)
#2F1F23
(47,31,35)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #FE9DB3

#FE9DB3
(254,157,179)
#FEA5B9
(254,165,185)
#FEADBF
(254,173,191)
#FEB5C5
(254,181,197)
#FEBDCB
(254,189,203)
#FEC5D1
(254,197,209)
#FECDD7
(254,205,215)
#FED5DD
(254,213,221)
#FEDDE3
(254,221,227)
#FEE5E9
(254,229,233)
#FEEDEF
(254,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE9DB3 color. Also use rgb(254,157,179) instead hex code.

Text Font Color

.myTextColor { color: #FE9DB3; }

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

This text font color is #FE9DB3.


Background Color

.myBgColor { background-color: #FE9DB3; }

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

This div background color is #FE9DB3.


Border color

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

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

This div border color is #FE9DB3.


Opacity

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

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

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

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

This text has shadow with #FE9DB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE9DB3 on black background.


Color preview on white background

This text has color #FE9DB3 on white background.



Black color preview on #FE9DB3 background

This text has black color on #FE9DB3 background.


White color preview on #FE9DB3 background

This text has white color on #FE9DB3 background.