COLOR #F3BCE6

HEX: #F3BCE6
RGB: (243,188,230)

Color info

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

RGB color model

#F3BCE6 color RGB value is (243,188,230).

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

RGB channels and saturation

R 243 of 255 = 95%
G 188 of 255 = 74%
B 230 of 255 = 90%

243
188
230

R + G + B ~ 86%. #F3BCE6 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 188 + 230 = 661 (100%)
R 243 of 661 ~ 36.76%
G 188 of 661 ~ 28.44%
B 230 of 661 ~ 34.8%

%36.76
%28.44
%34.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.63%
  • yellow value is 5.35%
  • key color value is 4.71%
CMYK:
(0,23,5,5)
C0M23Y5K5 
(0%,23%,5%,5%)
(0.00/0.23/0.05/0.05)	

CMYK percentages

%0
%22.63
%5.35
%4.71

Codes

Color #F3BCE6 in popluar color models

F3BCE6
RGB243188230
HSL314°69.62%84.51%
HSB/HSV314°22.63%95.29%
CMYK0.00%22.63%5.35%
4.71%

Color #F3BCE6 in popluar number systems.

HEXF3BCE6
Decimal243188230
Binary111100111011110011100110
Octal363274346

Shades and tints

Shades of #F3BCE6

#F3BCE6
(243,188,230)
#DDABD2
(221,171,210)
#C79ABE
(199,154,190)
#B189AA
(177,137,170)
#9B7896
(155,120,150)
#856782
(133,103,130)
#6F566E
(111,86,110)
#59455A
(89,69,90)
#433446
(67,52,70)
#2D2332
(45,35,50)
#17121E
(23,18,30)
#000000
(0,0,0)

Tints of #F3BCE6

#F3BCE6
(243,188,230)
#F4C2E8
(244,194,232)
#F5C8EA
(245,200,234)
#F6CEEC
(246,206,236)
#F7D4EE
(247,212,238)
#F8DAF0
(248,218,240)
#F9E0F2
(249,224,242)
#FAE6F4
(250,230,244)
#FBECF6
(251,236,246)
#FCF2F8
(252,242,248)
#FDF8FA
(253,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3BCE6; }

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

This text font color is #F3BCE6.


Background Color

.myBgColor { background-color: #F3BCE6; }

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

This div background color is #F3BCE6.


Border color

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

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

This div border color is #F3BCE6.


Opacity

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

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

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

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

This text has shadow with #F3BCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BCE6 on black background.


Color preview on white background

This text has color #F3BCE6 on white background.



Black color preview on #F3BCE6 background

This text has black color on #F3BCE6 background.


White color preview on #F3BCE6 background

This text has white color on #F3BCE6 background.