COLOR #F3BCDB

HEX: #F3BCDB
RGB: (243,188,219)

Color info

#F3BCDB contains red, green and blue colors in about the same proportion. Web safe color of #F3BCDB is #FFCCCC (or #FCC).

RGB color model

#F3BCDB color RGB value is (243,188,219).

  • red value is 243;
  • green value is 188;
  • blue value is 219.
RGB:
(243,188,219)
(95%,74%,86%)

RGB channels and saturation

R 243 of 255 = 95%
G 188 of 255 = 74%
B 219 of 255 = 86%

243
188
219

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

Portions of RGB colors in percentages

R + G + B =
243 + 188 + 219 = 650 (100%)
R 243 of 650 ~ 37.38%
G 188 of 650 ~ 28.92%
B 219 of 650 ~ 33.69%

%37.38
%28.92
%33.69

CMYK color model

#F3BCDB color CMYK value is (0,23,10,5).

  • cyan value is 0.00%
  • magenta value is 22.63%
  • yellow value is 9.88%
  • key color value is 4.71%
CMYK:
(0,23,10,5)
C0M23Y10K5 
(0%,23%,10%,5%)
(0.00/0.23/0.10/0.05)	

CMYK percentages

%0
%22.63
%9.88
%4.71

Codes

Color #F3BCDB in popluar color models

F3BCDB
RGB243188219
HSL326°69.62%84.51%
HSB/HSV326°22.63%95.29%
CMYK0.00%22.63%9.88%
4.71%

Color #F3BCDB in popluar number systems.

HEXF3BCDB
Decimal243188219
Binary111100111011110011011011
Octal363274333

Shades and tints

Shades of #F3BCDB

#F3BCDB
(243,188,219)
#DDABC8
(221,171,200)
#C79AB5
(199,154,181)
#B189A2
(177,137,162)
#9B788F
(155,120,143)
#85677C
(133,103,124)
#6F5669
(111,86,105)
#594556
(89,69,86)
#433443
(67,52,67)
#2D2330
(45,35,48)
#17121D
(23,18,29)
#000000
(0,0,0)

Tints of #F3BCDB

#F3BCDB
(243,188,219)
#F4C2DE
(244,194,222)
#F5C8E1
(245,200,225)
#F6CEE4
(246,206,228)
#F7D4E7
(247,212,231)
#F8DAEA
(248,218,234)
#F9E0ED
(249,224,237)
#FAE6F0
(250,230,240)
#FBECF3
(251,236,243)
#FCF2F6
(252,242,246)
#FDF8F9
(253,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3BCDB color. Also use rgb(243,188,219) instead hex code.

Text Font Color

.myTextColor { color: #F3BCDB; }

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

This text font color is #F3BCDB.


Background Color

.myBgColor { background-color: #F3BCDB; }

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

This div background color is #F3BCDB.


Border color

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

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

This div border color is #F3BCDB.


Opacity

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

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

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

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

This text has shadow with #F3BCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BCDB on black background.


Color preview on white background

This text has color #F3BCDB on white background.



Black color preview on #F3BCDB background

This text has black color on #F3BCDB background.


White color preview on #F3BCDB background

This text has white color on #F3BCDB background.