COLOR #F3D8A0

HEX: #F3D8A0
RGB: (243,216,160)

Color info

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

RGB color model

#F3D8A0 color RGB value is (243,216,160).

  • red value is 243;
  • green value is 216;
  • blue value is 160.
RGB:
(243,216,160)
(95%,85%,63%)

RGB channels and saturation

R 243 of 255 = 95%
G 216 of 255 = 85%
B 160 of 255 = 63%

243
216
160

R + G + B ~ 81%. #F3D8A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 216 + 160 = 619 (100%)
R 243 of 619 ~ 39.26%
G 216 of 619 ~ 34.89%
B 160 of 619 ~ 25.85%

%39.26
%34.89
%25.85

CMYK color model

#F3D8A0 color CMYK value is (0,11,34,5).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 34.16%
  • key color value is 4.71%
CMYK:
(0,11,34,5)
C0M11Y34K5 
(0%,11%,34%,5%)
(0.00/0.11/0.34/0.05)	

CMYK percentages

%0
%11.11
%34.16
%4.71

Codes

Color #F3D8A0 in popluar color models

F3D8A0
RGB243216160
HSL40°77.57%79.02%
HSB/HSV40°34.16%95.29%
CMYK0.00%11.11%34.16%
4.71%

Color #F3D8A0 in popluar number systems.

HEXF3D8A0
Decimal243216160
Binary111100111101100010100000
Octal363330240

Shades and tints

Shades of #F3D8A0

#F3D8A0
(243,216,160)
#DDC592
(221,197,146)
#C7B284
(199,178,132)
#B19F76
(177,159,118)
#9B8C68
(155,140,104)
#85795A
(133,121,90)
#6F664C
(111,102,76)
#59533E
(89,83,62)
#434030
(67,64,48)
#2D2D22
(45,45,34)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #F3D8A0

#F3D8A0
(243,216,160)
#F4DBA8
(244,219,168)
#F5DEB0
(245,222,176)
#F6E1B8
(246,225,184)
#F7E4C0
(247,228,192)
#F8E7C8
(248,231,200)
#F9EAD0
(249,234,208)
#FAEDD8
(250,237,216)
#FBF0E0
(251,240,224)
#FCF3E8
(252,243,232)
#FDF6F0
(253,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D8A0 color. Also use rgb(243,216,160) instead hex code.

Text Font Color

.myTextColor { color: #F3D8A0; }

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

This text font color is #F3D8A0.


Background Color

.myBgColor { background-color: #F3D8A0; }

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

This div background color is #F3D8A0.


Border color

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

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

This div border color is #F3D8A0.


Opacity

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

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

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

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

This text has shadow with #F3D8A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D8A0 on black background.


Color preview on white background

This text has color #F3D8A0 on white background.



Black color preview on #F3D8A0 background

This text has black color on #F3D8A0 background.


White color preview on #F3D8A0 background

This text has white color on #F3D8A0 background.