COLOR #FED7D5

HEX: #FED7D5
RGB: (254,215,213)

Color info

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

RGB color model

#FED7D5 color RGB value is (254,215,213).

  • red value is 254;
  • green value is 215;
  • blue value is 213.
RGB:
(254,215,213)
(100%,84%,84%)

RGB channels and saturation

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

254
215
213

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

Portions of RGB colors in percentages

R + G + B =
254 + 215 + 213 = 682 (100%)
R 254 of 682 ~ 37.24%
G 215 of 682 ~ 31.52%
B 213 of 682 ~ 31.23%

%37.24
%31.52
%31.23

CMYK color model

#FED7D5 color CMYK value is (0,15,16,0).

  • cyan value is 0.00%
  • magenta value is 15.35%
  • yellow value is 16.14%
  • key color value is 0.39%
CMYK:
(0,15,16,0)
C0M15Y16K0 
(0%,15%,16%,0%)
(0.00/0.15/0.16/0.00)	

CMYK percentages

%0
%15.35
%16.14
%0.39

Codes

Color #FED7D5 in popluar color models

FED7D5
RGB254215213
HSL95.35%91.57%
HSB/HSV16.14%99.61%
CMYK0.00%15.35%16.14%
0.39%

Color #FED7D5 in popluar number systems.

HEXFED7D5
Decimal254215213
Binary111111101101011111010101
Octal376327325

Shades and tints

Shades of #FED7D5

#FED7D5
(254,215,213)
#E7C4C2
(231,196,194)
#D0B1AF
(208,177,175)
#B99E9C
(185,158,156)
#A28B89
(162,139,137)
#8B7876
(139,120,118)
#746563
(116,101,99)
#5D5250
(93,82,80)
#463F3D
(70,63,61)
#2F2C2A
(47,44,42)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #FED7D5

#FED7D5
(254,215,213)
#FEDAD8
(254,218,216)
#FEDDDB
(254,221,219)
#FEE0DE
(254,224,222)
#FEE3E1
(254,227,225)
#FEE6E4
(254,230,228)
#FEE9E7
(254,233,231)
#FEECEA
(254,236,234)
#FEEFED
(254,239,237)
#FEF2F0
(254,242,240)
#FEF5F3
(254,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED7D5; }

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

This text font color is #FED7D5.


Background Color

.myBgColor { background-color: #FED7D5; }

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

This div background color is #FED7D5.


Border color

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

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

This div border color is #FED7D5.


Opacity

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

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

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

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

This text has shadow with #FED7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED7D5 on black background.


Color preview on white background

This text has color #FED7D5 on white background.



Black color preview on #FED7D5 background

This text has black color on #FED7D5 background.


White color preview on #FED7D5 background

This text has white color on #FED7D5 background.