COLOR #F3B49E

HEX: #F3B49E
RGB: (243,180,158)

Color info

#F3B49E contains mainly red color. Web safe color of #F3B49E is #FFCC99 (or #FC9).

RGB color model

#F3B49E color RGB value is (243,180,158).

  • red value is 243;
  • green value is 180;
  • blue value is 158.
RGB:
(243,180,158)
(95%,71%,62%)

RGB channels and saturation

R 243 of 255 = 95%
G 180 of 255 = 71%
B 158 of 255 = 62%

243
180
158

R + G + B ~ 76%. #F3B49E is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 180 + 158 = 581 (100%)
R 243 of 581 ~ 41.82%
G 180 of 581 ~ 30.98%
B 158 of 581 ~ 27.19%

%41.82
%30.98
%27.19

CMYK color model

#F3B49E color CMYK value is (0,26,35,5).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 34.98%
  • key color value is 4.71%
CMYK:
(0,26,35,5)
C0M26Y35K5 
(0%,26%,35%,5%)
(0.00/0.26/0.35/0.05)	

CMYK percentages

%0
%25.93
%34.98
%4.71

Codes

Color #F3B49E in popluar color models

F3B49E
RGB243180158
HSL16°77.98%78.63%
HSB/HSV16°34.98%95.29%
CMYK0.00%25.93%34.98%
4.71%

Color #F3B49E in popluar number systems.

HEXF3B49E
Decimal243180158
Binary111100111011010010011110
Octal363264236

Shades and tints

Shades of #F3B49E

#F3B49E
(243,180,158)
#DDA490
(221,164,144)
#C79482
(199,148,130)
#B18474
(177,132,116)
#9B7466
(155,116,102)
#856458
(133,100,88)
#6F544A
(111,84,74)
#59443C
(89,68,60)
#43342E
(67,52,46)
#2D2420
(45,36,32)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #F3B49E

#F3B49E
(243,180,158)
#F4BAA6
(244,186,166)
#F5C0AE
(245,192,174)
#F6C6B6
(246,198,182)
#F7CCBE
(247,204,190)
#F8D2C6
(248,210,198)
#F9D8CE
(249,216,206)
#FADED6
(250,222,214)
#FBE4DE
(251,228,222)
#FCEAE6
(252,234,230)
#FDF0EE
(253,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3B49E color. Also use rgb(243,180,158) instead hex code.

Text Font Color

.myTextColor { color: #F3B49E; }

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

This text font color is #F3B49E.


Background Color

.myBgColor { background-color: #F3B49E; }

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

This div background color is #F3B49E.


Border color

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

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

This div border color is #F3B49E.


Opacity

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

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

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

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

This text has shadow with #F3B49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B49E on black background.


Color preview on white background

This text has color #F3B49E on white background.



Black color preview on #F3B49E background

This text has black color on #F3B49E background.


White color preview on #F3B49E background

This text has white color on #F3B49E background.