COLOR #FEDE9C

HEX: #FEDE9C
RGB: (254,222,156)

Color info

#FEDE9C contains mainly red and green colors. Web safe color of #FEDE9C is #FFCC99 (or #FC9).

RGB color model

#FEDE9C color RGB value is (254,222,156).

  • red value is 254;
  • green value is 222;
  • blue value is 156.
RGB:
(254,222,156)
(100%,87%,61%)

RGB channels and saturation

R 254 of 255 = 100%
G 222 of 255 = 87%
B 156 of 255 = 61%

254
222
156

R + G + B ~ 83%. #FEDE9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 222 + 156 = 632 (100%)
R 254 of 632 ~ 40.19%
G 222 of 632 ~ 35.13%
B 156 of 632 ~ 24.68%

%40.19
%35.13
%24.68

CMYK color model

#FEDE9C color CMYK value is (0,13,39,0).

  • cyan value is 0.00%
  • magenta value is 12.60%
  • yellow value is 38.58%
  • key color value is 0.39%
CMYK:
(0,13,39,0)
C0M13Y39K0 
(0%,13%,39%,0%)
(0.00/0.13/0.39/0.00)	

CMYK percentages

%0
%12.6
%38.58
%0.39

Codes

Color #FEDE9C in popluar color models

FEDE9C
RGB254222156
HSL40°98.00%80.39%
HSB/HSV40°38.58%99.61%
CMYK0.00%12.60%38.58%
0.39%

Color #FEDE9C in popluar number systems.

HEXFEDE9C
Decimal254222156
Binary111111101101111010011100
Octal376336234

Shades and tints

Shades of #FEDE9C

#FEDE9C
(254,222,156)
#E7CA8E
(231,202,142)
#D0B680
(208,182,128)
#B9A272
(185,162,114)
#A28E64
(162,142,100)
#8B7A56
(139,122,86)
#746648
(116,102,72)
#5D523A
(93,82,58)
#463E2C
(70,62,44)
#2F2A1E
(47,42,30)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #FEDE9C

#FEDE9C
(254,222,156)
#FEE1A5
(254,225,165)
#FEE4AE
(254,228,174)
#FEE7B7
(254,231,183)
#FEEAC0
(254,234,192)
#FEEDC9
(254,237,201)
#FEF0D2
(254,240,210)
#FEF3DB
(254,243,219)
#FEF6E4
(254,246,228)
#FEF9ED
(254,249,237)
#FEFCF6
(254,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEDE9C color. Also use rgb(254,222,156) instead hex code.

Text Font Color

.myTextColor { color: #FEDE9C; }

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

This text font color is #FEDE9C.


Background Color

.myBgColor { background-color: #FEDE9C; }

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

This div background color is #FEDE9C.


Border color

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

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

This div border color is #FEDE9C.


Opacity

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

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

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

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

This text has shadow with #FEDE9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDE9C on black background.


Color preview on white background

This text has color #FEDE9C on white background.



Black color preview on #FEDE9C background

This text has black color on #FEDE9C background.


White color preview on #FEDE9C background

This text has white color on #FEDE9C background.