COLOR #FEDACC

HEX: #FEDACC
RGB: (254,218,204)

Color info

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

RGB color model

#FEDACC color RGB value is (254,218,204).

  • red value is 254;
  • green value is 218;
  • blue value is 204.
RGB:
(254,218,204)
(100%,85%,80%)

RGB channels and saturation

R 254 of 255 = 100%
G 218 of 255 = 85%
B 204 of 255 = 80%

254
218
204

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

Portions of RGB colors in percentages

R + G + B =
254 + 218 + 204 = 676 (100%)
R 254 of 676 ~ 37.57%
G 218 of 676 ~ 32.25%
B 204 of 676 ~ 30.18%

%37.57
%32.25
%30.18

CMYK color model

#FEDACC color CMYK value is (0,14,20,0).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 19.69%
  • key color value is 0.39%
CMYK:
(0,14,20,0)
C0M14Y20K0 
(0%,14%,20%,0%)
(0.00/0.14/0.20/0.00)	

CMYK percentages

%0
%14.17
%19.69
%0.39

Codes

Color #FEDACC in popluar color models

FEDACC
RGB254218204
HSL17°96.15%89.80%
HSB/HSV17°19.69%99.61%
CMYK0.00%14.17%19.69%
0.39%

Color #FEDACC in popluar number systems.

HEXFEDACC
Decimal254218204
Binary111111101101101011001100
Octal376332314

Shades and tints

Shades of #FEDACC

#FEDACC
(254,218,204)
#E7C7BA
(231,199,186)
#D0B4A8
(208,180,168)
#B9A196
(185,161,150)
#A28E84
(162,142,132)
#8B7B72
(139,123,114)
#746860
(116,104,96)
#5D554E
(93,85,78)
#46423C
(70,66,60)
#2F2F2A
(47,47,42)
#181C18
(24,28,24)
#000000
(0,0,0)

Tints of #FEDACC

#FEDACC
(254,218,204)
#FEDDD0
(254,221,208)
#FEE0D4
(254,224,212)
#FEE3D8
(254,227,216)
#FEE6DC
(254,230,220)
#FEE9E0
(254,233,224)
#FEECE4
(254,236,228)
#FEEFE8
(254,239,232)
#FEF2EC
(254,242,236)
#FEF5F0
(254,245,240)
#FEF8F4
(254,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEDACC color. Also use rgb(254,218,204) instead hex code.

Text Font Color

.myTextColor { color: #FEDACC; }

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

This text font color is #FEDACC.


Background Color

.myBgColor { background-color: #FEDACC; }

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

This div background color is #FEDACC.


Border color

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

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

This div border color is #FEDACC.


Opacity

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

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

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

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

This text has shadow with #FEDACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDACC on black background.


Color preview on white background

This text has color #FEDACC on white background.



Black color preview on #FEDACC background

This text has black color on #FEDACC background.


White color preview on #FEDACC background

This text has white color on #FEDACC background.