COLOR #FED7D7

HEX: #FED7D7 RGB: (254,215,215)

Color info

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

RGB color model

#FED7D7 color RGB value is (254,215,215).

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

RGB channels and saturation

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

254
215
215

R + G + B ~ 89%. #FED7D7 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 215 + 215 = 684 (100%)
R 254 of 684 ~ 37.13%
G 215 of 684 ~ 31.43%
B 215 of 684 ~ 31.43'%

%37.13
%31.43
%31.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.35%
  • 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
%15.35
%15.35
%0.39

Codes

Color #FED7D7 in popluar color models

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

Color #FED7D7 in popluar number systems.

HEX FE D7 D7
Decimal 254 215 215
Binary 11111110 11010111 11010111
Octal 376 327 327

Shades and tints

Shades of #FED7D7

#FED7D7
(254,215,215)
#E7C4C4
(231,196,196)
#D0B1B1
(208,177,177)
#B99E9E
(185,158,158)
#A28B8B
(162,139,139)
#8B7878
(139,120,120)
#746565
(116,101,101)
#5D5252
(93,82,82)
#463F3F
(70,63,63)
#2F2C2C
(47,44,44)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #FED7D7

#FED7D7
(254,215,215)
#FEDADA
(254,218,218)
#FEDDDD
(254,221,221)
#FEE0E0
(254,224,224)
#FEE3E3
(254,227,227)
#FEE6E6
(254,230,230)
#FEE9E9
(254,233,233)
#FEECEC
(254,236,236)
#FEEFEF
(254,239,239)
#FEF2F2
(254,242,242)
#FEF5F5
(254,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED7D7; }

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

This text font color is #FED7D7.

Background Color

.myBgColor { background-color: #FED7D7; }

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

This div background color is #FED7D7.

Border color

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

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

This div border color is #FED7D7.

Opacity

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

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

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

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

This text has shadow with #FED7D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED7D7.

Preview

Color preview on black background

This text has color #FED7D7 on black background.


Color preview on white background

This text has color #FED7D7 on white background.


Black color preview on #FED7D7 background

This text has black color on #FED7D7 background.


White color preview on #FED7D7 background

This text has white color on #FED7D7 background.


Related colors

Complementary color

Complementary color for #hex is #012828.


I love getcolorcode.com