COLOR #FCBECB

HEX: #FCBECB RGB: (252,190,203)

Color info

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

RGB color model

#FCBECB color RGB value is (252,190,203).

RGB: (252,190,203) (99%, 75%, 80%)

RGB channels and saturation

R 252 of 255 = 99%
G 190 of 255 = 75%
B 203 of 255 = 80%

252
190
203

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

Portions of RGB colors in percentages

R + G + B = 252 + 190 + 203 = 645 (100%)
R 252 of 645 ~ 39.07%
G 190 of 645 ~ 29.46%
B 203 of 645 ~ 31.47'%

%39.07
%29.46
%31.47

CMYK color model

#FCBECB color CMYK value is (0,25,19,1).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 19.44%
  • key color value is 1.18%

CMYK: (0,25,19,1)
C0M25Y19K1 (0%, 25%, 19%, 1%)
(0.00 / 0.25 / 0.19 / 0.01)

CMYK percentages

%0
%24.6
%19.44
%1.18

Codes

Color #FCBECB in popluar color models

FC BE CB
RGB 252 190 203
HSL 347° 91.18% 86.67%
HSB/HSV 347° 24.60% 98.82%
CMYK 0.00% 24.60% 19.44%
1.18%

Color #FCBECB in popluar number systems.

HEX FC BE CB
Decimal 252 190 203
Binary 11111100 10111110 11001011
Octal 374 276 313

Shades and tints

Shades of #FCBECB

#FCBECB
(252,190,203)
#E6ADB9
(230,173,185)
#D09CA7
(208,156,167)
#BA8B95
(186,139,149)
#A47A83
(164,122,131)
#8E6971
(142,105,113)
#78585F
(120,88,95)
#62474D
(98,71,77)
#4C363B
(76,54,59)
#362529
(54,37,41)
#201417
(32,20,23)
#000000
(0,0,0)

Tints of #FCBECB

#FCBECB
(252,190,203)
#FCC3CF
(252,195,207)
#FCC8D3
(252,200,211)
#FCCDD7
(252,205,215)
#FCD2DB
(252,210,219)
#FCD7DF
(252,215,223)
#FCDCE3
(252,220,227)
#FCE1E7
(252,225,231)
#FCE6EB
(252,230,235)
#FCEBEF
(252,235,239)
#FCF0F3
(252,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCBECB color. Also use rgb(252,190,203) instead hex code.

Text Font Color

.myTextColor { color: #FCBECB; }

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

This text font color is #FCBECB.

Background Color

.myBgColor { background-color: #FCBECB; }

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

This div background color is #FCBECB.

Border color

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

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

This div border color is #FCBECB.

Opacity

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

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

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

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

This text has shadow with #FCBECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCBECB.

Preview

Color preview on black background

This text has color #FCBECB on black background.


Color preview on white background

This text has color #FCBECB on white background.


Black color preview on #FCBECB background

This text has black color on #FCBECB background.


White color preview on #FCBECB background

This text has white color on #FCBECB background.


Related colors

Complementary color

Complementary color for #hex is #034134.


I love getcolorcode.com

Triadic colors

1 #CBFCBE and #BECBFC with #FCBECB are triadic colors.

2 #CBBEFC and #BEFCCB with #FCBECB are triadic colors.