COLOR #F8DFA8

HEX: #F8DFA8
RGB: (248,223,168)

Color info

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

RGB color model

#F8DFA8 color RGB value is (248,223,168).

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

RGB channels and saturation

R 248 of 255 = 97%
G 223 of 255 = 87%
B 168 of 255 = 66%

248
223
168

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

Portions of RGB colors in percentages

R + G + B =
248 + 223 + 168 = 639 (100%)
R 248 of 639 ~ 38.81%
G 223 of 639 ~ 34.9%
B 168 of 639 ~ 26.29%

%38.81
%34.9
%26.29

CMYK color model

#F8DFA8 color CMYK value is (0,10,32,3).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 32.26%
  • key color value is 2.75%
CMYK:
(0,10,32,3)
C0M10Y32K3 
(0%,10%,32%,3%)
(0.00/0.10/0.32/0.03)	

CMYK percentages

%0
%10.08
%32.26
%2.75

Codes

Color #F8DFA8 in popluar color models

F8DFA8
RGB248223168
HSL41°85.11%81.57%
HSB/HSV41°32.26%97.25%
CMYK0.00%10.08%32.26%
2.75%

Color #F8DFA8 in popluar number systems.

HEXF8DFA8
Decimal248223168
Binary111110001101111110101000
Octal370337250

Shades and tints

Shades of #F8DFA8

#F8DFA8
(248,223,168)
#E2CB99
(226,203,153)
#CCB78A
(204,183,138)
#B6A37B
(182,163,123)
#A08F6C
(160,143,108)
#8A7B5D
(138,123,93)
#74674E
(116,103,78)
#5E533F
(94,83,63)
#483F30
(72,63,48)
#322B21
(50,43,33)
#1C1712
(28,23,18)
#000000
(0,0,0)

Tints of #F8DFA8

#F8DFA8
(248,223,168)
#F8E1AF
(248,225,175)
#F8E3B6
(248,227,182)
#F8E5BD
(248,229,189)
#F8E7C4
(248,231,196)
#F8E9CB
(248,233,203)
#F8EBD2
(248,235,210)
#F8EDD9
(248,237,217)
#F8EFE0
(248,239,224)
#F8F1E7
(248,241,231)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DFA8; }

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

This text font color is #F8DFA8.


Background Color

.myBgColor { background-color: #F8DFA8; }

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

This div background color is #F8DFA8.


Border color

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

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

This div border color is #F8DFA8.


Opacity

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

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

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

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

This text has shadow with #F8DFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DFA8 on black background.


Color preview on white background

This text has color #F8DFA8 on white background.



Black color preview on #F8DFA8 background

This text has black color on #F8DFA8 background.


White color preview on #F8DFA8 background

This text has white color on #F8DFA8 background.