COLOR #FED6CD

HEX: #FED6CD RGB: (254,214,205)

Color info

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

RGB color model

#FED6CD color RGB value is (254,214,205).

RGB: (254,214,205) (100%, 84%, 80%)

RGB channels and saturation

R 254 of 255 = 100%
G 214 of 255 = 84%
B 205 of 255 = 80%

254
214
205

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

Portions of RGB colors in percentages

R + G + B = 254 + 214 + 205 = 673 (100%)
R 254 of 673 ~ 37.74%
G 214 of 673 ~ 31.8%
B 205 of 673 ~ 30.46'%

%37.74
%31.8
%30.46

CMYK color model

#FED6CD color CMYK value is (0,16,19,0).

  • cyan value is 0.00%
  • magenta value is 15.75%
  • yellow value is 19.29%
  • key color value is 0.39%

CMYK: (0,16,19,0)
C0M16Y19K0 (0%, 16%, 19%, 0%)
(0.00 / 0.16 / 0.19 / 0.00)

CMYK percentages

%0
%15.75
%19.29
%0.39

Codes

Color #FED6CD in popluar color models

FE D6 CD
RGB 254 214 205
HSL 11° 96.08% 90.00%
HSB/HSV 11° 19.29% 99.61%
CMYK 0.00% 15.75% 19.29%
0.39%

Color #FED6CD in popluar number systems.

HEX FE D6 CD
Decimal 254 214 205
Binary 11111110 11010110 11001101
Octal 376 326 315

Shades and tints

Shades of #FED6CD

#FED6CD
(254,214,205)
#E7C3BB
(231,195,187)
#D0B0A9
(208,176,169)
#B99D97
(185,157,151)
#A28A85
(162,138,133)
#8B7773
(139,119,115)
#746461
(116,100,97)
#5D514F
(93,81,79)
#463E3D
(70,62,61)
#2F2B2B
(47,43,43)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #FED6CD

#FED6CD
(254,214,205)
#FED9D1
(254,217,209)
#FEDCD5
(254,220,213)
#FEDFD9
(254,223,217)
#FEE2DD
(254,226,221)
#FEE5E1
(254,229,225)
#FEE8E5
(254,232,229)
#FEEBE9
(254,235,233)
#FEEEED
(254,238,237)
#FEF1F1
(254,241,241)
#FEF4F5
(254,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FED6CD color. Also use rgb(254,214,205) instead hex code.

Text Font Color

.myTextColor { color: #FED6CD; }

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

This text font color is #FED6CD.

Background Color

.myBgColor { background-color: #FED6CD; }

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

This div background color is #FED6CD.

Border color

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

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

This div border color is #FED6CD.

Opacity

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

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

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

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

This text has shadow with #FED6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED6CD.

Preview

Color preview on black background

This text has color #FED6CD on black background.


Color preview on white background

This text has color #FED6CD on white background.


Black color preview on #FED6CD background

This text has black color on #FED6CD background.


White color preview on #FED6CD background

This text has white color on #FED6CD background.


Related colors

Complementary color

Complementary color for #hex is #012932.


I love getcolorcode.com

Triadic colors

1 #CDFED6 and #D6CDFE with #FED6CD are triadic colors.

2 #CDD6FE and #D6FECD with #FED6CD are triadic colors.