COLOR #FED2E2

HEX: #FED2E2
RGB: (254,210,226)

Color info

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

RGB color model

#FED2E2 color RGB value is (254,210,226).

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

RGB channels and saturation

R 254 of 255 = 100%
G 210 of 255 = 82%
B 226 of 255 = 89%

254
210
226

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

Portions of RGB colors in percentages

R + G + B =
254 + 210 + 226 = 690 (100%)
R 254 of 690 ~ 36.81%
G 210 of 690 ~ 30.43%
B 226 of 690 ~ 32.75%

%36.81
%30.43
%32.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.32%
  • 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
%17.32
%11.02
%0.39

Codes

Color #FED2E2 in popluar color models

FED2E2
RGB254210226
HSL338°95.65%90.98%
HSB/HSV338°17.32%99.61%
CMYK0.00%17.32%11.02%
0.39%

Color #FED2E2 in popluar number systems.

HEXFED2E2
Decimal254210226
Binary111111101101001011100010
Octal376322342

Shades and tints

Shades of #FED2E2

#FED2E2
(254,210,226)
#E7BFCE
(231,191,206)
#D0ACBA
(208,172,186)
#B999A6
(185,153,166)
#A28692
(162,134,146)
#8B737E
(139,115,126)
#74606A
(116,96,106)
#5D4D56
(93,77,86)
#463A42
(70,58,66)
#2F272E
(47,39,46)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #FED2E2

#FED2E2
(254,210,226)
#FED6E4
(254,214,228)
#FEDAE6
(254,218,230)
#FEDEE8
(254,222,232)
#FEE2EA
(254,226,234)
#FEE6EC
(254,230,236)
#FEEAEE
(254,234,238)
#FEEEF0
(254,238,240)
#FEF2F2
(254,242,242)
#FEF6F4
(254,246,244)
#FEFAF6
(254,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED2E2; }

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

This text font color is #FED2E2.


Background Color

.myBgColor { background-color: #FED2E2; }

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

This div background color is #FED2E2.


Border color

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

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

This div border color is #FED2E2.


Opacity

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

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

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

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

This text has shadow with #FED2E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED2E2 on black background.


Color preview on white background

This text has color #FED2E2 on white background.



Black color preview on #FED2E2 background

This text has black color on #FED2E2 background.


White color preview on #FED2E2 background

This text has white color on #FED2E2 background.