COLOR #F3C6AC

HEX: #F3C6AC RGB: (243,198,172)

Color info

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

RGB color model

#F3C6AC color RGB value is (243,198,172).

RGB: (243,198,172) (95%, 78%, 67%)

RGB channels and saturation

R 243 of 255 = 95%
G 198 of 255 = 78%
B 172 of 255 = 67%

243
198
172

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

Portions of RGB colors in percentages

R + G + B = 243 + 198 + 172 = 613 (100%)
R 243 of 613 ~ 39.64%
G 198 of 613 ~ 32.3%
B 172 of 613 ~ 28.06'%

%39.64
%32.3
%28.06

CMYK color model

#F3C6AC color CMYK value is (0,19,29,5).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 29.22%
  • key color value is 4.71%

CMYK: (0,19,29,5)
C0M19Y29K5 (0%, 19%, 29%, 5%)
(0.00 / 0.19 / 0.29 / 0.05)

CMYK percentages

%0
%18.52
%29.22
%4.71

Codes

Color #F3C6AC in popluar color models

F3 C6 AC
RGB 243 198 172
HSL 22° 74.74% 81.37%
HSB/HSV 22° 29.22% 95.29%
CMYK 0.00% 18.52% 29.22%
4.71%

Color #F3C6AC in popluar number systems.

HEX F3 C6 AC
Decimal 243 198 172
Binary 11110011 11000110 10101100
Octal 363 306 254

Shades and tints

Shades of #F3C6AC

#F3C6AC
(243,198,172)
#DDB49D
(221,180,157)
#C7A28E
(199,162,142)
#B1907F
(177,144,127)
#9B7E70
(155,126,112)
#856C61
(133,108,97)
#6F5A52
(111,90,82)
#594843
(89,72,67)
#433634
(67,54,52)
#2D2425
(45,36,37)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #F3C6AC

#F3C6AC
(243,198,172)
#F4CBB3
(244,203,179)
#F5D0BA
(245,208,186)
#F6D5C1
(246,213,193)
#F7DAC8
(247,218,200)
#F8DFCF
(248,223,207)
#F9E4D6
(249,228,214)
#FAE9DD
(250,233,221)
#FBEEE4
(251,238,228)
#FCF3EB
(252,243,235)
#FDF8F2
(253,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3C6AC; }

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

This text font color is #F3C6AC.

Background Color

.myBgColor { background-color: #F3C6AC; }

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

This div background color is #F3C6AC.

Border color

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

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

This div border color is #F3C6AC.

Opacity

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

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

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

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

This text has shadow with #F3C6AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3C6AC.

Preview

Color preview on black background

This text has color #F3C6AC on black background.


Color preview on white background

This text has color #F3C6AC on white background.


Black color preview on #F3C6AC background

This text has black color on #F3C6AC background.


White color preview on #F3C6AC background

This text has white color on #F3C6AC background.


Related colors

Complementary color

Complementary color for #hex is #0C3953.


I love getcolorcode.com

Triadic colors

1 #ACF3C6 and #C6ACF3 with #F3C6AC are triadic colors.

2 #ACC6F3 and #C6F3AC with #F3C6AC are triadic colors.