COLOR #FEDDBB

HEX: #FEDDBB
RGB: (254,221,187)

Color info

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

RGB color model

#FEDDBB color RGB value is (254,221,187).

  • red value is 254;
  • green value is 221;
  • blue value is 187.
RGB:
(254,221,187)
(100%,87%,73%)

RGB channels and saturation

R 254 of 255 = 100%
G 221 of 255 = 87%
B 187 of 255 = 73%

254
221
187

R + G + B ~ 87%. #FEDDBB is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 221 + 187 = 662 (100%)
R 254 of 662 ~ 38.37%
G 221 of 662 ~ 33.38%
B 187 of 662 ~ 28.25%

%38.37
%33.38
%28.25

CMYK color model

#FEDDBB color CMYK value is (0,13,26,0).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 26.38%
  • key color value is 0.39%
CMYK:
(0,13,26,0)
C0M13Y26K0 
(0%,13%,26%,0%)
(0.00/0.13/0.26/0.00)	

CMYK percentages

%0
%12.99
%26.38
%0.39

Codes

Color #FEDDBB in popluar color models

FEDDBB
RGB254221187
HSL30°97.10%86.47%
HSB/HSV30°26.38%99.61%
CMYK0.00%12.99%26.38%
0.39%

Color #FEDDBB in popluar number systems.

HEXFEDDBB
Decimal254221187
Binary111111101101110110111011
Octal376335273

Shades and tints

Shades of #FEDDBB

#FEDDBB
(254,221,187)
#E7C9AA
(231,201,170)
#D0B599
(208,181,153)
#B9A188
(185,161,136)
#A28D77
(162,141,119)
#8B7966
(139,121,102)
#746555
(116,101,85)
#5D5144
(93,81,68)
#463D33
(70,61,51)
#2F2922
(47,41,34)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #FEDDBB

#FEDDBB
(254,221,187)
#FEE0C1
(254,224,193)
#FEE3C7
(254,227,199)
#FEE6CD
(254,230,205)
#FEE9D3
(254,233,211)
#FEECD9
(254,236,217)
#FEEFDF
(254,239,223)
#FEF2E5
(254,242,229)
#FEF5EB
(254,245,235)
#FEF8F1
(254,248,241)
#FEFBF7
(254,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEDDBB; }

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

This text font color is #FEDDBB.


Background Color

.myBgColor { background-color: #FEDDBB; }

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

This div background color is #FEDDBB.


Border color

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

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

This div border color is #FEDDBB.


Opacity

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

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

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

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

This text has shadow with #FEDDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDDBB on black background.


Color preview on white background

This text has color #FEDDBB on white background.



Black color preview on #FEDDBB background

This text has black color on #FEDDBB background.


White color preview on #FEDDBB background

This text has white color on #FEDDBB background.