COLOR #FED1D3

HEX: #FED1D3
RGB: (254,209,211)

Color info

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

RGB color model

#FED1D3 color RGB value is (254,209,211).

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

RGB channels and saturation

R 254 of 255 = 100%
G 209 of 255 = 82%
B 211 of 255 = 83%

254
209
211

R + G + B ~ 88%. #FED1D3 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 209 + 211 = 674 (100%)
R 254 of 674 ~ 37.69%
G 209 of 674 ~ 31.01%
B 211 of 674 ~ 31.31%

%37.69
%31.01
%31.31

CMYK color model

#FED1D3 color CMYK value is (0,18,17,0).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 16.93%
  • key color value is 0.39%
CMYK:
(0,18,17,0)
C0M18Y17K0 
(0%,18%,17%,0%)
(0.00/0.18/0.17/0.00)	

CMYK percentages

%0
%17.72
%16.93
%0.39

Codes

Color #FED1D3 in popluar color models

FED1D3
RGB254209211
HSL357°95.74%90.78%
HSB/HSV357°17.72%99.61%
CMYK0.00%17.72%16.93%
0.39%

Color #FED1D3 in popluar number systems.

HEXFED1D3
Decimal254209211
Binary111111101101000111010011
Octal376321323

Shades and tints

Shades of #FED1D3

#FED1D3
(254,209,211)
#E7BEC0
(231,190,192)
#D0ABAD
(208,171,173)
#B9989A
(185,152,154)
#A28587
(162,133,135)
#8B7274
(139,114,116)
#745F61
(116,95,97)
#5D4C4E
(93,76,78)
#46393B
(70,57,59)
#2F2628
(47,38,40)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #FED1D3

#FED1D3
(254,209,211)
#FED5D7
(254,213,215)
#FED9DB
(254,217,219)
#FEDDDF
(254,221,223)
#FEE1E3
(254,225,227)
#FEE5E7
(254,229,231)
#FEE9EB
(254,233,235)
#FEEDEF
(254,237,239)
#FEF1F3
(254,241,243)
#FEF5F7
(254,245,247)
#FEF9FB
(254,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED1D3; }

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

This text font color is #FED1D3.


Background Color

.myBgColor { background-color: #FED1D3; }

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

This div background color is #FED1D3.


Border color

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

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

This div border color is #FED1D3.


Opacity

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

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

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

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

This text has shadow with #FED1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED1D3 on black background.


Color preview on white background

This text has color #FED1D3 on white background.



Black color preview on #FED1D3 background

This text has black color on #FED1D3 background.


White color preview on #FED1D3 background

This text has white color on #FED1D3 background.