COLOR #FEDDC7

HEX: #FEDDC7
RGB: (254,221,199)

Color info

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

RGB color model

#FEDDC7 color RGB value is (254,221,199).

  • red value is 254;
  • green value is 221;
  • blue value is 199.
RGB:
(254,221,199)
(100%,87%,78%)

RGB channels and saturation

R 254 of 255 = 100%
G 221 of 255 = 87%
B 199 of 255 = 78%

254
221
199

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

Portions of RGB colors in percentages

R + G + B =
254 + 221 + 199 = 674 (100%)
R 254 of 674 ~ 37.69%
G 221 of 674 ~ 32.79%
B 199 of 674 ~ 29.53%

%37.69
%32.79
%29.53

CMYK color model

#FEDDC7 color CMYK value is (0,13,22,0).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 21.65%
  • key color value is 0.39%
CMYK:
(0,13,22,0)
C0M13Y22K0 
(0%,13%,22%,0%)
(0.00/0.13/0.22/0.00)	

CMYK percentages

%0
%12.99
%21.65
%0.39

Codes

Color #FEDDC7 in popluar color models

FEDDC7
RGB254221199
HSL24°96.49%88.82%
HSB/HSV24°21.65%99.61%
CMYK0.00%12.99%21.65%
0.39%

Color #FEDDC7 in popluar number systems.

HEXFEDDC7
Decimal254221199
Binary111111101101110111000111
Octal376335307

Shades and tints

Shades of #FEDDC7

#FEDDC7
(254,221,199)
#E7C9B5
(231,201,181)
#D0B5A3
(208,181,163)
#B9A191
(185,161,145)
#A28D7F
(162,141,127)
#8B796D
(139,121,109)
#74655B
(116,101,91)
#5D5149
(93,81,73)
#463D37
(70,61,55)
#2F2925
(47,41,37)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #FEDDC7

#FEDDC7
(254,221,199)
#FEE0CC
(254,224,204)
#FEE3D1
(254,227,209)
#FEE6D6
(254,230,214)
#FEE9DB
(254,233,219)
#FEECE0
(254,236,224)
#FEEFE5
(254,239,229)
#FEF2EA
(254,242,234)
#FEF5EF
(254,245,239)
#FEF8F4
(254,248,244)
#FEFBF9
(254,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEDDC7 color. Also use rgb(254,221,199) instead hex code.

Text Font Color

.myTextColor { color: #FEDDC7; }

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

This text font color is #FEDDC7.


Background Color

.myBgColor { background-color: #FEDDC7; }

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

This div background color is #FEDDC7.


Border color

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

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

This div border color is #FEDDC7.


Opacity

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

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

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

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

This text has shadow with #FEDDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDDC7 on black background.


Color preview on white background

This text has color #FEDDC7 on white background.



Black color preview on #FEDDC7 background

This text has black color on #FEDDC7 background.


White color preview on #FEDDC7 background

This text has white color on #FEDDC7 background.