COLOR #FCBCFB

HEX: #FCBCFB RGB: (252,188,251)

Color info

#FCBCFB contains mainly red and blue colors. Web safe color of #FCBCFB is #FFCCFF (or #FCF).

RGB color model

#FCBCFB color RGB value is (252,188,251).

RGB: (252,188,251) (99%, 74%, 98%)

RGB channels and saturation

R 252 of 255 = 99%
G 188 of 255 = 74%
B 251 of 255 = 98%

252
188
251

R + G + B ~ 90%. #FCBCFB is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 188 + 251 = 691 (100%)
R 252 of 691 ~ 36.47%
G 188 of 691 ~ 27.21%
B 251 of 691 ~ 36.32'%

%36.47
%27.21
%36.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.40%
  • yellow value is 0.40%
  • key color value is 1.18%

CMYK: (0,25,0,1)
C0M25Y0K1 (0%, 25%, 0%, 1%)
(0.00 / 0.25 / 0.00 / 0.01)

CMYK percentages

%0
%25.4
%0.4
%1.18

Codes

Color #FCBCFB in popluar color models

FC BC FB
RGB 252 188 251
HSL 301° 91.43% 86.27%
HSB/HSV 301° 25.40% 98.82%
CMYK 0.00% 25.40% 0.40%
1.18%

Color #FCBCFB in popluar number systems.

HEX FC BC FB
Decimal 252 188 251
Binary 11111100 10111100 11111011
Octal 374 274 373

Shades and tints

Shades of #FCBCFB

#FCBCFB
(252,188,251)
#E6ABE5
(230,171,229)
#D09ACF
(208,154,207)
#BA89B9
(186,137,185)
#A478A3
(164,120,163)
#8E678D
(142,103,141)
#785677
(120,86,119)
#624561
(98,69,97)
#4C344B
(76,52,75)
#362335
(54,35,53)
#20121F
(32,18,31)
#000000
(0,0,0)

Tints of #FCBCFB

#FCBCFB
(252,188,251)
#FCC2FB
(252,194,251)
#FCC8FB
(252,200,251)
#FCCEFB
(252,206,251)
#FCD4FB
(252,212,251)
#FCDAFB
(252,218,251)
#FCE0FB
(252,224,251)
#FCE6FB
(252,230,251)
#FCECFB
(252,236,251)
#FCF2FB
(252,242,251)
#FCF8FB
(252,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCBCFB color. Also use rgb(252,188,251) instead hex code.

Text Font Color

.myTextColor { color: #FCBCFB; }

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

This text font color is #FCBCFB.

Background Color

.myBgColor { background-color: #FCBCFB; }

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

This div background color is #FCBCFB.

Border color

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

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

This div border color is #FCBCFB.

Opacity

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

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

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

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

This text has shadow with #FCBCFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCBCFB.

Preview

Color preview on black background

This text has color #FCBCFB on black background.


Color preview on white background

This text has color #FCBCFB on white background.


Black color preview on #FCBCFB background

This text has black color on #FCBCFB background.


White color preview on #FCBCFB background

This text has white color on #FCBCFB background.


Related colors

Complementary color

Complementary color for #hex is #034304.


I love getcolorcode.com

Triadic colors

1 #FBFCBC and #BCFBFC with #FCBCFB are triadic colors.

2 #FBBCFC and #BCFCFB with #FCBCFB are triadic colors.