COLOR #F3B6AC

HEX: #F3B6AC
RGB: (243,182,172)

Color info

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

RGB color model

#F3B6AC color RGB value is (243,182,172).

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

RGB channels and saturation

R 243 of 255 = 95%
G 182 of 255 = 71%
B 172 of 255 = 67%

243
182
172

R + G + B ~ 78%. #F3B6AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 182 + 172 = 597 (100%)
R 243 of 597 ~ 40.7%
G 182 of 597 ~ 30.49%
B 172 of 597 ~ 28.81%

%40.7
%30.49
%28.81

CMYK color model

#F3B6AC color CMYK value is (0,25,29,5).

  • cyan value is 0.00%
  • magenta value is 25.10%
  • yellow value is 29.22%
  • key color value is 4.71%
CMYK:
(0,25,29,5)
C0M25Y29K5 
(0%,25%,29%,5%)
(0.00/0.25/0.29/0.05)	

CMYK percentages

%0
%25.1
%29.22
%4.71

Codes

Color #F3B6AC in popluar color models

F3B6AC
RGB243182172
HSL74.74%81.37%
HSB/HSV29.22%95.29%
CMYK0.00%25.10%29.22%
4.71%

Color #F3B6AC in popluar number systems.

HEXF3B6AC
Decimal243182172
Binary111100111011011010101100
Octal363266254

Shades and tints

Shades of #F3B6AC

#F3B6AC
(243,182,172)
#DDA69D
(221,166,157)
#C7968E
(199,150,142)
#B1867F
(177,134,127)
#9B7670
(155,118,112)
#856661
(133,102,97)
#6F5652
(111,86,82)
#594643
(89,70,67)
#433634
(67,54,52)
#2D2625
(45,38,37)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #F3B6AC

#F3B6AC
(243,182,172)
#F4BCB3
(244,188,179)
#F5C2BA
(245,194,186)
#F6C8C1
(246,200,193)
#F7CEC8
(247,206,200)
#F8D4CF
(248,212,207)
#F9DAD6
(249,218,214)
#FAE0DD
(250,224,221)
#FBE6E4
(251,230,228)
#FCECEB
(252,236,235)
#FDF2F2
(253,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3B6AC; }

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

This text font color is #F3B6AC.


Background Color

.myBgColor { background-color: #F3B6AC; }

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

This div background color is #F3B6AC.


Border color

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

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

This div border color is #F3B6AC.


Opacity

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

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

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

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

This text has shadow with #F3B6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B6AC on black background.


Color preview on white background

This text has color #F3B6AC on white background.



Black color preview on #F3B6AC background

This text has black color on #F3B6AC background.


White color preview on #F3B6AC background

This text has white color on #F3B6AC background.