COLOR #FCDDBB

HEX: #FCDDBB RGB: (252,221,187)

Color info

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

RGB color model

#FCDDBB color RGB value is (252,221,187).

RGB: (252,221,187) (99%, 87%, 73%)

RGB channels and saturation

R 252 of 255 = 99%
G 221 of 255 = 87%
B 187 of 255 = 73%

252
221
187

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

Portions of RGB colors in percentages

R + G + B = 252 + 221 + 187 = 660 (100%)
R 252 of 660 ~ 38.18%
G 221 of 660 ~ 33.48%
B 187 of 660 ~ 28.33'%

%38.18
%33.48
%28.33

CMYK color model

#FCDDBB color CMYK value is (0,12,26,1).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 25.79%
  • key color value is 1.18%

CMYK: (0,12,26,1)
C0M12Y26K1 (0%, 12%, 26%, 1%)
(0.00 / 0.12 / 0.26 / 0.01)

CMYK percentages

%0
%12.3
%25.79
%1.18

Codes

Color #FCDDBB in popluar color models

FC DD BB
RGB 252 221 187
HSL 31° 91.55% 86.08%
HSB/HSV 31° 25.79% 98.82%
CMYK 0.00% 12.30% 25.79%
1.18%

Color #FCDDBB in popluar number systems.

HEX FC DD BB
Decimal 252 221 187
Binary 11111100 11011101 10111011
Octal 374 335 273

Shades and tints

Shades of #FCDDBB

#FCDDBB
(252,221,187)
#E6C9AA
(230,201,170)
#D0B599
(208,181,153)
#BAA188
(186,161,136)
#A48D77
(164,141,119)
#8E7966
(142,121,102)
#786555
(120,101,85)
#625144
(98,81,68)
#4C3D33
(76,61,51)
#362922
(54,41,34)
#201511
(32,21,17)
#000000
(0,0,0)

Tints of #FCDDBB

#FCDDBB
(252,221,187)
#FCE0C1
(252,224,193)
#FCE3C7
(252,227,199)
#FCE6CD
(252,230,205)
#FCE9D3
(252,233,211)
#FCECD9
(252,236,217)
#FCEFDF
(252,239,223)
#FCF2E5
(252,242,229)
#FCF5EB
(252,245,235)
#FCF8F1
(252,248,241)
#FCFBF7
(252,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDDBB; }

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

This text font color is #FCDDBB.

Background Color

.myBgColor { background-color: #FCDDBB; }

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

This div background color is #FCDDBB.

Border color

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

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

This div border color is #FCDDBB.

Opacity

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

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

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

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

This text has shadow with #FCDDBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDDBB.

Preview

Color preview on black background

This text has color #FCDDBB on black background.


Color preview on white background

This text has color #FCDDBB on white background.


Black color preview on #FCDDBB background

This text has black color on #FCDDBB background.


White color preview on #FCDDBB background

This text has white color on #FCDDBB background.


Related colors

Complementary color

Complementary color for #hex is #032244.


I love getcolorcode.com

Triadic colors

1 #BBFCDD and #DDBBFC with #FCDDBB are triadic colors.

2 #BBDDFC and #DDFCBB with #FCDDBB are triadic colors.