COLOR #FCBDCF

HEX: #FCBDCF RGB: (252,189,207)

Color info

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

RGB color model

#FCBDCF color RGB value is (252,189,207).

RGB: (252,189,207) (99%, 74%, 81%)

RGB channels and saturation

R 252 of 255 = 99%
G 189 of 255 = 74%
B 207 of 255 = 81%

252
189
207

R + G + B ~ 85%. #FCBDCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 189 + 207 = 648 (100%)
R 252 of 648 ~ 38.89%
G 189 of 648 ~ 29.17%
B 207 of 648 ~ 31.94'%

%38.89
%29.17
%31.94

CMYK color model

#FCBDCF color CMYK value is (0,25,18,1).

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

CMYK: (0,25,18,1)
C0M25Y18K1 (0%, 25%, 18%, 1%)
(0.00 / 0.25 / 0.18 / 0.01)

CMYK percentages

%0
%25
%17.86
%1.18

Codes

Color #FCBDCF in popluar color models

FC BD CF
RGB 252 189 207
HSL 343° 91.30% 86.47%
HSB/HSV 343° 25.00% 98.82%
CMYK 0.00% 25.00% 17.86%
1.18%

Color #FCBDCF in popluar number systems.

HEX FC BD CF
Decimal 252 189 207
Binary 11111100 10111101 11001111
Octal 374 275 317

Shades and tints

Shades of #FCBDCF

#FCBDCF
(252,189,207)
#E6ACBD
(230,172,189)
#D09BAB
(208,155,171)
#BA8A99
(186,138,153)
#A47987
(164,121,135)
#8E6875
(142,104,117)
#785763
(120,87,99)
#624651
(98,70,81)
#4C353F
(76,53,63)
#36242D
(54,36,45)
#20131B
(32,19,27)
#000000
(0,0,0)

Tints of #FCBDCF

#FCBDCF
(252,189,207)
#FCC3D3
(252,195,211)
#FCC9D7
(252,201,215)
#FCCFDB
(252,207,219)
#FCD5DF
(252,213,223)
#FCDBE3
(252,219,227)
#FCE1E7
(252,225,231)
#FCE7EB
(252,231,235)
#FCEDEF
(252,237,239)
#FCF3F3
(252,243,243)
#FCF9F7
(252,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCBDCF; }

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

This text font color is #FCBDCF.

Background Color

.myBgColor { background-color: #FCBDCF; }

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

This div background color is #FCBDCF.

Border color

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

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

This div border color is #FCBDCF.

Opacity

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

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

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

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

This text has shadow with #FCBDCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCBDCF.

Preview

Color preview on black background

This text has color #FCBDCF on black background.


Color preview on white background

This text has color #FCBDCF on white background.


Black color preview on #FCBDCF background

This text has black color on #FCBDCF background.


White color preview on #FCBDCF background

This text has white color on #FCBDCF background.


Related colors

Complementary color

Complementary color for #hex is #034230.


I love getcolorcode.com

Triadic colors

1 #CFFCBD and #BDCFFC with #FCBDCF are triadic colors.

2 #CFBDFC and #BDFCCF with #FCBDCF are triadic colors.