COLOR #FED9B4

HEX: #FED9B4
RGB: (254,217,180)

Color info

#FED9B4 contains mainly red and green colors. Web safe color of #FED9B4 is #FFCCCC (or #FCC).

RGB color model

#FED9B4 color RGB value is (254,217,180).

  • red value is 254;
  • green value is 217;
  • blue value is 180.
RGB:
(254,217,180)
(100%,85%,71%)

RGB channels and saturation

R 254 of 255 = 100%
G 217 of 255 = 85%
B 180 of 255 = 71%

254
217
180

R + G + B ~ 85%. #FED9B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 217 + 180 = 651 (100%)
R 254 of 651 ~ 39.02%
G 217 of 651 ~ 33.33%
B 180 of 651 ~ 27.65%

%39.02
%33.33
%27.65

CMYK color model

#FED9B4 color CMYK value is (0,15,29,0).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 29.13%
  • key color value is 0.39%
CMYK:
(0,15,29,0)
C0M15Y29K0 
(0%,15%,29%,0%)
(0.00/0.15/0.29/0.00)	

CMYK percentages

%0
%14.57
%29.13
%0.39

Codes

Color #FED9B4 in popluar color models

FED9B4
RGB254217180
HSL30°97.37%85.10%
HSB/HSV30°29.13%99.61%
CMYK0.00%14.57%29.13%
0.39%

Color #FED9B4 in popluar number systems.

HEXFED9B4
Decimal254217180
Binary111111101101100110110100
Octal376331264

Shades and tints

Shades of #FED9B4

#FED9B4
(254,217,180)
#E7C6A4
(231,198,164)
#D0B394
(208,179,148)
#B9A084
(185,160,132)
#A28D74
(162,141,116)
#8B7A64
(139,122,100)
#746754
(116,103,84)
#5D5444
(93,84,68)
#464134
(70,65,52)
#2F2E24
(47,46,36)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #FED9B4

#FED9B4
(254,217,180)
#FEDCBA
(254,220,186)
#FEDFC0
(254,223,192)
#FEE2C6
(254,226,198)
#FEE5CC
(254,229,204)
#FEE8D2
(254,232,210)
#FEEBD8
(254,235,216)
#FEEEDE
(254,238,222)
#FEF1E4
(254,241,228)
#FEF4EA
(254,244,234)
#FEF7F0
(254,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FED9B4 color. Also use rgb(254,217,180) instead hex code.

Text Font Color

.myTextColor { color: #FED9B4; }

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

This text font color is #FED9B4.


Background Color

.myBgColor { background-color: #FED9B4; }

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

This div background color is #FED9B4.


Border color

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

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

This div border color is #FED9B4.


Opacity

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

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

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

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

This text has shadow with #FED9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED9B4 on black background.


Color preview on white background

This text has color #FED9B4 on white background.



Black color preview on #FED9B4 background

This text has black color on #FED9B4 background.


White color preview on #FED9B4 background

This text has white color on #FED9B4 background.