COLOR #F3B896

HEX: #F3B896
RGB: (243,184,150)

Color info

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

RGB color model

#F3B896 color RGB value is (243,184,150).

  • red value is 243;
  • green value is 184;
  • blue value is 150.
RGB:
(243,184,150)
(95%,72%,59%)

RGB channels and saturation

R 243 of 255 = 95%
G 184 of 255 = 72%
B 150 of 255 = 59%

243
184
150

R + G + B ~ 75%. #F3B896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 184 + 150 = 577 (100%)
R 243 of 577 ~ 42.11%
G 184 of 577 ~ 31.89%
B 150 of 577 ~ 26%

%42.11
%31.89
%26

CMYK color model

#F3B896 color CMYK value is (0,24,38,5).

  • cyan value is 0.00%
  • magenta value is 24.28%
  • yellow value is 38.27%
  • key color value is 4.71%
CMYK:
(0,24,38,5)
C0M24Y38K5 
(0%,24%,38%,5%)
(0.00/0.24/0.38/0.05)	

CMYK percentages

%0
%24.28
%38.27
%4.71

Codes

Color #F3B896 in popluar color models

F3B896
RGB243184150
HSL22°79.49%77.06%
HSB/HSV22°38.27%95.29%
CMYK0.00%24.28%38.27%
4.71%

Color #F3B896 in popluar number systems.

HEXF3B896
Decimal243184150
Binary111100111011100010010110
Octal363270226

Shades and tints

Shades of #F3B896

#F3B896
(243,184,150)
#DDA889
(221,168,137)
#C7987C
(199,152,124)
#B1886F
(177,136,111)
#9B7862
(155,120,98)
#856855
(133,104,85)
#6F5848
(111,88,72)
#59483B
(89,72,59)
#43382E
(67,56,46)
#2D2821
(45,40,33)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #F3B896

#F3B896
(243,184,150)
#F4BE9F
(244,190,159)
#F5C4A8
(245,196,168)
#F6CAB1
(246,202,177)
#F7D0BA
(247,208,186)
#F8D6C3
(248,214,195)
#F9DCCC
(249,220,204)
#FAE2D5
(250,226,213)
#FBE8DE
(251,232,222)
#FCEEE7
(252,238,231)
#FDF4F0
(253,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3B896 color. Also use rgb(243,184,150) instead hex code.

Text Font Color

.myTextColor { color: #F3B896; }

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

This text font color is #F3B896.


Background Color

.myBgColor { background-color: #F3B896; }

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

This div background color is #F3B896.


Border color

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

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

This div border color is #F3B896.


Opacity

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

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

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

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

This text has shadow with #F3B896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B896 on black background.


Color preview on white background

This text has color #F3B896 on white background.



Black color preview on #F3B896 background

This text has black color on #F3B896 background.


White color preview on #F3B896 background

This text has white color on #F3B896 background.