COLOR #FFDDBB

HEX: #FFDDBB
RGB: (255,221,187)

Color info

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

RGB color model

#FFDDBB color RGB value is (255,221,187).

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

RGB channels and saturation

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

255
221
187

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

Portions of RGB colors in percentages

R + G + B =
255 + 221 + 187 = 663 (100%)
R 255 of 663 ~ 38.46%
G 221 of 663 ~ 33.33%
B 187 of 663 ~ 28.21%

%38.46
%33.33
%28.21

CMYK color model

#FFDDBB color CMYK value is (0,13,27,0).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 26.67%
  • key color value is 0.00%
CMYK:
(0,13,27,0)
C0M13Y27K0 
(0%,13%,27%,0%)
(0.00/0.13/0.27/0.00)	

CMYK percentages

%0
%13.33
%26.67
%0

Codes

Color #FFDDBB in popluar color models

FFDDBB
RGB255221187
HSL30°100.00%86.67%
HSB/HSV30°26.67%100.00%
CMYK0.00%13.33%26.67%
0.00%

Color #FFDDBB in popluar number systems.

HEXFFDDBB
Decimal255221187
Binary111111111101110110111011
Octal377335273

Shades and tints

Shades of #FFDDBB

#FFDDBB
(255,221,187)
#E8C9AA
(232,201,170)
#D1B599
(209,181,153)
#BAA188
(186,161,136)
#A38D77
(163,141,119)
#8C7966
(140,121,102)
#756555
(117,101,85)
#5E5144
(94,81,68)
#473D33
(71,61,51)
#302922
(48,41,34)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #FFDDBB

#FFDDBB
(255,221,187)
#FFE0C1
(255,224,193)
#FFE3C7
(255,227,199)
#FFE6CD
(255,230,205)
#FFE9D3
(255,233,211)
#FFECD9
(255,236,217)
#FFEFDF
(255,239,223)
#FFF2E5
(255,242,229)
#FFF5EB
(255,245,235)
#FFF8F1
(255,248,241)
#FFFBF7
(255,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDDBB; }

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

This text font color is #FFDDBB.


Background Color

.myBgColor { background-color: #FFDDBB; }

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

This div background color is #FFDDBB.


Border color

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

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

This div border color is #FFDDBB.


Opacity

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

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

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

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

This text has shadow with #FFDDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDDBB on black background.


Color preview on white background

This text has color #FFDDBB on white background.



Black color preview on #FFDDBB background

This text has black color on #FFDDBB background.


White color preview on #FFDDBB background

This text has white color on #FFDDBB background.