COLOR #F3BCB6

HEX: #F3BCB6
RGB: (243,188,182)

Color info

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

RGB color model

#F3BCB6 color RGB value is (243,188,182).

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

RGB channels and saturation

R 243 of 255 = 95%
G 188 of 255 = 74%
B 182 of 255 = 71%

243
188
182

R + G + B ~ 80%. #F3BCB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 188 + 182 = 613 (100%)
R 243 of 613 ~ 39.64%
G 188 of 613 ~ 30.67%
B 182 of 613 ~ 29.69%

%39.64
%30.67
%29.69

CMYK color model

#F3BCB6 color CMYK value is (0,23,25,5).

  • cyan value is 0.00%
  • magenta value is 22.63%
  • yellow value is 25.10%
  • key color value is 4.71%
CMYK:
(0,23,25,5)
C0M23Y25K5 
(0%,23%,25%,5%)
(0.00/0.23/0.25/0.05)	

CMYK percentages

%0
%22.63
%25.1
%4.71

Codes

Color #F3BCB6 in popluar color models

F3BCB6
RGB243188182
HSL71.76%83.33%
HSB/HSV25.10%95.29%
CMYK0.00%22.63%25.10%
4.71%

Color #F3BCB6 in popluar number systems.

HEXF3BCB6
Decimal243188182
Binary111100111011110010110110
Octal363274266

Shades and tints

Shades of #F3BCB6

#F3BCB6
(243,188,182)
#DDABA6
(221,171,166)
#C79A96
(199,154,150)
#B18986
(177,137,134)
#9B7876
(155,120,118)
#856766
(133,103,102)
#6F5656
(111,86,86)
#594546
(89,69,70)
#433436
(67,52,54)
#2D2326
(45,35,38)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #F3BCB6

#F3BCB6
(243,188,182)
#F4C2BC
(244,194,188)
#F5C8C2
(245,200,194)
#F6CEC8
(246,206,200)
#F7D4CE
(247,212,206)
#F8DAD4
(248,218,212)
#F9E0DA
(249,224,218)
#FAE6E0
(250,230,224)
#FBECE6
(251,236,230)
#FCF2EC
(252,242,236)
#FDF8F2
(253,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3BCB6; }

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

This text font color is #F3BCB6.


Background Color

.myBgColor { background-color: #F3BCB6; }

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

This div background color is #F3BCB6.


Border color

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

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

This div border color is #F3BCB6.


Opacity

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

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

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

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

This text has shadow with #F3BCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BCB6 on black background.


Color preview on white background

This text has color #F3BCB6 on white background.



Black color preview on #F3BCB6 background

This text has black color on #F3BCB6 background.


White color preview on #F3BCB6 background

This text has white color on #F3BCB6 background.