COLOR #FED4CA

HEX: #FED4CA RGB: (254,212,202)

Color info

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

RGB color model

#FED4CA color RGB value is (254,212,202).

RGB: (254,212,202) (100%, 83%, 79%)

RGB channels and saturation

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

254
212
202

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

Portions of RGB colors in percentages

R + G + B = 254 + 212 + 202 = 668 (100%)
R 254 of 668 ~ 38.02%
G 212 of 668 ~ 31.74%
B 202 of 668 ~ 30.24'%

%38.02
%31.74
%30.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.54%
  • 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.54
%20.47
%0.39

Codes

Color #FED4CA in popluar color models

FE D4 CA
RGB 254 212 202
HSL 12° 96.30% 89.41%
HSB/HSV 12° 20.47% 99.61%
CMYK 0.00% 16.54% 20.47%
0.39%

Color #FED4CA in popluar number systems.

HEX FE D4 CA
Decimal 254 212 202
Binary 11111110 11010100 11001010
Octal 376 324 312

Shades and tints

Shades of #FED4CA

#FED4CA
(254,212,202)
#E7C1B8
(231,193,184)
#D0AEA6
(208,174,166)
#B99B94
(185,155,148)
#A28882
(162,136,130)
#8B7570
(139,117,112)
#74625E
(116,98,94)
#5D4F4C
(93,79,76)
#463C3A
(70,60,58)
#2F2928
(47,41,40)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #FED4CA

#FED4CA
(254,212,202)
#FED7CE
(254,215,206)
#FEDAD2
(254,218,210)
#FEDDD6
(254,221,214)
#FEE0DA
(254,224,218)
#FEE3DE
(254,227,222)
#FEE6E2
(254,230,226)
#FEE9E6
(254,233,230)
#FEECEA
(254,236,234)
#FEEFEE
(254,239,238)
#FEF2F2
(254,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED4CA; }

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

This text font color is #FED4CA.

Background Color

.myBgColor { background-color: #FED4CA; }

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

This div background color is #FED4CA.

Border color

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

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

This div border color is #FED4CA.

Opacity

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

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

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

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

This text has shadow with #FED4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED4CA.

Preview

Color preview on black background

This text has color #FED4CA on black background.


Color preview on white background

This text has color #FED4CA on white background.


Black color preview on #FED4CA background

This text has black color on #FED4CA background.


White color preview on #FED4CA background

This text has white color on #FED4CA background.


Related colors

Complementary color

Complementary color for #hex is #012B35.


I love getcolorcode.com

Triadic colors

1 #CAFED4 and #D4CAFE with #FED4CA are triadic colors.

2 #CAD4FE and #D4FECA with #FED4CA are triadic colors.