COLOR #F6B3FC

HEX: #F6B3FC
RGB: (246,179,252)

Color info

#F6B3FC contains mainly red and blue colors. Web safe color of #F6B3FC is #FF99FF (or #F9F).

RGB color model

#F6B3FC color RGB value is (246,179,252).

  • red value is 246;
  • green value is 179;
  • blue value is 252.
RGB:
(246,179,252)
(96%,70%,99%)

RGB channels and saturation

R 246 of 255 = 96%
G 179 of 255 = 70%
B 252 of 255 = 99%

246
179
252

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

Portions of RGB colors in percentages

R + G + B =
246 + 179 + 252 = 677 (100%)
R 246 of 677 ~ 36.34%
G 179 of 677 ~ 26.44%
B 252 of 677 ~ 37.22%

%36.34
%26.44
%37.22

CMYK color model

#F6B3FC color CMYK value is (2,29,0,1).

  • cyan value is 2.38%
  • magenta value is 28.97%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(2,29,0,1)
C2M29Y0K1 
(2%,29%,0%,1%)
(0.02/0.29/0.00/0.01)	

CMYK percentages

%2.38
%28.97
%0
%1.18

Codes

Color #F6B3FC in popluar color models

F6B3FC
RGB246179252
HSL295°92.41%84.51%
HSB/HSV295°28.97%98.82%
CMYK2.38%28.97%0.00%
1.18%

Color #F6B3FC in popluar number systems.

HEXF6B3FC
Decimal246179252
Binary111101101011001111111100
Octal366263374

Shades and tints

Shades of #F6B3FC

#F6B3FC
(246,179,252)
#E0A3E6
(224,163,230)
#CA93D0
(202,147,208)
#B483BA
(180,131,186)
#9E73A4
(158,115,164)
#88638E
(136,99,142)
#725378
(114,83,120)
#5C4362
(92,67,98)
#46334C
(70,51,76)
#302336
(48,35,54)
#1A1320
(26,19,32)
#000000
(0,0,0)

Tints of #F6B3FC

#F6B3FC
(246,179,252)
#F6B9FC
(246,185,252)
#F6BFFC
(246,191,252)
#F6C5FC
(246,197,252)
#F6CBFC
(246,203,252)
#F6D1FC
(246,209,252)
#F6D7FC
(246,215,252)
#F6DDFC
(246,221,252)
#F6E3FC
(246,227,252)
#F6E9FC
(246,233,252)
#F6EFFC
(246,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6B3FC color. Also use rgb(246,179,252) instead hex code.

Text Font Color

.myTextColor { color: #F6B3FC; }

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

This text font color is #F6B3FC.


Background Color

.myBgColor { background-color: #F6B3FC; }

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

This div background color is #F6B3FC.


Border color

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

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

This div border color is #F6B3FC.


Opacity

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

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

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

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

This text has shadow with #F6B3FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B3FC on black background.


Color preview on white background

This text has color #F6B3FC on white background.



Black color preview on #F6B3FC background

This text has black color on #F6B3FC background.


White color preview on #F6B3FC background

This text has white color on #F6B3FC background.