COLOR #FFBCFB

HEX: #FFBCFB RGB: (255,188,251)

Color info

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

RGB color model

#FFBCFB color RGB value is (255,188,251).

RGB: (255,188,251) (100%, 74%, 98%)

RGB channels and saturation

R 255 of 255 = 100%
G 188 of 255 = 74%
B 251 of 255 = 98%

255
188
251

R + G + B ~ 91%. #FFBCFB is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 188 + 251 = 694 (100%)
R 255 of 694 ~ 36.74%
G 188 of 694 ~ 27.09%
B 251 of 694 ~ 36.17'%

%36.74
%27.09
%36.17

CMYK color model

#FFBCFB color CMYK value is (0,26,2,0).

  • cyan value is 0.00%
  • magenta value is 26.27%
  • yellow value is 1.57%
  • key color value is 0.00%

CMYK: (0,26,2,0)
C0M26Y2K0 (0%, 26%, 2%, 0%)
(0.00 / 0.26 / 0.02 / 0.00)

CMYK percentages

%0
%26.27
%1.57
%0

Codes

Color #FFBCFB in popluar color models

FF BC FB
RGB 255 188 251
HSL 304° 100.00% 86.86%
HSB/HSV 304° 26.27% 100.00%
CMYK 0.00% 26.27% 1.57%
0.00%

Color #FFBCFB in popluar number systems.

HEX FF BC FB
Decimal 255 188 251
Binary 11111111 10111100 11111011
Octal 377 274 373

Shades and tints

Shades of #FFBCFB

#FFBCFB
(255,188,251)
#E8ABE5
(232,171,229)
#D19ACF
(209,154,207)
#BA89B9
(186,137,185)
#A378A3
(163,120,163)
#8C678D
(140,103,141)
#755677
(117,86,119)
#5E4561
(94,69,97)
#47344B
(71,52,75)
#302335
(48,35,53)
#19121F
(25,18,31)
#000000
(0,0,0)

Tints of #FFBCFB

#FFBCFB
(255,188,251)
#FFC2FB
(255,194,251)
#FFC8FB
(255,200,251)
#FFCEFB
(255,206,251)
#FFD4FB
(255,212,251)
#FFDAFB
(255,218,251)
#FFE0FB
(255,224,251)
#FFE6FB
(255,230,251)
#FFECFB
(255,236,251)
#FFF2FB
(255,242,251)
#FFF8FB
(255,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFBCFB; }

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

This text font color is #FFBCFB.

Background Color

.myBgColor { background-color: #FFBCFB; }

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

This div background color is #FFBCFB.

Border color

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

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

This div border color is #FFBCFB.

Opacity

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

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

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

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

This text has shadow with #FFBCFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFBCFB.

Preview

Color preview on black background

This text has color #FFBCFB on black background.


Color preview on white background

This text has color #FFBCFB on white background.


Black color preview on #FFBCFB background

This text has black color on #FFBCFB background.


White color preview on #FFBCFB background

This text has white color on #FFBCFB background.


Related colors

Complementary color

Complementary color for #hex is #004304.


I love getcolorcode.com

Triadic colors

1 #FBFFBC and #BCFBFF with #FFBCFB are triadic colors.

2 #FBBCFF and #BCFFFB with #FFBCFB are triadic colors.