COLOR #FED9D7

HEX: #FED9D7 RGB: (254,217,215)

Color info

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

RGB color model

#FED9D7 color RGB value is (254,217,215).

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

RGB channels and saturation

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

254
217
215

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

Portions of RGB colors in percentages

R + G + B = 254 + 217 + 215 = 686 (100%)
R 254 of 686 ~ 37.03%
G 217 of 686 ~ 31.63%
B 215 of 686 ~ 31.34'%

%37.03
%31.63
%31.34

CMYK color model

#FED9D7 color CMYK value is (0,15,15,0).

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

CMYK: (0,15,15,0)
C0M15Y15K0 (0%, 15%, 15%, 0%)
(0.00 / 0.15 / 0.15 / 0.00)

CMYK percentages

%0
%14.57
%15.35
%0.39

Codes

Color #FED9D7 in popluar color models

FE D9 D7
RGB 254 217 215
HSL 95.12% 91.96%
HSB/HSV 15.35% 99.61%
CMYK 0.00% 14.57% 15.35%
0.39%

Color #FED9D7 in popluar number systems.

HEX FE D9 D7
Decimal 254 217 215
Binary 11111110 11011001 11010111
Octal 376 331 327

Shades and tints

Shades of #FED9D7

#FED9D7
(254,217,215)
#E7C6C4
(231,198,196)
#D0B3B1
(208,179,177)
#B9A09E
(185,160,158)
#A28D8B
(162,141,139)
#8B7A78
(139,122,120)
#746765
(116,103,101)
#5D5452
(93,84,82)
#46413F
(70,65,63)
#2F2E2C
(47,46,44)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #FED9D7

#FED9D7
(254,217,215)
#FEDCDA
(254,220,218)
#FEDFDD
(254,223,221)
#FEE2E0
(254,226,224)
#FEE5E3
(254,229,227)
#FEE8E6
(254,232,230)
#FEEBE9
(254,235,233)
#FEEEEC
(254,238,236)
#FEF1EF
(254,241,239)
#FEF4F2
(254,244,242)
#FEF7F5
(254,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED9D7; }

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

This text font color is #FED9D7.

Background Color

.myBgColor { background-color: #FED9D7; }

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

This div background color is #FED9D7.

Border color

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

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

This div border color is #FED9D7.

Opacity

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

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

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

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

This text has shadow with #FED9D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED9D7.

Preview

Color preview on black background

This text has color #FED9D7 on black background.


Color preview on white background

This text has color #FED9D7 on white background.


Black color preview on #FED9D7 background

This text has black color on #FED9D7 background.


White color preview on #FED9D7 background

This text has white color on #FED9D7 background.


Related colors

Complementary color

Complementary color for #hex is #012628.


I love getcolorcode.com

Triadic colors

1 #D7FED9 and #D9D7FE with #FED9D7 are triadic colors.

2 #D7D9FE and #D9FED7 with #FED9D7 are triadic colors.