COLOR #FCB4CB

HEX: #FCB4CB RGB: (252,180,203)

Color info

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

RGB color model

#FCB4CB color RGB value is (252,180,203).

RGB: (252,180,203) (99%, 71%, 80%)

RGB channels and saturation

R 252 of 255 = 99%
G 180 of 255 = 71%
B 203 of 255 = 80%

252
180
203

R + G + B ~ 83%. #FCB4CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 180 + 203 = 635 (100%)
R 252 of 635 ~ 39.69%
G 180 of 635 ~ 28.35%
B 203 of 635 ~ 31.97'%

%39.69
%28.35
%31.97

CMYK color model

#FCB4CB color CMYK value is (0,29,19,1).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 19.44%
  • key color value is 1.18%
CMYK: (0,29,19,1) C0M29Y19K1 (0%,29%,19%,1%) (0.00/0.29/0.19/0.01) 

CMYK percentages

%0
%28.57
%19.44
%1.18

Codes

Color #FCB4CB in popluar color models

FC B4 CB
RGB 252 180 203
HSL 341° 92.31% 84.71%
HSB/HSV 341° 28.57% 98.82%
CMYK 0.00% 28.57% 19.44%
1.18%

Color #FCB4CB in popluar number systems.

HEX FC B4 CB
Decimal 252 180 203
Binary 11111100 10110100 11001011
Octal 374 264 313

Shades and tints

Shades of #FCB4CB

#FCB4CB
(252,180,203)
#E6A4B9
(230,164,185)
#D094A7
(208,148,167)
#BA8495
(186,132,149)
#A47483
(164,116,131)
#8E6471
(142,100,113)
#78545F
(120,84,95)
#62444D
(98,68,77)
#4C343B
(76,52,59)
#362429
(54,36,41)
#201417
(32,20,23)
#000000
(0,0,0)

Tints of #FCB4CB

#FCB4CB
(252,180,203)
#FCBACF
(252,186,207)
#FCC0D3
(252,192,211)
#FCC6D7
(252,198,215)
#FCCCDB
(252,204,219)
#FCD2DF
(252,210,223)
#FCD8E3
(252,216,227)
#FCDEE7
(252,222,231)
#FCE4EB
(252,228,235)
#FCEAEF
(252,234,239)
#FCF0F3
(252,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCB4CB; }

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

This text font color is #FCB4CB.

Background Color

.myBgColor { background-color: #FCB4CB; }

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

This div background color is #FCB4CB.

Border color

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

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

This div border color is #FCB4CB.

Opacity

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

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

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

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

This text has shadow with #FCB4CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCB4CB.

Preview

Color preview on black background

This text has color #FCB4CB on black background.


Color preview on white background

This text has color #FCB4CB on white background.


Black color preview on #FCB4CB background

This text has black color on #FCB4CB background.


White color preview on #FCB4CB background

This text has white color on #FCB4CB background.


Related colors

Complementary color

Complementary color for #hex is #034B34.


I love getcolorcode.com

Triadic colors

1 #CBFCB4 and #B4CBFC with #FCB4CB are triadic colors.

2 #CBB4FC and #B4FCCB with #FCB4CB are triadic colors.