COLOR #FEDCC8

HEX: #FEDCC8
RGB: (254,220,200)

Color info

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

RGB color model

#FEDCC8 color RGB value is (254,220,200).

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

RGB channels and saturation

R 254 of 255 = 100%
G 220 of 255 = 86%
B 200 of 255 = 78%

254
220
200

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

Portions of RGB colors in percentages

R + G + B =
254 + 220 + 200 = 674 (100%)
R 254 of 674 ~ 37.69%
G 220 of 674 ~ 32.64%
B 200 of 674 ~ 29.67%

%37.69
%32.64
%29.67

CMYK color model

#FEDCC8 color CMYK value is (0,13,21,0).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 21.26%
  • key color value is 0.39%
CMYK:
(0,13,21,0)
C0M13Y21K0 
(0%,13%,21%,0%)
(0.00/0.13/0.21/0.00)	

CMYK percentages

%0
%13.39
%21.26
%0.39

Codes

Color #FEDCC8 in popluar color models

FEDCC8
RGB254220200
HSL22°96.43%89.02%
HSB/HSV22°21.26%99.61%
CMYK0.00%13.39%21.26%
0.39%

Color #FEDCC8 in popluar number systems.

HEXFEDCC8
Decimal254220200
Binary111111101101110011001000
Octal376334310

Shades and tints

Shades of #FEDCC8

#FEDCC8
(254,220,200)
#E7C8B6
(231,200,182)
#D0B4A4
(208,180,164)
#B9A092
(185,160,146)
#A28C80
(162,140,128)
#8B786E
(139,120,110)
#74645C
(116,100,92)
#5D504A
(93,80,74)
#463C38
(70,60,56)
#2F2826
(47,40,38)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #FEDCC8

#FEDCC8
(254,220,200)
#FEDFCD
(254,223,205)
#FEE2D2
(254,226,210)
#FEE5D7
(254,229,215)
#FEE8DC
(254,232,220)
#FEEBE1
(254,235,225)
#FEEEE6
(254,238,230)
#FEF1EB
(254,241,235)
#FEF4F0
(254,244,240)
#FEF7F5
(254,247,245)
#FEFAFA
(254,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEDCC8; }

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

This text font color is #FEDCC8.


Background Color

.myBgColor { background-color: #FEDCC8; }

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

This div background color is #FEDCC8.


Border color

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

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

This div border color is #FEDCC8.


Opacity

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

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

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

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

This text has shadow with #FEDCC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDCC8 on black background.


Color preview on white background

This text has color #FEDCC8 on white background.



Black color preview on #FEDCC8 background

This text has black color on #FEDCC8 background.


White color preview on #FEDCC8 background

This text has white color on #FEDCC8 background.