COLOR #F3BCA0

HEX: #F3BCA0
RGB: (243,188,160)

Color info

#F3BCA0 contains mainly red and green colors. Web safe color of #F3BCA0 is #FFCC99 (or #FC9).

RGB color model

#F3BCA0 color RGB value is (243,188,160).

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

RGB channels and saturation

R 243 of 255 = 95%
G 188 of 255 = 74%
B 160 of 255 = 63%

243
188
160

R + G + B ~ 77%. #F3BCA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 188 + 160 = 591 (100%)
R 243 of 591 ~ 41.12%
G 188 of 591 ~ 31.81%
B 160 of 591 ~ 27.07%

%41.12
%31.81
%27.07

CMYK color model

#F3BCA0 color CMYK value is (0,23,34,5).

  • cyan value is 0.00%
  • magenta value is 22.63%
  • yellow value is 34.16%
  • key color value is 4.71%
CMYK:
(0,23,34,5)
C0M23Y34K5 
(0%,23%,34%,5%)
(0.00/0.23/0.34/0.05)	

CMYK percentages

%0
%22.63
%34.16
%4.71

Codes

Color #F3BCA0 in popluar color models

F3BCA0
RGB243188160
HSL20°77.57%79.02%
HSB/HSV20°34.16%95.29%
CMYK0.00%22.63%34.16%
4.71%

Color #F3BCA0 in popluar number systems.

HEXF3BCA0
Decimal243188160
Binary111100111011110010100000
Octal363274240

Shades and tints

Shades of #F3BCA0

#F3BCA0
(243,188,160)
#DDAB92
(221,171,146)
#C79A84
(199,154,132)
#B18976
(177,137,118)
#9B7868
(155,120,104)
#85675A
(133,103,90)
#6F564C
(111,86,76)
#59453E
(89,69,62)
#433430
(67,52,48)
#2D2322
(45,35,34)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #F3BCA0

#F3BCA0
(243,188,160)
#F4C2A8
(244,194,168)
#F5C8B0
(245,200,176)
#F6CEB8
(246,206,184)
#F7D4C0
(247,212,192)
#F8DAC8
(248,218,200)
#F9E0D0
(249,224,208)
#FAE6D8
(250,230,216)
#FBECE0
(251,236,224)
#FCF2E8
(252,242,232)
#FDF8F0
(253,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3BCA0; }

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

This text font color is #F3BCA0.


Background Color

.myBgColor { background-color: #F3BCA0; }

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

This div background color is #F3BCA0.


Border color

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

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

This div border color is #F3BCA0.


Opacity

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

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

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

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

This text has shadow with #F3BCA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BCA0 on black background.


Color preview on white background

This text has color #F3BCA0 on white background.



Black color preview on #F3BCA0 background

This text has black color on #F3BCA0 background.


White color preview on #F3BCA0 background

This text has white color on #F3BCA0 background.