COLOR #FED5DD

HEX: #FED5DD RGB: (254,213,221)

Color info

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

RGB color model

#FED5DD color RGB value is (254,213,221).

RGB: (254,213,221) (100%, 84%, 87%)

RGB channels and saturation

R 254 of 255 = 100%
G 213 of 255 = 84%
B 221 of 255 = 87%

254
213
221

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

Portions of RGB colors in percentages

R + G + B = 254 + 213 + 221 = 688 (100%)
R 254 of 688 ~ 36.92%
G 213 of 688 ~ 30.96%
B 221 of 688 ~ 32.12'%

%36.92
%30.96
%32.12

CMYK color model

#FED5DD color CMYK value is (0,16,13,0).

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

CMYK: (0,16,13,0)
C0M16Y13K0 (0%, 16%, 13%, 0%)
(0.00 / 0.16 / 0.13 / 0.00)

CMYK percentages

%0
%16.14
%12.99
%0.39

Codes

Color #FED5DD in popluar color models

FE D5 DD
RGB 254 213 221
HSL 348° 95.35% 91.57%
HSB/HSV 348° 16.14% 99.61%
CMYK 0.00% 16.14% 12.99%
0.39%

Color #FED5DD in popluar number systems.

HEX FE D5 DD
Decimal 254 213 221
Binary 11111110 11010101 11011101
Octal 376 325 335

Shades and tints

Shades of #FED5DD

#FED5DD
(254,213,221)
#E7C2C9
(231,194,201)
#D0AFB5
(208,175,181)
#B99CA1
(185,156,161)
#A2898D
(162,137,141)
#8B7679
(139,118,121)
#746365
(116,99,101)
#5D5051
(93,80,81)
#463D3D
(70,61,61)
#2F2A29
(47,42,41)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #FED5DD

#FED5DD
(254,213,221)
#FED8E0
(254,216,224)
#FEDBE3
(254,219,227)
#FEDEE6
(254,222,230)
#FEE1E9
(254,225,233)
#FEE4EC
(254,228,236)
#FEE7EF
(254,231,239)
#FEEAF2
(254,234,242)
#FEEDF5
(254,237,245)
#FEF0F8
(254,240,248)
#FEF3FB
(254,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED5DD; }

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

This text font color is #FED5DD.

Background Color

.myBgColor { background-color: #FED5DD; }

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

This div background color is #FED5DD.

Border color

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

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

This div border color is #FED5DD.

Opacity

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

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

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

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

This text has shadow with #FED5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED5DD.

Preview

Color preview on black background

This text has color #FED5DD on black background.


Color preview on white background

This text has color #FED5DD on white background.


Black color preview on #FED5DD background

This text has black color on #FED5DD background.


White color preview on #FED5DD background

This text has white color on #FED5DD background.


Related colors

Complementary color

Complementary color for #hex is #012A22.


I love getcolorcode.com

Triadic colors

1 #DDFED5 and #D5DDFE with #FED5DD are triadic colors.

2 #DDD5FE and #D5FEDD with #FED5DD are triadic colors.