COLOR #FED9BB

HEX: #FED9BB RGB: (254,217,187)

Color info

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

RGB color model

#FED9BB color RGB value is (254,217,187).

RGB: (254,217,187) (100%, 85%, 73%)

RGB channels and saturation

R 254 of 255 = 100%
G 217 of 255 = 85%
B 187 of 255 = 73%

254
217
187

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

Portions of RGB colors in percentages

R + G + B = 254 + 217 + 187 = 658 (100%)
R 254 of 658 ~ 38.6%
G 217 of 658 ~ 32.98%
B 187 of 658 ~ 28.42'%

%38.6
%32.98
%28.42

CMYK color model

#FED9BB color CMYK value is (0,15,26,0).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 26.38%
  • key color value is 0.39%
CMYK: (0,15,26,0) C0M15Y26K0 (0%,15%,26%,0%) (0.00/0.15/0.26/0.00) 

CMYK percentages

%0
%14.57
%26.38
%0.39

Codes

Color #FED9BB in popluar color models

FE D9 BB
RGB 254 217 187
HSL 27° 97.10% 86.47%
HSB/HSV 27° 26.38% 99.61%
CMYK 0.00% 14.57% 26.38%
0.39%

Color #FED9BB in popluar number systems.

HEX FE D9 BB
Decimal 254 217 187
Binary 11111110 11011001 10111011
Octal 376 331 273

Shades and tints

Shades of #FED9BB

#FED9BB
(254,217,187)
#E7C6AA
(231,198,170)
#D0B399
(208,179,153)
#B9A088
(185,160,136)
#A28D77
(162,141,119)
#8B7A66
(139,122,102)
#746755
(116,103,85)
#5D5444
(93,84,68)
#464133
(70,65,51)
#2F2E22
(47,46,34)
#181B11
(24,27,17)
#000000
(0,0,0)

Tints of #FED9BB

#FED9BB
(254,217,187)
#FEDCC1
(254,220,193)
#FEDFC7
(254,223,199)
#FEE2CD
(254,226,205)
#FEE5D3
(254,229,211)
#FEE8D9
(254,232,217)
#FEEBDF
(254,235,223)
#FEEEE5
(254,238,229)
#FEF1EB
(254,241,235)
#FEF4F1
(254,244,241)
#FEF7F7
(254,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED9BB; }

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

This text font color is #FED9BB.

Background Color

.myBgColor { background-color: #FED9BB; }

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

This div background color is #FED9BB.

Border color

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

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

This div border color is #FED9BB.

Opacity

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

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

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

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

This text has shadow with #FED9BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED9BB.

Preview

Color preview on black background

This text has color #FED9BB on black background.


Color preview on white background

This text has color #FED9BB on white background.


Black color preview on #FED9BB background

This text has black color on #FED9BB background.


White color preview on #FED9BB background

This text has white color on #FED9BB background.


Related colors

Complementary color

Complementary color for #hex is #012644.


I love getcolorcode.com

Triadic colors

1 #BBFED9 and #D9BBFE with #FED9BB are triadic colors.

2 #BBD9FE and #D9FEBB with #FED9BB are triadic colors.