COLOR #F5D1AD

HEX: #F5D1AD RGB: (245,209,173)

Color info

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

RGB color model

#F5D1AD color RGB value is (245,209,173).

RGB: (245,209,173) (96%, 82%, 68%)

RGB channels and saturation

R 245 of 255 = 96%
G 209 of 255 = 82%
B 173 of 255 = 68%

245
209
173

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

Portions of RGB colors in percentages

R + G + B = 245 + 209 + 173 = 627 (100%)
R 245 of 627 ~ 39.07%
G 209 of 627 ~ 33.33%
B 173 of 627 ~ 27.59'%

%39.07
%33.33
%27.59

CMYK color model

#F5D1AD color CMYK value is (0,15,29,4).

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

CMYK: (0,15,29,4)
C0M15Y29K4 (0%, 15%, 29%, 4%)
(0.00 / 0.15 / 0.29 / 0.04)

CMYK percentages

%0
%14.69
%29.39
%3.92

Codes

Color #F5D1AD in popluar color models

F5 D1 AD
RGB 245 209 173
HSL 30° 78.26% 81.96%
HSB/HSV 30° 29.39% 96.08%
CMYK 0.00% 14.69% 29.39%
3.92%

Color #F5D1AD in popluar number systems.

HEX F5 D1 AD
Decimal 245 209 173
Binary 11110101 11010001 10101101
Octal 365 321 255

Shades and tints

Shades of #F5D1AD

#F5D1AD
(245,209,173)
#DFBE9E
(223,190,158)
#C9AB8F
(201,171,143)
#B39880
(179,152,128)
#9D8571
(157,133,113)
#877262
(135,114,98)
#715F53
(113,95,83)
#5B4C44
(91,76,68)
#453935
(69,57,53)
#2F2626
(47,38,38)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #F5D1AD

#F5D1AD
(245,209,173)
#F5D5B4
(245,213,180)
#F5D9BB
(245,217,187)
#F5DDC2
(245,221,194)
#F5E1C9
(245,225,201)
#F5E5D0
(245,229,208)
#F5E9D7
(245,233,215)
#F5EDDE
(245,237,222)
#F5F1E5
(245,241,229)
#F5F5EC
(245,245,236)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5D1AD; }

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

This text font color is #F5D1AD.

Background Color

.myBgColor { background-color: #F5D1AD; }

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

This div background color is #F5D1AD.

Border color

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

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

This div border color is #F5D1AD.

Opacity

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

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

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

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

This text has shadow with #F5D1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5D1AD.

Preview

Color preview on black background

This text has color #F5D1AD on black background.


Color preview on white background

This text has color #F5D1AD on white background.


Black color preview on #F5D1AD background

This text has black color on #F5D1AD background.


White color preview on #F5D1AD background

This text has white color on #F5D1AD background.


Related colors

Complementary color

Complementary color for #hex is #0A2E52.


I love getcolorcode.com

Triadic colors

1 #ADF5D1 and #D1ADF5 with #F5D1AD are triadic colors.

2 #ADD1F5 and #D1F5AD with #F5D1AD are triadic colors.