COLOR #FED1D5

HEX: #FED1D5
RGB: (254,209,213)

Color info

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

RGB color model

#FED1D5 color RGB value is (254,209,213).

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

RGB channels and saturation

R 254 of 255 = 100%
G 209 of 255 = 82%
B 213 of 255 = 84%

254
209
213

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

Portions of RGB colors in percentages

R + G + B =
254 + 209 + 213 = 676 (100%)
R 254 of 676 ~ 37.57%
G 209 of 676 ~ 30.92%
B 213 of 676 ~ 31.51%

%37.57
%30.92
%31.51

CMYK color model

#FED1D5 color CMYK value is (0,18,16,0).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 16.14%
  • key color value is 0.39%
CMYK:
(0,18,16,0)
C0M18Y16K0 
(0%,18%,16%,0%)
(0.00/0.18/0.16/0.00)	

CMYK percentages

%0
%17.72
%16.14
%0.39

Codes

Color #FED1D5 in popluar color models

FED1D5
RGB254209213
HSL355°95.74%90.78%
HSB/HSV355°17.72%99.61%
CMYK0.00%17.72%16.14%
0.39%

Color #FED1D5 in popluar number systems.

HEXFED1D5
Decimal254209213
Binary111111101101000111010101
Octal376321325

Shades and tints

Shades of #FED1D5

#FED1D5
(254,209,213)
#E7BEC2
(231,190,194)
#D0ABAF
(208,171,175)
#B9989C
(185,152,156)
#A28589
(162,133,137)
#8B7276
(139,114,118)
#745F63
(116,95,99)
#5D4C50
(93,76,80)
#46393D
(70,57,61)
#2F262A
(47,38,42)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #FED1D5

#FED1D5
(254,209,213)
#FED5D8
(254,213,216)
#FED9DB
(254,217,219)
#FEDDDE
(254,221,222)
#FEE1E1
(254,225,225)
#FEE5E4
(254,229,228)
#FEE9E7
(254,233,231)
#FEEDEA
(254,237,234)
#FEF1ED
(254,241,237)
#FEF5F0
(254,245,240)
#FEF9F3
(254,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED1D5; }

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

This text font color is #FED1D5.


Background Color

.myBgColor { background-color: #FED1D5; }

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

This div background color is #FED1D5.


Border color

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

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

This div border color is #FED1D5.


Opacity

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

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

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

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

This text has shadow with #FED1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED1D5 on black background.


Color preview on white background

This text has color #FED1D5 on white background.



Black color preview on #FED1D5 background

This text has black color on #FED1D5 background.


White color preview on #FED1D5 background

This text has white color on #FED1D5 background.