COLOR #F5D6AD

HEX: #F5D6AD RGB: (245,214,173)

Color info

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

RGB color model

#F5D6AD color RGB value is (245,214,173).

RGB: (245,214,173) (96%, 84%, 68%)

RGB channels and saturation

R 245 of 255 = 96%
G 214 of 255 = 84%
B 173 of 255 = 68%

245
214
173

R + G + B ~ 83%. #F5D6AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 214 + 173 = 632 (100%)
R 245 of 632 ~ 38.77%
G 214 of 632 ~ 33.86%
B 173 of 632 ~ 27.37'%

%38.77
%33.86
%27.37

CMYK color model

#F5D6AD color CMYK value is (0,13,29,4).

  • cyan value is 0.00%
  • magenta value is 12.65%
  • yellow value is 29.39%
  • key color value is 3.92%

CMYK: (0,13,29,4)
C0M13Y29K4 (0%, 13%, 29%, 4%)
(0.00 / 0.13 / 0.29 / 0.04)

CMYK percentages

%0
%12.65
%29.39
%3.92

Codes

Color #F5D6AD in popluar color models

F5 D6 AD
RGB 245 214 173
HSL 34° 78.26% 81.96%
HSB/HSV 34° 29.39% 96.08%
CMYK 0.00% 12.65% 29.39%
3.92%

Color #F5D6AD in popluar number systems.

HEX F5 D6 AD
Decimal 245 214 173
Binary 11110101 11010110 10101101
Octal 365 326 255

Shades and tints

Shades of #F5D6AD

#F5D6AD
(245,214,173)
#DFC39E
(223,195,158)
#C9B08F
(201,176,143)
#B39D80
(179,157,128)
#9D8A71
(157,138,113)
#877762
(135,119,98)
#716453
(113,100,83)
#5B5144
(91,81,68)
#453E35
(69,62,53)
#2F2B26
(47,43,38)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #F5D6AD

#F5D6AD
(245,214,173)
#F5D9B4
(245,217,180)
#F5DCBB
(245,220,187)
#F5DFC2
(245,223,194)
#F5E2C9
(245,226,201)
#F5E5D0
(245,229,208)
#F5E8D7
(245,232,215)
#F5EBDE
(245,235,222)
#F5EEE5
(245,238,229)
#F5F1EC
(245,241,236)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D6AD color. Also use rgb(245,214,173) instead hex code.

Text Font Color

.myTextColor { color: #F5D6AD; }

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

This text font color is #F5D6AD.

Background Color

.myBgColor { background-color: #F5D6AD; }

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

This div background color is #F5D6AD.

Border color

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

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

This div border color is #F5D6AD.

Opacity

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

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

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

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

This text has shadow with #F5D6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5D6AD.

Preview

Color preview on black background

This text has color #F5D6AD on black background.


Color preview on white background

This text has color #F5D6AD on white background.


Black color preview on #F5D6AD background

This text has black color on #F5D6AD background.


White color preview on #F5D6AD background

This text has white color on #F5D6AD background.


Related colors

Complementary color

Complementary color for #hex is #0A2952.


I love getcolorcode.com

Triadic colors

1 #ADF5D6 and #D6ADF5 with #F5D6AD are triadic colors.

2 #ADD6F5 and #D6F5AD with #F5D6AD are triadic colors.