COLOR #F3B6EC

HEX: #F3B6EC
RGB: (243,182,236)

Color info

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

RGB color model

#F3B6EC color RGB value is (243,182,236).

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

RGB channels and saturation

R 243 of 255 = 95%
G 182 of 255 = 71%
B 236 of 255 = 93%

243
182
236

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

Portions of RGB colors in percentages

R + G + B =
243 + 182 + 236 = 661 (100%)
R 243 of 661 ~ 36.76%
G 182 of 661 ~ 27.53%
B 236 of 661 ~ 35.7%

%36.76
%27.53
%35.7

CMYK color model

#F3B6EC color CMYK value is (0,25,3,5).

  • cyan value is 0.00%
  • magenta value is 25.10%
  • yellow value is 2.88%
  • key color value is 4.71%
CMYK:
(0,25,3,5)
C0M25Y3K5 
(0%,25%,3%,5%)
(0.00/0.25/0.03/0.05)	

CMYK percentages

%0
%25.1
%2.88
%4.71

Codes

Color #F3B6EC in popluar color models

F3B6EC
RGB243182236
HSL307°71.76%83.33%
HSB/HSV307°25.10%95.29%
CMYK0.00%25.10%2.88%
4.71%

Color #F3B6EC in popluar number systems.

HEXF3B6EC
Decimal243182236
Binary111100111011011011101100
Octal363266354

Shades and tints

Shades of #F3B6EC

#F3B6EC
(243,182,236)
#DDA6D7
(221,166,215)
#C796C2
(199,150,194)
#B186AD
(177,134,173)
#9B7698
(155,118,152)
#856683
(133,102,131)
#6F566E
(111,86,110)
#594659
(89,70,89)
#433644
(67,54,68)
#2D262F
(45,38,47)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #F3B6EC

#F3B6EC
(243,182,236)
#F4BCED
(244,188,237)
#F5C2EE
(245,194,238)
#F6C8EF
(246,200,239)
#F7CEF0
(247,206,240)
#F8D4F1
(248,212,241)
#F9DAF2
(249,218,242)
#FAE0F3
(250,224,243)
#FBE6F4
(251,230,244)
#FCECF5
(252,236,245)
#FDF2F6
(253,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3B6EC; }

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

This text font color is #F3B6EC.


Background Color

.myBgColor { background-color: #F3B6EC; }

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

This div background color is #F3B6EC.


Border color

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

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

This div border color is #F3B6EC.


Opacity

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

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

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

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

This text has shadow with #F3B6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B6EC on black background.


Color preview on white background

This text has color #F3B6EC on white background.



Black color preview on #F3B6EC background

This text has black color on #F3B6EC background.


White color preview on #F3B6EC background

This text has white color on #F3B6EC background.