COLOR #F3C2AB

HEX: #F3C2AB
RGB: (243,194,171)

Color info

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

RGB color model

#F3C2AB color RGB value is (243,194,171).

  • red value is 243;
  • green value is 194;
  • blue value is 171.
RGB:
(243,194,171)
(95%,76%,67%)

RGB channels and saturation

R 243 of 255 = 95%
G 194 of 255 = 76%
B 171 of 255 = 67%

243
194
171

R + G + B ~ 79%. #F3C2AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 194 + 171 = 608 (100%)
R 243 of 608 ~ 39.97%
G 194 of 608 ~ 31.91%
B 171 of 608 ~ 28.13%

%39.97
%31.91
%28.13

CMYK color model

#F3C2AB color CMYK value is (0,20,30,5).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 29.63%
  • key color value is 4.71%
CMYK:
(0,20,30,5)
C0M20Y30K5 
(0%,20%,30%,5%)
(0.00/0.20/0.30/0.05)	

CMYK percentages

%0
%20.16
%29.63
%4.71

Codes

Color #F3C2AB in popluar color models

F3C2AB
RGB243194171
HSL19°75.00%81.18%
HSB/HSV19°29.63%95.29%
CMYK0.00%20.16%29.63%
4.71%

Color #F3C2AB in popluar number systems.

HEXF3C2AB
Decimal243194171
Binary111100111100001010101011
Octal363302253

Shades and tints

Shades of #F3C2AB

#F3C2AB
(243,194,171)
#DDB19C
(221,177,156)
#C7A08D
(199,160,141)
#B18F7E
(177,143,126)
#9B7E6F
(155,126,111)
#856D60
(133,109,96)
#6F5C51
(111,92,81)
#594B42
(89,75,66)
#433A33
(67,58,51)
#2D2924
(45,41,36)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #F3C2AB

#F3C2AB
(243,194,171)
#F4C7B2
(244,199,178)
#F5CCB9
(245,204,185)
#F6D1C0
(246,209,192)
#F7D6C7
(247,214,199)
#F8DBCE
(248,219,206)
#F9E0D5
(249,224,213)
#FAE5DC
(250,229,220)
#FBEAE3
(251,234,227)
#FCEFEA
(252,239,234)
#FDF4F1
(253,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C2AB color. Also use rgb(243,194,171) instead hex code.

Text Font Color

.myTextColor { color: #F3C2AB; }

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

This text font color is #F3C2AB.


Background Color

.myBgColor { background-color: #F3C2AB; }

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

This div background color is #F3C2AB.


Border color

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

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

This div border color is #F3C2AB.


Opacity

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

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

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

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

This text has shadow with #F3C2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C2AB on black background.


Color preview on white background

This text has color #F3C2AB on white background.



Black color preview on #F3C2AB background

This text has black color on #F3C2AB background.


White color preview on #F3C2AB background

This text has white color on #F3C2AB background.