COLOR #FED7DA

HEX: #FED7DA RGB: (254,215,218)

Color info

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

RGB color model

#FED7DA color RGB value is (254,215,218).

RGB: (254,215,218) (100%, 84%, 85%)

RGB channels and saturation

R 254 of 255 = 100%
G 215 of 255 = 84%
B 218 of 255 = 85%

254
215
218

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

Portions of RGB colors in percentages

R + G + B = 254 + 215 + 218 = 687 (100%)
R 254 of 687 ~ 36.97%
G 215 of 687 ~ 31.3%
B 218 of 687 ~ 31.73'%

%36.97
%31.3
%31.73

CMYK color model

#FED7DA color CMYK value is (0,15,14,0).

  • cyan value is 0.00%
  • magenta value is 15.35%
  • yellow value is 14.17%
  • key color value is 0.39%

CMYK: (0,15,14,0)
C0M15Y14K0 (0%, 15%, 14%, 0%)
(0.00 / 0.15 / 0.14 / 0.00)

CMYK percentages

%0
%15.35
%14.17
%0.39

Codes

Color #FED7DA in popluar color models

FE D7 DA
RGB 254 215 218
HSL 355° 95.12% 91.96%
HSB/HSV 355° 15.35% 99.61%
CMYK 0.00% 15.35% 14.17%
0.39%

Color #FED7DA in popluar number systems.

HEX FE D7 DA
Decimal 254 215 218
Binary 11111110 11010111 11011010
Octal 376 327 332

Shades and tints

Shades of #FED7DA

#FED7DA
(254,215,218)
#E7C4C7
(231,196,199)
#D0B1B4
(208,177,180)
#B99EA1
(185,158,161)
#A28B8E
(162,139,142)
#8B787B
(139,120,123)
#746568
(116,101,104)
#5D5255
(93,82,85)
#463F42
(70,63,66)
#2F2C2F
(47,44,47)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #FED7DA

#FED7DA
(254,215,218)
#FEDADD
(254,218,221)
#FEDDE0
(254,221,224)
#FEE0E3
(254,224,227)
#FEE3E6
(254,227,230)
#FEE6E9
(254,230,233)
#FEE9EC
(254,233,236)
#FEECEF
(254,236,239)
#FEEFF2
(254,239,242)
#FEF2F5
(254,242,245)
#FEF5F8
(254,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FED7DA color. Also use rgb(254,215,218) instead hex code.

Text Font Color

.myTextColor { color: #FED7DA; }

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

This text font color is #FED7DA.

Background Color

.myBgColor { background-color: #FED7DA; }

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

This div background color is #FED7DA.

Border color

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

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

This div border color is #FED7DA.

Opacity

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

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

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

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

This text has shadow with #FED7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED7DA.

Preview

Color preview on black background

This text has color #FED7DA on black background.


Color preview on white background

This text has color #FED7DA on white background.


Black color preview on #FED7DA background

This text has black color on #FED7DA background.


White color preview on #FED7DA background

This text has white color on #FED7DA background.


Related colors

Complementary color

Complementary color for #hex is #012825.


I love getcolorcode.com

Triadic colors

1 #DAFED7 and #D7DAFE with #FED7DA are triadic colors.

2 #DAD7FE and #D7FEDA with #FED7DA are triadic colors.