COLOR #F3C5AD

HEX: #F3C5AD
RGB: (243,197,173)

Color info

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

RGB color model

#F3C5AD color RGB value is (243,197,173).

  • red value is 243;
  • green value is 197;
  • blue value is 173.
RGB:
(243,197,173)
(95%,77%,68%)

RGB channels and saturation

R 243 of 255 = 95%
G 197 of 255 = 77%
B 173 of 255 = 68%

243
197
173

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

Portions of RGB colors in percentages

R + G + B =
243 + 197 + 173 = 613 (100%)
R 243 of 613 ~ 39.64%
G 197 of 613 ~ 32.14%
B 173 of 613 ~ 28.22%

%39.64
%32.14
%28.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.93%
  • yellow value is 28.81%
  • 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.93
%28.81
%4.71

Codes

Color #F3C5AD in popluar color models

F3C5AD
RGB243197173
HSL21°74.47%81.57%
HSB/HSV21°28.81%95.29%
CMYK0.00%18.93%28.81%
4.71%

Color #F3C5AD in popluar number systems.

HEXF3C5AD
Decimal243197173
Binary111100111100010110101101
Octal363305255

Shades and tints

Shades of #F3C5AD

#F3C5AD
(243,197,173)
#DDB49E
(221,180,158)
#C7A38F
(199,163,143)
#B19280
(177,146,128)
#9B8171
(155,129,113)
#857062
(133,112,98)
#6F5F53
(111,95,83)
#594E44
(89,78,68)
#433D35
(67,61,53)
#2D2C26
(45,44,38)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #F3C5AD

#F3C5AD
(243,197,173)
#F4CAB4
(244,202,180)
#F5CFBB
(245,207,187)
#F6D4C2
(246,212,194)
#F7D9C9
(247,217,201)
#F8DED0
(248,222,208)
#F9E3D7
(249,227,215)
#FAE8DE
(250,232,222)
#FBEDE5
(251,237,229)
#FCF2EC
(252,242,236)
#FDF7F3
(253,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C5AD color. Also use rgb(243,197,173) instead hex code.

Text Font Color

.myTextColor { color: #F3C5AD; }

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

This text font color is #F3C5AD.


Background Color

.myBgColor { background-color: #F3C5AD; }

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

This div background color is #F3C5AD.


Border color

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

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

This div border color is #F3C5AD.


Opacity

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

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

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

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

This text has shadow with #F3C5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C5AD on black background.


Color preview on white background

This text has color #F3C5AD on white background.



Black color preview on #F3C5AD background

This text has black color on #F3C5AD background.


White color preview on #F3C5AD background

This text has white color on #F3C5AD background.