COLOR #F8D8A8

HEX: #F8D8A8
RGB: (248,216,168)

Color info

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

RGB color model

#F8D8A8 color RGB value is (248,216,168).

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

RGB channels and saturation

R 248 of 255 = 97%
G 216 of 255 = 85%
B 168 of 255 = 66%

248
216
168

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

Portions of RGB colors in percentages

R + G + B =
248 + 216 + 168 = 632 (100%)
R 248 of 632 ~ 39.24%
G 216 of 632 ~ 34.18%
B 168 of 632 ~ 26.58%

%39.24
%34.18
%26.58

CMYK color model

#F8D8A8 color CMYK value is (0,13,32,3).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 32.26%
  • key color value is 2.75%
CMYK:
(0,13,32,3)
C0M13Y32K3 
(0%,13%,32%,3%)
(0.00/0.13/0.32/0.03)	

CMYK percentages

%0
%12.9
%32.26
%2.75

Codes

Color #F8D8A8 in popluar color models

F8D8A8
RGB248216168
HSL36°85.11%81.57%
HSB/HSV36°32.26%97.25%
CMYK0.00%12.90%32.26%
2.75%

Color #F8D8A8 in popluar number systems.

HEXF8D8A8
Decimal248216168
Binary111110001101100010101000
Octal370330250

Shades and tints

Shades of #F8D8A8

#F8D8A8
(248,216,168)
#E2C599
(226,197,153)
#CCB28A
(204,178,138)
#B69F7B
(182,159,123)
#A08C6C
(160,140,108)
#8A795D
(138,121,93)
#74664E
(116,102,78)
#5E533F
(94,83,63)
#484030
(72,64,48)
#322D21
(50,45,33)
#1C1A12
(28,26,18)
#000000
(0,0,0)

Tints of #F8D8A8

#F8D8A8
(248,216,168)
#F8DBAF
(248,219,175)
#F8DEB6
(248,222,182)
#F8E1BD
(248,225,189)
#F8E4C4
(248,228,196)
#F8E7CB
(248,231,203)
#F8EAD2
(248,234,210)
#F8EDD9
(248,237,217)
#F8F0E0
(248,240,224)
#F8F3E7
(248,243,231)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8D8A8; }

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

This text font color is #F8D8A8.


Background Color

.myBgColor { background-color: #F8D8A8; }

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

This div background color is #F8D8A8.


Border color

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

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

This div border color is #F8D8A8.


Opacity

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

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

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

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

This text has shadow with #F8D8A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D8A8 on black background.


Color preview on white background

This text has color #F8D8A8 on white background.



Black color preview on #F8D8A8 background

This text has black color on #F8D8A8 background.


White color preview on #F8D8A8 background

This text has white color on #F8D8A8 background.