COLOR #FED3CF

HEX: #FED3CF
RGB: (254,211,207)

Color info

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

RGB color model

#FED3CF color RGB value is (254,211,207).

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

RGB channels and saturation

R 254 of 255 = 100%
G 211 of 255 = 83%
B 207 of 255 = 81%

254
211
207

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

Portions of RGB colors in percentages

R + G + B =
254 + 211 + 207 = 672 (100%)
R 254 of 672 ~ 37.8%
G 211 of 672 ~ 31.4%
B 207 of 672 ~ 30.8%

%37.8
%31.4
%30.8

CMYK color model

#FED3CF color CMYK value is (0,17,19,0).

  • cyan value is 0.00%
  • magenta value is 16.93%
  • yellow value is 18.50%
  • key color value is 0.39%
CMYK:
(0,17,19,0)
C0M17Y19K0 
(0%,17%,19%,0%)
(0.00/0.17/0.19/0.00)	

CMYK percentages

%0
%16.93
%18.5
%0.39

Codes

Color #FED3CF in popluar color models

FED3CF
RGB254211207
HSL95.92%90.39%
HSB/HSV18.50%99.61%
CMYK0.00%16.93%18.50%
0.39%

Color #FED3CF in popluar number systems.

HEXFED3CF
Decimal254211207
Binary111111101101001111001111
Octal376323317

Shades and tints

Shades of #FED3CF

#FED3CF
(254,211,207)
#E7C0BD
(231,192,189)
#D0ADAB
(208,173,171)
#B99A99
(185,154,153)
#A28787
(162,135,135)
#8B7475
(139,116,117)
#746163
(116,97,99)
#5D4E51
(93,78,81)
#463B3F
(70,59,63)
#2F282D
(47,40,45)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #FED3CF

#FED3CF
(254,211,207)
#FED7D3
(254,215,211)
#FEDBD7
(254,219,215)
#FEDFDB
(254,223,219)
#FEE3DF
(254,227,223)
#FEE7E3
(254,231,227)
#FEEBE7
(254,235,231)
#FEEFEB
(254,239,235)
#FEF3EF
(254,243,239)
#FEF7F3
(254,247,243)
#FEFBF7
(254,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED3CF; }

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

This text font color is #FED3CF.


Background Color

.myBgColor { background-color: #FED3CF; }

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

This div background color is #FED3CF.


Border color

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

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

This div border color is #FED3CF.


Opacity

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

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

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

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

This text has shadow with #FED3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED3CF on black background.


Color preview on white background

This text has color #FED3CF on white background.



Black color preview on #FED3CF background

This text has black color on #FED3CF background.


White color preview on #FED3CF background

This text has white color on #FED3CF background.