COLOR #FED3CA

HEX: #FED3CA
RGB: (254,211,202)

Color info

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

RGB color model

#FED3CA color RGB value is (254,211,202).

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

RGB channels and saturation

R 254 of 255 = 100%
G 211 of 255 = 83%
B 202 of 255 = 79%

254
211
202

R + G + B ~ 87%. #FED3CA is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 211 + 202 = 667 (100%)
R 254 of 667 ~ 38.08%
G 211 of 667 ~ 31.63%
B 202 of 667 ~ 30.28%

%38.08
%31.63
%30.28

CMYK color model

#FED3CA color CMYK value is (0,17,20,0).

  • cyan value is 0.00%
  • magenta value is 16.93%
  • yellow value is 20.47%
  • key color value is 0.39%
CMYK:
(0,17,20,0)
C0M17Y20K0 
(0%,17%,20%,0%)
(0.00/0.17/0.20/0.00)	

CMYK percentages

%0
%16.93
%20.47
%0.39

Codes

Color #FED3CA in popluar color models

FED3CA
RGB254211202
HSL10°96.30%89.41%
HSB/HSV10°20.47%99.61%
CMYK0.00%16.93%20.47%
0.39%

Color #FED3CA in popluar number systems.

HEXFED3CA
Decimal254211202
Binary111111101101001111001010
Octal376323312

Shades and tints

Shades of #FED3CA

#FED3CA
(254,211,202)
#E7C0B8
(231,192,184)
#D0ADA6
(208,173,166)
#B99A94
(185,154,148)
#A28782
(162,135,130)
#8B7470
(139,116,112)
#74615E
(116,97,94)
#5D4E4C
(93,78,76)
#463B3A
(70,59,58)
#2F2828
(47,40,40)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #FED3CA

#FED3CA
(254,211,202)
#FED7CE
(254,215,206)
#FEDBD2
(254,219,210)
#FEDFD6
(254,223,214)
#FEE3DA
(254,227,218)
#FEE7DE
(254,231,222)
#FEEBE2
(254,235,226)
#FEEFE6
(254,239,230)
#FEF3EA
(254,243,234)
#FEF7EE
(254,247,238)
#FEFBF2
(254,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED3CA; }

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

This text font color is #FED3CA.


Background Color

.myBgColor { background-color: #FED3CA; }

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

This div background color is #FED3CA.


Border color

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

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

This div border color is #FED3CA.


Opacity

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

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

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

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

This text has shadow with #FED3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED3CA on black background.


Color preview on white background

This text has color #FED3CA on white background.



Black color preview on #FED3CA background

This text has black color on #FED3CA background.


White color preview on #FED3CA background

This text has white color on #FED3CA background.