COLOR #FED7CE

HEX: #FED7CE
RGB: (254,215,206)

Color info

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

RGB color model

#FED7CE color RGB value is (254,215,206).

  • red value is 254;
  • green value is 215;
  • blue value is 206.
RGB:
(254,215,206)
(100%,84%,81%)

RGB channels and saturation

R 254 of 255 = 100%
G 215 of 255 = 84%
B 206 of 255 = 81%

254
215
206

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

Portions of RGB colors in percentages

R + G + B =
254 + 215 + 206 = 675 (100%)
R 254 of 675 ~ 37.63%
G 215 of 675 ~ 31.85%
B 206 of 675 ~ 30.52%

%37.63
%31.85
%30.52

CMYK color model

#FED7CE color CMYK value is (0,15,19,0).

  • cyan value is 0.00%
  • magenta value is 15.35%
  • yellow value is 18.90%
  • key color value is 0.39%
CMYK:
(0,15,19,0)
C0M15Y19K0 
(0%,15%,19%,0%)
(0.00/0.15/0.19/0.00)	

CMYK percentages

%0
%15.35
%18.9
%0.39

Codes

Color #FED7CE in popluar color models

FED7CE
RGB254215206
HSL11°96.00%90.20%
HSB/HSV11°18.90%99.61%
CMYK0.00%15.35%18.90%
0.39%

Color #FED7CE in popluar number systems.

HEXFED7CE
Decimal254215206
Binary111111101101011111001110
Octal376327316

Shades and tints

Shades of #FED7CE

#FED7CE
(254,215,206)
#E7C4BC
(231,196,188)
#D0B1AA
(208,177,170)
#B99E98
(185,158,152)
#A28B86
(162,139,134)
#8B7874
(139,120,116)
#746562
(116,101,98)
#5D5250
(93,82,80)
#463F3E
(70,63,62)
#2F2C2C
(47,44,44)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #FED7CE

#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)
#FEF5F6
(254,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FED7CE color. Also use rgb(254,215,206) instead hex code.

Text Font Color

.myTextColor { color: #FED7CE; }

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

This text font color is #FED7CE.


Background Color

.myBgColor { background-color: #FED7CE; }

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

This div background color is #FED7CE.


Border color

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

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

This div border color is #FED7CE.


Opacity

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

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

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

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

This text has shadow with #FED7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED7CE on black background.


Color preview on white background

This text has color #FED7CE on white background.



Black color preview on #FED7CE background

This text has black color on #FED7CE background.


White color preview on #FED7CE background

This text has white color on #FED7CE background.