COLOR #FCCDBB

HEX: #FCCDBB RGB: (252,205,187)

Color info

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

RGB color model

#FCCDBB color RGB value is (252,205,187).

RGB: (252,205,187) (99%, 80%, 73%)

RGB channels and saturation

R 252 of 255 = 99%
G 205 of 255 = 80%
B 187 of 255 = 73%

252
205
187

R + G + B ~ 84%. #FCCDBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 205 + 187 = 644 (100%)
R 252 of 644 ~ 39.13%
G 205 of 644 ~ 31.83%
B 187 of 644 ~ 29.04'%

%39.13
%31.83
%29.04

CMYK color model

#FCCDBB color CMYK value is (0,19,26,1).

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

CMYK: (0,19,26,1)
C0M19Y26K1 (0%, 19%, 26%, 1%)
(0.00 / 0.19 / 0.26 / 0.01)

CMYK percentages

%0
%18.65
%25.79
%1.18

Codes

Color #FCCDBB in popluar color models

FC CD BB
RGB 252 205 187
HSL 17° 91.55% 86.08%
HSB/HSV 17° 25.79% 98.82%
CMYK 0.00% 18.65% 25.79%
1.18%

Color #FCCDBB in popluar number systems.

HEX FC CD BB
Decimal 252 205 187
Binary 11111100 11001101 10111011
Octal 374 315 273

Shades and tints

Shades of #FCCDBB

#FCCDBB
(252,205,187)
#E6BBAA
(230,187,170)
#D0A999
(208,169,153)
#BA9788
(186,151,136)
#A48577
(164,133,119)
#8E7366
(142,115,102)
#786155
(120,97,85)
#624F44
(98,79,68)
#4C3D33
(76,61,51)
#362B22
(54,43,34)
#201911
(32,25,17)
#000000
(0,0,0)

Tints of #FCCDBB

#FCCDBB
(252,205,187)
#FCD1C1
(252,209,193)
#FCD5C7
(252,213,199)
#FCD9CD
(252,217,205)
#FCDDD3
(252,221,211)
#FCE1D9
(252,225,217)
#FCE5DF
(252,229,223)
#FCE9E5
(252,233,229)
#FCEDEB
(252,237,235)
#FCF1F1
(252,241,241)
#FCF5F7
(252,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCDBB; }

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

This text font color is #FCCDBB.

Background Color

.myBgColor { background-color: #FCCDBB; }

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

This div background color is #FCCDBB.

Border color

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

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

This div border color is #FCCDBB.

Opacity

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

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

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

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

This text has shadow with #FCCDBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCCDBB.

Preview

Color preview on black background

This text has color #FCCDBB on black background.


Color preview on white background

This text has color #FCCDBB on white background.


Black color preview on #FCCDBB background

This text has black color on #FCCDBB background.


White color preview on #FCCDBB background

This text has white color on #FCCDBB background.


Related colors

Complementary color

Complementary color for #hex is #033244.


I love getcolorcode.com

Triadic colors

1 #BBFCCD and #CDBBFC with #FCCDBB are triadic colors.

2 #BBCDFC and #CDFCBB with #FCCDBB are triadic colors.