COLOR #F3B6DC

HEX: #F3B6DC
RGB: (243,182,220)

Color info

#F3B6DC contains mainly red and blue colors. Web safe color of #F3B6DC is #FFCCCC (or #FCC).

RGB color model

#F3B6DC color RGB value is (243,182,220).

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

RGB channels and saturation

R 243 of 255 = 95%
G 182 of 255 = 71%
B 220 of 255 = 86%

243
182
220

R + G + B ~ 84%. #F3B6DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 182 + 220 = 645 (100%)
R 243 of 645 ~ 37.67%
G 182 of 645 ~ 28.22%
B 220 of 645 ~ 34.11%

%37.67
%28.22
%34.11

CMYK color model

#F3B6DC color CMYK value is (0,25,9,5).

  • cyan value is 0.00%
  • magenta value is 25.10%
  • yellow value is 9.47%
  • key color value is 4.71%
CMYK:
(0,25,9,5)
C0M25Y9K5 
(0%,25%,9%,5%)
(0.00/0.25/0.09/0.05)	

CMYK percentages

%0
%25.1
%9.47
%4.71

Codes

Color #F3B6DC in popluar color models

F3B6DC
RGB243182220
HSL323°71.76%83.33%
HSB/HSV323°25.10%95.29%
CMYK0.00%25.10%9.47%
4.71%

Color #F3B6DC in popluar number systems.

HEXF3B6DC
Decimal243182220
Binary111100111011011011011100
Octal363266334

Shades and tints

Shades of #F3B6DC

#F3B6DC
(243,182,220)
#DDA6C8
(221,166,200)
#C796B4
(199,150,180)
#B186A0
(177,134,160)
#9B768C
(155,118,140)
#856678
(133,102,120)
#6F5664
(111,86,100)
#594650
(89,70,80)
#43363C
(67,54,60)
#2D2628
(45,38,40)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #F3B6DC

#F3B6DC
(243,182,220)
#F4BCDF
(244,188,223)
#F5C2E2
(245,194,226)
#F6C8E5
(246,200,229)
#F7CEE8
(247,206,232)
#F8D4EB
(248,212,235)
#F9DAEE
(249,218,238)
#FAE0F1
(250,224,241)
#FBE6F4
(251,230,244)
#FCECF7
(252,236,247)
#FDF2FA
(253,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3B6DC; }

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

This text font color is #F3B6DC.


Background Color

.myBgColor { background-color: #F3B6DC; }

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

This div background color is #F3B6DC.


Border color

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

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

This div border color is #F3B6DC.


Opacity

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

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

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

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

This text has shadow with #F3B6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B6DC on black background.


Color preview on white background

This text has color #F3B6DC on white background.



Black color preview on #F3B6DC background

This text has black color on #F3B6DC background.


White color preview on #F3B6DC background

This text has white color on #F3B6DC background.