COLOR #F3BCDC

HEX: #F3BCDC
RGB: (243,188,220)

Color info

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

RGB color model

#F3BCDC color RGB value is (243,188,220).

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

RGB channels and saturation

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

243
188
220

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

Portions of RGB colors in percentages

R + G + B =
243 + 188 + 220 = 651 (100%)
R 243 of 651 ~ 37.33%
G 188 of 651 ~ 28.88%
B 220 of 651 ~ 33.79%

%37.33
%28.88
%33.79

CMYK color model

#F3BCDC color CMYK value is (0,23,9,5).

  • cyan value is 0.00%
  • magenta value is 22.63%
  • yellow value is 9.47%
  • key color value is 4.71%
CMYK:
(0,23,9,5)
C0M23Y9K5 
(0%,23%,9%,5%)
(0.00/0.23/0.09/0.05)	

CMYK percentages

%0
%22.63
%9.47
%4.71

Codes

Color #F3BCDC in popluar color models

F3BCDC
RGB243188220
HSL325°69.62%84.51%
HSB/HSV325°22.63%95.29%
CMYK0.00%22.63%9.47%
4.71%

Color #F3BCDC in popluar number systems.

HEXF3BCDC
Decimal243188220
Binary111100111011110011011100
Octal363274334

Shades and tints

Shades of #F3BCDC

#F3BCDC
(243,188,220)
#DDABC8
(221,171,200)
#C79AB4
(199,154,180)
#B189A0
(177,137,160)
#9B788C
(155,120,140)
#856778
(133,103,120)
#6F5664
(111,86,100)
#594550
(89,69,80)
#43343C
(67,52,60)
#2D2328
(45,35,40)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #F3BCDC

#F3BCDC
(243,188,220)
#F4C2DF
(244,194,223)
#F5C8E2
(245,200,226)
#F6CEE5
(246,206,229)
#F7D4E8
(247,212,232)
#F8DAEB
(248,218,235)
#F9E0EE
(249,224,238)
#FAE6F1
(250,230,241)
#FBECF4
(251,236,244)
#FCF2F7
(252,242,247)
#FDF8FA
(253,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3BCDC; }

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

This text font color is #F3BCDC.


Background Color

.myBgColor { background-color: #F3BCDC; }

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

This div background color is #F3BCDC.


Border color

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

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

This div border color is #F3BCDC.


Opacity

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

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

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

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

This text has shadow with #F3BCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BCDC on black background.


Color preview on white background

This text has color #F3BCDC on white background.



Black color preview on #F3BCDC background

This text has black color on #F3BCDC background.


White color preview on #F3BCDC background

This text has white color on #F3BCDC background.