COLOR #FED3E2

HEX: #FED3E2
RGB: (254,211,226)

Color info

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

RGB color model

#FED3E2 color RGB value is (254,211,226).

  • red value is 254;
  • green value is 211;
  • blue value is 226.
RGB:
(254,211,226)
(100%,83%,89%)

RGB channels and saturation

R 254 of 255 = 100%
G 211 of 255 = 83%
B 226 of 255 = 89%

254
211
226

R + G + B ~ 91%. #FED3E2 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 211 + 226 = 691 (100%)
R 254 of 691 ~ 36.76%
G 211 of 691 ~ 30.54%
B 226 of 691 ~ 32.71%

%36.76
%30.54
%32.71

CMYK color model

#FED3E2 color CMYK value is (0,17,11,0).

  • cyan value is 0.00%
  • magenta value is 16.93%
  • yellow value is 11.02%
  • key color value is 0.39%
CMYK:
(0,17,11,0)
C0M17Y11K0 
(0%,17%,11%,0%)
(0.00/0.17/0.11/0.00)	

CMYK percentages

%0
%16.93
%11.02
%0.39

Codes

Color #FED3E2 in popluar color models

FED3E2
RGB254211226
HSL339°95.56%91.18%
HSB/HSV339°16.93%99.61%
CMYK0.00%16.93%11.02%
0.39%

Color #FED3E2 in popluar number systems.

HEXFED3E2
Decimal254211226
Binary111111101101001111100010
Octal376323342

Shades and tints

Shades of #FED3E2

#FED3E2
(254,211,226)
#E7C0CE
(231,192,206)
#D0ADBA
(208,173,186)
#B99AA6
(185,154,166)
#A28792
(162,135,146)
#8B747E
(139,116,126)
#74616A
(116,97,106)
#5D4E56
(93,78,86)
#463B42
(70,59,66)
#2F282E
(47,40,46)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #FED3E2

#FED3E2
(254,211,226)
#FED7E4
(254,215,228)
#FEDBE6
(254,219,230)
#FEDFE8
(254,223,232)
#FEE3EA
(254,227,234)
#FEE7EC
(254,231,236)
#FEEBEE
(254,235,238)
#FEEFF0
(254,239,240)
#FEF3F2
(254,243,242)
#FEF7F4
(254,247,244)
#FEFBF6
(254,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FED3E2 color. Also use rgb(254,211,226) instead hex code.

Text Font Color

.myTextColor { color: #FED3E2; }

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

This text font color is #FED3E2.


Background Color

.myBgColor { background-color: #FED3E2; }

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

This div background color is #FED3E2.


Border color

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

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

This div border color is #FED3E2.


Opacity

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

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

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

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

This text has shadow with #FED3E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED3E2 on black background.


Color preview on white background

This text has color #FED3E2 on white background.



Black color preview on #FED3E2 background

This text has black color on #FED3E2 background.


White color preview on #FED3E2 background

This text has white color on #FED3E2 background.