COLOR #F3DEA5

HEX: #F3DEA5
RGB: (243,222,165)

Color info

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

RGB color model

#F3DEA5 color RGB value is (243,222,165).

  • red value is 243;
  • green value is 222;
  • blue value is 165.
RGB:
(243,222,165)
(95%,87%,65%)

RGB channels and saturation

R 243 of 255 = 95%
G 222 of 255 = 87%
B 165 of 255 = 65%

243
222
165

R + G + B ~ 82%. #F3DEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 222 + 165 = 630 (100%)
R 243 of 630 ~ 38.57%
G 222 of 630 ~ 35.24%
B 165 of 630 ~ 26.19%

%38.57
%35.24
%26.19

CMYK color model

#F3DEA5 color CMYK value is (0,9,32,5).

  • cyan value is 0.00%
  • magenta value is 8.64%
  • yellow value is 32.10%
  • key color value is 4.71%
CMYK:
(0,9,32,5)
C0M9Y32K5 
(0%,9%,32%,5%)
(0.00/0.09/0.32/0.05)	

CMYK percentages

%0
%8.64
%32.1
%4.71

Codes

Color #F3DEA5 in popluar color models

F3DEA5
RGB243222165
HSL44°76.47%80.00%
HSB/HSV44°32.10%95.29%
CMYK0.00%8.64%32.10%
4.71%

Color #F3DEA5 in popluar number systems.

HEXF3DEA5
Decimal243222165
Binary111100111101111010100101
Octal363336245

Shades and tints

Shades of #F3DEA5

#F3DEA5
(243,222,165)
#DDCA96
(221,202,150)
#C7B687
(199,182,135)
#B1A278
(177,162,120)
#9B8E69
(155,142,105)
#857A5A
(133,122,90)
#6F664B
(111,102,75)
#59523C
(89,82,60)
#433E2D
(67,62,45)
#2D2A1E
(45,42,30)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #F3DEA5

#F3DEA5
(243,222,165)
#F4E1AD
(244,225,173)
#F5E4B5
(245,228,181)
#F6E7BD
(246,231,189)
#F7EAC5
(247,234,197)
#F8EDCD
(248,237,205)
#F9F0D5
(249,240,213)
#FAF3DD
(250,243,221)
#FBF6E5
(251,246,229)
#FCF9ED
(252,249,237)
#FDFCF5
(253,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3DEA5 color. Also use rgb(243,222,165) instead hex code.

Text Font Color

.myTextColor { color: #F3DEA5; }

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

This text font color is #F3DEA5.


Background Color

.myBgColor { background-color: #F3DEA5; }

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

This div background color is #F3DEA5.


Border color

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

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

This div border color is #F3DEA5.


Opacity

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

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

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

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

This text has shadow with #F3DEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DEA5 on black background.


Color preview on white background

This text has color #F3DEA5 on white background.



Black color preview on #F3DEA5 background

This text has black color on #F3DEA5 background.


White color preview on #F3DEA5 background

This text has white color on #F3DEA5 background.