COLOR #FEDCD0

HEX: #FEDCD0
RGB: (254,220,208)

Color info

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

RGB color model

#FEDCD0 color RGB value is (254,220,208).

  • red value is 254;
  • green value is 220;
  • blue value is 208.
RGB:
(254,220,208)
(100%,86%,82%)

RGB channels and saturation

R 254 of 255 = 100%
G 220 of 255 = 86%
B 208 of 255 = 82%

254
220
208

R + G + B ~ 89%. #FEDCD0 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 220 + 208 = 682 (100%)
R 254 of 682 ~ 37.24%
G 220 of 682 ~ 32.26%
B 208 of 682 ~ 30.5%

%37.24
%32.26
%30.5

CMYK color model

#FEDCD0 color CMYK value is (0,13,18,0).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 18.11%
  • key color value is 0.39%
CMYK:
(0,13,18,0)
C0M13Y18K0 
(0%,13%,18%,0%)
(0.00/0.13/0.18/0.00)	

CMYK percentages

%0
%13.39
%18.11
%0.39

Codes

Color #FEDCD0 in popluar color models

FEDCD0
RGB254220208
HSL16°95.83%90.59%
HSB/HSV16°18.11%99.61%
CMYK0.00%13.39%18.11%
0.39%

Color #FEDCD0 in popluar number systems.

HEXFEDCD0
Decimal254220208
Binary111111101101110011010000
Octal376334320

Shades and tints

Shades of #FEDCD0

#FEDCD0
(254,220,208)
#E7C8BE
(231,200,190)
#D0B4AC
(208,180,172)
#B9A09A
(185,160,154)
#A28C88
(162,140,136)
#8B7876
(139,120,118)
#746464
(116,100,100)
#5D5052
(93,80,82)
#463C40
(70,60,64)
#2F282E
(47,40,46)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #FEDCD0

#FEDCD0
(254,220,208)
#FEDFD4
(254,223,212)
#FEE2D8
(254,226,216)
#FEE5DC
(254,229,220)
#FEE8E0
(254,232,224)
#FEEBE4
(254,235,228)
#FEEEE8
(254,238,232)
#FEF1EC
(254,241,236)
#FEF4F0
(254,244,240)
#FEF7F4
(254,247,244)
#FEFAF8
(254,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEDCD0; }

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

This text font color is #FEDCD0.


Background Color

.myBgColor { background-color: #FEDCD0; }

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

This div background color is #FEDCD0.


Border color

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

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

This div border color is #FEDCD0.


Opacity

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

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

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

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

This text has shadow with #FEDCD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDCD0 on black background.


Color preview on white background

This text has color #FEDCD0 on white background.



Black color preview on #FEDCD0 background

This text has black color on #FEDCD0 background.


White color preview on #FEDCD0 background

This text has white color on #FEDCD0 background.