COLOR #FED4E0

HEX: #FED4E0
RGB: (254,212,224)

Color info

#FED4E0 contains red, green and blue colors in about the same proportion. Web safe color of #FED4E0 is #FFCCCC (or #FCC).

RGB color model

#FED4E0 color RGB value is (254,212,224).

  • red value is 254;
  • green value is 212;
  • blue value is 224.
RGB:
(254,212,224)
(100%,83%,88%)

RGB channels and saturation

R 254 of 255 = 100%
G 212 of 255 = 83%
B 224 of 255 = 88%

254
212
224

R + G + B ~ 90%. #FED4E0 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 212 + 224 = 690 (100%)
R 254 of 690 ~ 36.81%
G 212 of 690 ~ 30.72%
B 224 of 690 ~ 32.46%

%36.81
%30.72
%32.46

CMYK color model

#FED4E0 color CMYK value is (0,17,12,0).

  • cyan value is 0.00%
  • magenta value is 16.54%
  • yellow value is 11.81%
  • key color value is 0.39%
CMYK:
(0,17,12,0)
C0M17Y12K0 
(0%,17%,12%,0%)
(0.00/0.17/0.12/0.00)	

CMYK percentages

%0
%16.54
%11.81
%0.39

Codes

Color #FED4E0 in popluar color models

FED4E0
RGB254212224
HSL343°95.45%91.37%
HSB/HSV343°16.54%99.61%
CMYK0.00%16.54%11.81%
0.39%

Color #FED4E0 in popluar number systems.

HEXFED4E0
Decimal254212224
Binary111111101101010011100000
Octal376324340

Shades and tints

Shades of #FED4E0

#FED4E0
(254,212,224)
#E7C1CC
(231,193,204)
#D0AEB8
(208,174,184)
#B99BA4
(185,155,164)
#A28890
(162,136,144)
#8B757C
(139,117,124)
#746268
(116,98,104)
#5D4F54
(93,79,84)
#463C40
(70,60,64)
#2F292C
(47,41,44)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #FED4E0

#FED4E0
(254,212,224)
#FED7E2
(254,215,226)
#FEDAE4
(254,218,228)
#FEDDE6
(254,221,230)
#FEE0E8
(254,224,232)
#FEE3EA
(254,227,234)
#FEE6EC
(254,230,236)
#FEE9EE
(254,233,238)
#FEECF0
(254,236,240)
#FEEFF2
(254,239,242)
#FEF2F4
(254,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FED4E0 color. Also use rgb(254,212,224) instead hex code.

Text Font Color

.myTextColor { color: #FED4E0; }

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

This text font color is #FED4E0.


Background Color

.myBgColor { background-color: #FED4E0; }

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

This div background color is #FED4E0.


Border color

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

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

This div border color is #FED4E0.


Opacity

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

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

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

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

This text has shadow with #FED4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED4E0 on black background.


Color preview on white background

This text has color #FED4E0 on white background.



Black color preview on #FED4E0 background

This text has black color on #FED4E0 background.


White color preview on #FED4E0 background

This text has white color on #FED4E0 background.