COLOR #FED2DD

HEX: #FED2DD RGB: (254,210,221)

Color info

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

RGB color model

#FED2DD color RGB value is (254,210,221).

RGB: (254,210,221) (100%, 82%, 87%)

RGB channels and saturation

R 254 of 255 = 100%
G 210 of 255 = 82%
B 221 of 255 = 87%

254
210
221

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

Portions of RGB colors in percentages

R + G + B = 254 + 210 + 221 = 685 (100%)
R 254 of 685 ~ 37.08%
G 210 of 685 ~ 30.66%
B 221 of 685 ~ 32.26'%

%37.08
%30.66
%32.26

CMYK color model

#FED2DD color CMYK value is (0,17,13,0).

  • cyan value is 0.00%
  • magenta value is 17.32%
  • yellow value is 12.99%
  • key color value is 0.39%
CMYK: (0,17,13,0) C0M17Y13K0 (0%,17%,13%,0%) (0.00/0.17/0.13/0.00) 

CMYK percentages

%0
%17.32
%12.99
%0.39

Codes

Color #FED2DD in popluar color models

FE D2 DD
RGB 254 210 221
HSL 345° 95.65% 90.98%
HSB/HSV 345° 17.32% 99.61%
CMYK 0.00% 17.32% 12.99%
0.39%

Color #FED2DD in popluar number systems.

HEX FE D2 DD
Decimal 254 210 221
Binary 11111110 11010010 11011101
Octal 376 322 335

Shades and tints

Shades of #FED2DD

#FED2DD
(254,210,221)
#E7BFC9
(231,191,201)
#D0ACB5
(208,172,181)
#B999A1
(185,153,161)
#A2868D
(162,134,141)
#8B7379
(139,115,121)
#746065
(116,96,101)
#5D4D51
(93,77,81)
#463A3D
(70,58,61)
#2F2729
(47,39,41)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #FED2DD

#FED2DD
(254,210,221)
#FED6E0
(254,214,224)
#FEDAE3
(254,218,227)
#FEDEE6
(254,222,230)
#FEE2E9
(254,226,233)
#FEE6EC
(254,230,236)
#FEEAEF
(254,234,239)
#FEEEF2
(254,238,242)
#FEF2F5
(254,242,245)
#FEF6F8
(254,246,248)
#FEFAFB
(254,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED2DD; }

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

This text font color is #FED2DD.

Background Color

.myBgColor { background-color: #FED2DD; }

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

This div background color is #FED2DD.

Border color

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

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

This div border color is #FED2DD.

Opacity

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

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

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

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

This text has shadow with #FED2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED2DD.

Preview

Color preview on black background

This text has color #FED2DD on black background.


Color preview on white background

This text has color #FED2DD on white background.


Black color preview on #FED2DD background

This text has black color on #FED2DD background.


White color preview on #FED2DD background

This text has white color on #FED2DD background.


Related colors

Complementary color

Complementary color for #hex is #012D22.


I love getcolorcode.com

Triadic colors

1 #DDFED2 and #D2DDFE with #FED2DD are triadic colors.

2 #DDD2FE and #D2FEDD with #FED2DD are triadic colors.