COLOR #FEADC2

HEX: #FEADC2
RGB: (254,173,194)

Color info

#FEADC2 contains mainly red color. Web safe color of #FEADC2 is #FF99CC (or #F9C).

RGB color model

#FEADC2 color RGB value is (254,173,194).

  • red value is 254;
  • green value is 173;
  • blue value is 194.
RGB:
(254,173,194)
(100%,68%,76%)

RGB channels and saturation

R 254 of 255 = 100%
G 173 of 255 = 68%
B 194 of 255 = 76%

254
173
194

R + G + B ~ 81%. #FEADC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 173 + 194 = 621 (100%)
R 254 of 621 ~ 40.9%
G 173 of 621 ~ 27.86%
B 194 of 621 ~ 31.24%

%40.9
%27.86
%31.24

CMYK color model

#FEADC2 color CMYK value is (0,32,24,0).

  • cyan value is 0.00%
  • magenta value is 31.89%
  • yellow value is 23.62%
  • key color value is 0.39%
CMYK:
(0,32,24,0)
C0M32Y24K0 
(0%,32%,24%,0%)
(0.00/0.32/0.24/0.00)	

CMYK percentages

%0
%31.89
%23.62
%0.39

Codes

Color #FEADC2 in popluar color models

FEADC2
RGB254173194
HSL344°97.59%83.73%
HSB/HSV344°31.89%99.61%
CMYK0.00%31.89%23.62%
0.39%

Color #FEADC2 in popluar number systems.

HEXFEADC2
Decimal254173194
Binary111111101010110111000010
Octal376255302

Shades and tints

Shades of #FEADC2

#FEADC2
(254,173,194)
#E79EB1
(231,158,177)
#D08FA0
(208,143,160)
#B9808F
(185,128,143)
#A2717E
(162,113,126)
#8B626D
(139,98,109)
#74535C
(116,83,92)
#5D444B
(93,68,75)
#46353A
(70,53,58)
#2F2629
(47,38,41)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #FEADC2

#FEADC2
(254,173,194)
#FEB4C7
(254,180,199)
#FEBBCC
(254,187,204)
#FEC2D1
(254,194,209)
#FEC9D6
(254,201,214)
#FED0DB
(254,208,219)
#FED7E0
(254,215,224)
#FEDEE5
(254,222,229)
#FEE5EA
(254,229,234)
#FEECEF
(254,236,239)
#FEF3F4
(254,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEADC2 color. Also use rgb(254,173,194) instead hex code.

Text Font Color

.myTextColor { color: #FEADC2; }

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

This text font color is #FEADC2.


Background Color

.myBgColor { background-color: #FEADC2; }

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

This div background color is #FEADC2.


Border color

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

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

This div border color is #FEADC2.


Opacity

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

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

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

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

This text has shadow with #FEADC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEADC2 on black background.


Color preview on white background

This text has color #FEADC2 on white background.



Black color preview on #FEADC2 background

This text has black color on #FEADC2 background.


White color preview on #FEADC2 background

This text has white color on #FEADC2 background.