COLOR #FED5BB

HEX: #FED5BB RGB: (254,213,187)

Color info

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

RGB color model

#FED5BB color RGB value is (254,213,187).

RGB: (254,213,187) (100%, 84%, 73%)

RGB channels and saturation

R 254 of 255 = 100%
G 213 of 255 = 84%
B 187 of 255 = 73%

254
213
187

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

Portions of RGB colors in percentages

R + G + B = 254 + 213 + 187 = 654 (100%)
R 254 of 654 ~ 38.84%
G 213 of 654 ~ 32.57%
B 187 of 654 ~ 28.59'%

%38.84
%32.57
%28.59

CMYK color model

#FED5BB color CMYK value is (0,16,26,0).

  • cyan value is 0.00%
  • magenta value is 16.14%
  • yellow value is 26.38%
  • key color value is 0.39%
CMYK: (0,16,26,0) C0M16Y26K0 (0%,16%,26%,0%) (0.00/0.16/0.26/0.00) 

CMYK percentages

%0
%16.14
%26.38
%0.39

Codes

Color #FED5BB in popluar color models

FE D5 BB
RGB 254 213 187
HSL 23° 97.10% 86.47%
HSB/HSV 23° 26.38% 99.61%
CMYK 0.00% 16.14% 26.38%
0.39%

Color #FED5BB in popluar number systems.

HEX FE D5 BB
Decimal 254 213 187
Binary 11111110 11010101 10111011
Octal 376 325 273

Shades and tints

Shades of #FED5BB

#FED5BB
(254,213,187)
#E7C2AA
(231,194,170)
#D0AF99
(208,175,153)
#B99C88
(185,156,136)
#A28977
(162,137,119)
#8B7666
(139,118,102)
#746355
(116,99,85)
#5D5044
(93,80,68)
#463D33
(70,61,51)
#2F2A22
(47,42,34)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #FED5BB

#FED5BB
(254,213,187)
#FED8C1
(254,216,193)
#FEDBC7
(254,219,199)
#FEDECD
(254,222,205)
#FEE1D3
(254,225,211)
#FEE4D9
(254,228,217)
#FEE7DF
(254,231,223)
#FEEAE5
(254,234,229)
#FEEDEB
(254,237,235)
#FEF0F1
(254,240,241)
#FEF3F7
(254,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED5BB; }

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

This text font color is #FED5BB.

Background Color

.myBgColor { background-color: #FED5BB; }

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

This div background color is #FED5BB.

Border color

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

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

This div border color is #FED5BB.

Opacity

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

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

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

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

This text has shadow with #FED5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED5BB.

Preview

Color preview on black background

This text has color #FED5BB on black background.


Color preview on white background

This text has color #FED5BB on white background.


Black color preview on #FED5BB background

This text has black color on #FED5BB background.


White color preview on #FED5BB background

This text has white color on #FED5BB background.


Related colors

Complementary color

Complementary color for #hex is #012A44.


I love getcolorcode.com

Triadic colors

1 #BBFED5 and #D5BBFE with #FED5BB are triadic colors.

2 #BBD5FE and #D5FEBB with #FED5BB are triadic colors.