COLOR #F6BCF9

HEX: #F6BCF9
RGB: (246,188,249)

Color info

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

RGB color model

#F6BCF9 color RGB value is (246,188,249).

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

RGB channels and saturation

R 246 of 255 = 96%
G 188 of 255 = 74%
B 249 of 255 = 98%

246
188
249

R + G + B ~ 89%. #F6BCF9 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 188 + 249 = 683 (100%)
R 246 of 683 ~ 36.02%
G 188 of 683 ~ 27.53%
B 249 of 683 ~ 36.46%

%36.02
%27.53
%36.46

CMYK color model

#F6BCF9 color CMYK value is (1,24,0,2).

  • cyan value is 1.20%
  • magenta value is 24.50%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(1,24,0,2)
C1M24Y0K2 
(1%,24%,0%,2%)
(0.01/0.24/0.00/0.02)	

CMYK percentages

%1.2
%24.5
%0
%2.35

Codes

Color #F6BCF9 in popluar color models

F6BCF9
RGB246188249
HSL297°83.56%85.69%
HSB/HSV297°24.50%97.65%
CMYK1.20%24.50%0.00%
2.35%

Color #F6BCF9 in popluar number systems.

HEXF6BCF9
Decimal246188249
Binary111101101011110011111001
Octal366274371

Shades and tints

Shades of #F6BCF9

#F6BCF9
(246,188,249)
#E0ABE3
(224,171,227)
#CA9ACD
(202,154,205)
#B489B7
(180,137,183)
#9E78A1
(158,120,161)
#88678B
(136,103,139)
#725675
(114,86,117)
#5C455F
(92,69,95)
#463449
(70,52,73)
#302333
(48,35,51)
#1A121D
(26,18,29)
#000000
(0,0,0)

Tints of #F6BCF9

#F6BCF9
(246,188,249)
#F6C2F9
(246,194,249)
#F6C8F9
(246,200,249)
#F6CEF9
(246,206,249)
#F6D4F9
(246,212,249)
#F6DAF9
(246,218,249)
#F6E0F9
(246,224,249)
#F6E6F9
(246,230,249)
#F6ECF9
(246,236,249)
#F6F2F9
(246,242,249)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BCF9; }

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

This text font color is #F6BCF9.


Background Color

.myBgColor { background-color: #F6BCF9; }

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

This div background color is #F6BCF9.


Border color

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

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

This div border color is #F6BCF9.


Opacity

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

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

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

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

This text has shadow with #F6BCF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BCF9 on black background.


Color preview on white background

This text has color #F6BCF9 on white background.



Black color preview on #F6BCF9 background

This text has black color on #F6BCF9 background.


White color preview on #F6BCF9 background

This text has white color on #F6BCF9 background.