COLOR #F3B6FF

HEX: #F3B6FF
RGB: (243,182,255)

Color info

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

RGB color model

#F3B6FF color RGB value is (243,182,255).

  • red value is 243;
  • green value is 182;
  • blue value is 255.
RGB:
(243,182,255)
(95%,71%,100%)

RGB channels and saturation

R 243 of 255 = 95%
G 182 of 255 = 71%
B 255 of 255 = 100%

243
182
255

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

Portions of RGB colors in percentages

R + G + B =
243 + 182 + 255 = 680 (100%)
R 243 of 680 ~ 35.74%
G 182 of 680 ~ 26.76%
B 255 of 680 ~ 37.5%

%35.74
%26.76
%37.5

CMYK color model

#F3B6FF color CMYK value is (5,29,0,0).

  • cyan value is 4.71%
  • magenta value is 28.63%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(5,29,0,0)
C5M29Y0K0 
(5%,29%,0%,0%)
(0.05/0.29/0.00/0.00)	

CMYK percentages

%4.71
%28.63
%0
%0

Codes

Color #F3B6FF in popluar color models

F3B6FF
RGB243182255
HSL290°100.00%85.69%
HSB/HSV290°28.63%100.00%
CMYK4.71%28.63%0.00%
0.00%

Color #F3B6FF in popluar number systems.

HEXF3B6FF
Decimal243182255
Binary111100111011011011111111
Octal363266377

Shades and tints

Shades of #F3B6FF

#F3B6FF
(243,182,255)
#DDA6E8
(221,166,232)
#C796D1
(199,150,209)
#B186BA
(177,134,186)
#9B76A3
(155,118,163)
#85668C
(133,102,140)
#6F5675
(111,86,117)
#59465E
(89,70,94)
#433647
(67,54,71)
#2D2630
(45,38,48)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #F3B6FF

#F3B6FF
(243,182,255)
#F4BCFF
(244,188,255)
#F5C2FF
(245,194,255)
#F6C8FF
(246,200,255)
#F7CEFF
(247,206,255)
#F8D4FF
(248,212,255)
#F9DAFF
(249,218,255)
#FAE0FF
(250,224,255)
#FBE6FF
(251,230,255)
#FCECFF
(252,236,255)
#FDF2FF
(253,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3B6FF color. Also use rgb(243,182,255) instead hex code.

Text Font Color

.myTextColor { color: #F3B6FF; }

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

This text font color is #F3B6FF.


Background Color

.myBgColor { background-color: #F3B6FF; }

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

This div background color is #F3B6FF.


Border color

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

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

This div border color is #F3B6FF.


Opacity

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

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

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

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

This text has shadow with #F3B6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B6FF on black background.


Color preview on white background

This text has color #F3B6FF on white background.



Black color preview on #F3B6FF background

This text has black color on #F3B6FF background.


White color preview on #F3B6FF background

This text has white color on #F3B6FF background.