COLOR #F8D8AD

HEX: #F8D8AD
RGB: (248,216,173)

Color info

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

RGB color model

#F8D8AD color RGB value is (248,216,173).

  • red value is 248;
  • green value is 216;
  • blue value is 173.
RGB:
(248,216,173)
(97%,85%,68%)

RGB channels and saturation

R 248 of 255 = 97%
G 216 of 255 = 85%
B 173 of 255 = 68%

248
216
173

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

Portions of RGB colors in percentages

R + G + B =
248 + 216 + 173 = 637 (100%)
R 248 of 637 ~ 38.93%
G 216 of 637 ~ 33.91%
B 173 of 637 ~ 27.16%

%38.93
%33.91
%27.16

CMYK color model

#F8D8AD color CMYK value is (0,13,30,3).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 30.24%
  • key color value is 2.75%
CMYK:
(0,13,30,3)
C0M13Y30K3 
(0%,13%,30%,3%)
(0.00/0.13/0.30/0.03)	

CMYK percentages

%0
%12.9
%30.24
%2.75

Codes

Color #F8D8AD in popluar color models

F8D8AD
RGB248216173
HSL34°84.27%82.55%
HSB/HSV34°30.24%97.25%
CMYK0.00%12.90%30.24%
2.75%

Color #F8D8AD in popluar number systems.

HEXF8D8AD
Decimal248216173
Binary111110001101100010101101
Octal370330255

Shades and tints

Shades of #F8D8AD

#F8D8AD
(248,216,173)
#E2C59E
(226,197,158)
#CCB28F
(204,178,143)
#B69F80
(182,159,128)
#A08C71
(160,140,113)
#8A7962
(138,121,98)
#746653
(116,102,83)
#5E5344
(94,83,68)
#484035
(72,64,53)
#322D26
(50,45,38)
#1C1A17
(28,26,23)
#000000
(0,0,0)

Tints of #F8D8AD

#F8D8AD
(248,216,173)
#F8DBB4
(248,219,180)
#F8DEBB
(248,222,187)
#F8E1C2
(248,225,194)
#F8E4C9
(248,228,201)
#F8E7D0
(248,231,208)
#F8EAD7
(248,234,215)
#F8EDDE
(248,237,222)
#F8F0E5
(248,240,229)
#F8F3EC
(248,243,236)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D8AD color. Also use rgb(248,216,173) instead hex code.

Text Font Color

.myTextColor { color: #F8D8AD; }

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

This text font color is #F8D8AD.


Background Color

.myBgColor { background-color: #F8D8AD; }

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

This div background color is #F8D8AD.


Border color

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

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

This div border color is #F8D8AD.


Opacity

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

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

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

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

This text has shadow with #F8D8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D8AD on black background.


Color preview on white background

This text has color #F8D8AD on white background.



Black color preview on #F8D8AD background

This text has black color on #F8D8AD background.


White color preview on #F8D8AD background

This text has white color on #F8D8AD background.