COLOR #FED4BD

HEX: #FED4BD RGB: (254,212,189)

Color info

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

RGB color model

#FED4BD color RGB value is (254,212,189).

RGB: (254,212,189) (100%, 83%, 74%)

RGB channels and saturation

R 254 of 255 = 100%
G 212 of 255 = 83%
B 189 of 255 = 74%

254
212
189

R + G + B ~ 86%. #FED4BD is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 212 + 189 = 655 (100%)
R 254 of 655 ~ 38.78%
G 212 of 655 ~ 32.37%
B 189 of 655 ~ 28.85'%

%38.78
%32.37
%28.85

CMYK color model

#FED4BD color CMYK value is (0,17,26,0).

  • cyan value is 0.00%
  • magenta value is 16.54%
  • yellow value is 25.59%
  • key color value is 0.39%
CMYK: (0,17,26,0) C0M17Y26K0 (0%,17%,26%,0%) (0.00/0.17/0.26/0.00) 

CMYK percentages

%0
%16.54
%25.59
%0.39

Codes

Color #FED4BD in popluar color models

FE D4 BD
RGB 254 212 189
HSL 21° 97.01% 86.86%
HSB/HSV 21° 25.59% 99.61%
CMYK 0.00% 16.54% 25.59%
0.39%

Color #FED4BD in popluar number systems.

HEX FE D4 BD
Decimal 254 212 189
Binary 11111110 11010100 10111101
Octal 376 324 275

Shades and tints

Shades of #FED4BD

#FED4BD
(254,212,189)
#E7C1AC
(231,193,172)
#D0AE9B
(208,174,155)
#B99B8A
(185,155,138)
#A28879
(162,136,121)
#8B7568
(139,117,104)
#746257
(116,98,87)
#5D4F46
(93,79,70)
#463C35
(70,60,53)
#2F2924
(47,41,36)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #FED4BD

#FED4BD
(254,212,189)
#FED7C3
(254,215,195)
#FEDAC9
(254,218,201)
#FEDDCF
(254,221,207)
#FEE0D5
(254,224,213)
#FEE3DB
(254,227,219)
#FEE6E1
(254,230,225)
#FEE9E7
(254,233,231)
#FEECED
(254,236,237)
#FEEFF3
(254,239,243)
#FEF2F9
(254,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FED4BD color. Also use rgb(254,212,189) instead hex code.

Text Font Color

.myTextColor { color: #FED4BD; }

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

This text font color is #FED4BD.

Background Color

.myBgColor { background-color: #FED4BD; }

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

This div background color is #FED4BD.

Border color

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

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

This div border color is #FED4BD.

Opacity

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

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

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

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

This text has shadow with #FED4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED4BD.

Preview

Color preview on black background

This text has color #FED4BD on black background.


Color preview on white background

This text has color #FED4BD on white background.


Black color preview on #FED4BD background

This text has black color on #FED4BD background.


White color preview on #FED4BD background

This text has white color on #FED4BD background.


Related colors

Complementary color

Complementary color for #hex is #012B42.


I love getcolorcode.com

Triadic colors

1 #BDFED4 and #D4BDFE with #FED4BD are triadic colors.

2 #BDD4FE and #D4FEBD with #FED4BD are triadic colors.