COLOR #FCBDB5

HEX: #FCBDB5 RGB: (252,189,181)

Color info

#FCBDB5 contains mainly red color. Web safe color of #FCBDB5 is #FFCCCC (or #FCC).

RGB color model

#FCBDB5 color RGB value is (252,189,181).

RGB: (252,189,181) (99%, 74%, 71%)

RGB channels and saturation

R 252 of 255 = 99%
G 189 of 255 = 74%
B 181 of 255 = 71%

252
189
181

R + G + B ~ 81%. #FCBDB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 189 + 181 = 622 (100%)
R 252 of 622 ~ 40.51%
G 189 of 622 ~ 30.39%
B 181 of 622 ~ 29.1'%

%40.51
%30.39
%29.1

CMYK color model

#FCBDB5 color CMYK value is (0,25,28,1).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 28.17%
  • key color value is 1.18%

CMYK: (0,25,28,1)
C0M25Y28K1 (0%, 25%, 28%, 1%)
(0.00 / 0.25 / 0.28 / 0.01)

CMYK percentages

%0
%25
%28.17
%1.18

Codes

Color #FCBDB5 in popluar color models

FC BD B5
RGB 252 189 181
HSL 92.21% 84.90%
HSB/HSV 28.17% 98.82%
CMYK 0.00% 25.00% 28.17%
1.18%

Color #FCBDB5 in popluar number systems.

HEX FC BD B5
Decimal 252 189 181
Binary 11111100 10111101 10110101
Octal 374 275 265

Shades and tints

Shades of #FCBDB5

#FCBDB5
(252,189,181)
#E6ACA5
(230,172,165)
#D09B95
(208,155,149)
#BA8A85
(186,138,133)
#A47975
(164,121,117)
#8E6865
(142,104,101)
#785755
(120,87,85)
#624645
(98,70,69)
#4C3535
(76,53,53)
#362425
(54,36,37)
#201315
(32,19,21)
#000000
(0,0,0)

Tints of #FCBDB5

#FCBDB5
(252,189,181)
#FCC3BB
(252,195,187)
#FCC9C1
(252,201,193)
#FCCFC7
(252,207,199)
#FCD5CD
(252,213,205)
#FCDBD3
(252,219,211)
#FCE1D9
(252,225,217)
#FCE7DF
(252,231,223)
#FCEDE5
(252,237,229)
#FCF3EB
(252,243,235)
#FCF9F1
(252,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCBDB5 color. Also use rgb(252,189,181) instead hex code.

Text Font Color

.myTextColor { color: #FCBDB5; }

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

This text font color is #FCBDB5.

Background Color

.myBgColor { background-color: #FCBDB5; }

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

This div background color is #FCBDB5.

Border color

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

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

This div border color is #FCBDB5.

Opacity

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

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

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

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

This text has shadow with #FCBDB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCBDB5.

Preview

Color preview on black background

This text has color #FCBDB5 on black background.


Color preview on white background

This text has color #FCBDB5 on white background.


Black color preview on #FCBDB5 background

This text has black color on #FCBDB5 background.


White color preview on #FCBDB5 background

This text has white color on #FCBDB5 background.


Related colors

Complementary color

Complementary color for #hex is #03424A.


I love getcolorcode.com

Triadic colors

1 #B5FCBD and #BDB5FC with #FCBDB5 are triadic colors.

2 #B5BDFC and #BDFCB5 with #FCBDB5 are triadic colors.