COLOR #FEDDE2

HEX: #FEDDE2 RGB: (254,221,226)

Color info

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

RGB color model

#FEDDE2 color RGB value is (254,221,226).

RGB: (254,221,226) (100%, 87%, 89%)

RGB channels and saturation

R 254 of 255 = 100%
G 221 of 255 = 87%
B 226 of 255 = 89%

254
221
226

R + G + B ~ 92%. #FEDDE2 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 221 + 226 = 701 (100%)
R 254 of 701 ~ 36.23%
G 221 of 701 ~ 31.53%
B 226 of 701 ~ 32.24'%

%36.23
%31.53
%32.24

CMYK color model

#FEDDE2 color CMYK value is (0,13,11,0).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 11.02%
  • key color value is 0.39%

CMYK: (0,13,11,0)
C0M13Y11K0 (0%, 13%, 11%, 0%)
(0.00 / 0.13 / 0.11 / 0.00)

CMYK percentages

%0
%12.99
%11.02
%0.39

Codes

Color #FEDDE2 in popluar color models

FE DD E2
RGB 254 221 226
HSL 351° 94.29% 93.14%
HSB/HSV 351° 12.99% 99.61%
CMYK 0.00% 12.99% 11.02%
0.39%

Color #FEDDE2 in popluar number systems.

HEX FE DD E2
Decimal 254 221 226
Binary 11111110 11011101 11100010
Octal 376 335 342

Shades and tints

Shades of #FEDDE2

#FEDDE2
(254,221,226)
#E7C9CE
(231,201,206)
#D0B5BA
(208,181,186)
#B9A1A6
(185,161,166)
#A28D92
(162,141,146)
#8B797E
(139,121,126)
#74656A
(116,101,106)
#5D5156
(93,81,86)
#463D42
(70,61,66)
#2F292E
(47,41,46)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #FEDDE2

#FEDDE2
(254,221,226)
#FEE0E4
(254,224,228)
#FEE3E6
(254,227,230)
#FEE6E8
(254,230,232)
#FEE9EA
(254,233,234)
#FEECEC
(254,236,236)
#FEEFEE
(254,239,238)
#FEF2F0
(254,242,240)
#FEF5F2
(254,245,242)
#FEF8F4
(254,248,244)
#FEFBF6
(254,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEDDE2; }

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

This text font color is #FEDDE2.

Background Color

.myBgColor { background-color: #FEDDE2; }

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

This div background color is #FEDDE2.

Border color

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

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

This div border color is #FEDDE2.

Opacity

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

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

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

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

This text has shadow with #FEDDE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEDDE2.

Preview

Color preview on black background

This text has color #FEDDE2 on black background.


Color preview on white background

This text has color #FEDDE2 on white background.


Black color preview on #FEDDE2 background

This text has black color on #FEDDE2 background.


White color preview on #FEDDE2 background

This text has white color on #FEDDE2 background.


Related colors

Complementary color

Complementary color for #hex is #01221D.


I love getcolorcode.com

Triadic colors

1 #E2FEDD and #DDE2FE with #FEDDE2 are triadic colors.

2 #E2DDFE and #DDFEE2 with #FEDDE2 are triadic colors.