COLOR #F1BCF6

HEX: #F1BCF6
RGB: (241,188,246)

Color info

#F1BCF6 contains red, green and blue colors in about the same proportion. Web safe color of #F1BCF6 is #FFCCFF (or #FCF).

RGB color model

#F1BCF6 color RGB value is (241,188,246).

  • red value is 241;
  • green value is 188;
  • blue value is 246.
RGB:
(241,188,246)
(95%,74%,96%)

RGB channels and saturation

R 241 of 255 = 95%
G 188 of 255 = 74%
B 246 of 255 = 96%

241
188
246

R + G + B ~ 88%. #F1BCF6 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 188 + 246 = 675 (100%)
R 241 of 675 ~ 35.7%
G 188 of 675 ~ 27.85%
B 246 of 675 ~ 36.44%

%35.7
%27.85
%36.44

CMYK color model

#F1BCF6 color CMYK value is (2,24,0,4).

  • cyan value is 2.03%
  • magenta value is 23.58%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(2,24,0,4)
C2M24Y0K4 
(2%,24%,0%,4%)
(0.02/0.24/0.00/0.04)	

CMYK percentages

%2.03
%23.58
%0
%3.53

Codes

Color #F1BCF6 in popluar color models

F1BCF6
RGB241188246
HSL295°76.32%85.10%
HSB/HSV295°23.58%96.47%
CMYK2.03%23.58%0.00%
3.53%

Color #F1BCF6 in popluar number systems.

HEXF1BCF6
Decimal241188246
Binary111100011011110011110110
Octal361274366

Shades and tints

Shades of #F1BCF6

#F1BCF6
(241,188,246)
#DCABE0
(220,171,224)
#C79ACA
(199,154,202)
#B289B4
(178,137,180)
#9D789E
(157,120,158)
#886788
(136,103,136)
#735672
(115,86,114)
#5E455C
(94,69,92)
#493446
(73,52,70)
#342330
(52,35,48)
#1F121A
(31,18,26)
#000000
(0,0,0)

Tints of #F1BCF6

#F1BCF6
(241,188,246)
#F2C2F6
(242,194,246)
#F3C8F6
(243,200,246)
#F4CEF6
(244,206,246)
#F5D4F6
(245,212,246)
#F6DAF6
(246,218,246)
#F7E0F6
(247,224,246)
#F8E6F6
(248,230,246)
#F9ECF6
(249,236,246)
#FAF2F6
(250,242,246)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1BCF6 color. Also use rgb(241,188,246) instead hex code.

Text Font Color

.myTextColor { color: #F1BCF6; }

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

This text font color is #F1BCF6.


Background Color

.myBgColor { background-color: #F1BCF6; }

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

This div background color is #F1BCF6.


Border color

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

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

This div border color is #F1BCF6.


Opacity

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

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

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

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

This text has shadow with #F1BCF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BCF6 on black background.


Color preview on white background

This text has color #F1BCF6 on white background.



Black color preview on #F1BCF6 background

This text has black color on #F1BCF6 background.


White color preview on #F1BCF6 background

This text has white color on #F1BCF6 background.