COLOR #FED0CA

HEX: #FED0CA RGB: (254,208,202)

Color info

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

RGB color model

#FED0CA color RGB value is (254,208,202).

RGB: (254,208,202) (100%, 82%, 79%)

RGB channels and saturation

R 254 of 255 = 100%
G 208 of 255 = 82%
B 202 of 255 = 79%

254
208
202

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

Portions of RGB colors in percentages

R + G + B = 254 + 208 + 202 = 664 (100%)
R 254 of 664 ~ 38.25%
G 208 of 664 ~ 31.33%
B 202 of 664 ~ 30.42'%

%38.25
%31.33
%30.42

CMYK color model

#FED0CA color CMYK value is (0,18,20,0).

  • cyan value is 0.00%
  • magenta value is 18.11%
  • yellow value is 20.47%
  • key color value is 0.39%

CMYK: (0,18,20,0)
C0M18Y20K0 (0%, 18%, 20%, 0%)
(0.00 / 0.18 / 0.20 / 0.00)

CMYK percentages

%0
%18.11
%20.47
%0.39

Codes

Color #FED0CA in popluar color models

FE D0 CA
RGB 254 208 202
HSL 96.30% 89.41%
HSB/HSV 20.47% 99.61%
CMYK 0.00% 18.11% 20.47%
0.39%

Color #FED0CA in popluar number systems.

HEX FE D0 CA
Decimal 254 208 202
Binary 11111110 11010000 11001010
Octal 376 320 312

Shades and tints

Shades of #FED0CA

#FED0CA
(254,208,202)
#E7BEB8
(231,190,184)
#D0ACA6
(208,172,166)
#B99A94
(185,154,148)
#A28882
(162,136,130)
#8B7670
(139,118,112)
#74645E
(116,100,94)
#5D524C
(93,82,76)
#46403A
(70,64,58)
#2F2E28
(47,46,40)
#181C16
(24,28,22)
#000000
(0,0,0)

Tints of #FED0CA

#FED0CA
(254,208,202)
#FED4CE
(254,212,206)
#FED8D2
(254,216,210)
#FEDCD6
(254,220,214)
#FEE0DA
(254,224,218)
#FEE4DE
(254,228,222)
#FEE8E2
(254,232,226)
#FEECE6
(254,236,230)
#FEF0EA
(254,240,234)
#FEF4EE
(254,244,238)
#FEF8F2
(254,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED0CA; }

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

This text font color is #FED0CA.

Background Color

.myBgColor { background-color: #FED0CA; }

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

This div background color is #FED0CA.

Border color

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

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

This div border color is #FED0CA.

Opacity

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

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

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

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

This text has shadow with #FED0CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED0CA.

Preview

Color preview on black background

This text has color #FED0CA on black background.


Color preview on white background

This text has color #FED0CA on white background.


Black color preview on #FED0CA background

This text has black color on #FED0CA background.


White color preview on #FED0CA background

This text has white color on #FED0CA background.


Related colors

Complementary color

Complementary color for #hex is #012F35.


I love getcolorcode.com

Triadic colors

1 #CAFED0 and #D0CAFE with #FED0CA are triadic colors.

2 #CAD0FE and #D0FECA with #FED0CA are triadic colors.