COLOR #F8E8DC

HEX: #F8E8DC RGB: (248,232,220)

Color info

#F8E8DC contains red, green and blue colors in about the same proportion. Web safe color of #F8E8DC is #FFFFCC (or #FFC).

RGB color model

#F8E8DC color RGB value is (248,232,220).

RGB: (248,232,220) (97%, 91%, 86%)

RGB channels and saturation

R 248 of 255 = 97%
G 232 of 255 = 91%
B 220 of 255 = 86%

248
232
220

R + G + B ~ 91%. #F8E8DC is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 232 + 220 = 700 (100%)
R 248 of 700 ~ 35.43%
G 232 of 700 ~ 33.14%
B 220 of 700 ~ 31.43'%

%35.43
%33.14
%31.43

CMYK color model

#F8E8DC color CMYK value is (0,6,11,3).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 11.29%
  • key color value is 2.75%

CMYK: (0,6,11,3)
C0M6Y11K3 (0%, 6%, 11%, 3%)
(0.00 / 0.06 / 0.11 / 0.03)

CMYK percentages

%0
%6.45
%11.29
%2.75

Codes

Color #F8E8DC in popluar color models

F8 E8 DC
RGB 248 232 220
HSL 26° 66.67% 91.76%
HSB/HSV 26° 11.29% 97.25%
CMYK 0.00% 6.45% 11.29%
2.75%

Color #F8E8DC in popluar number systems.

HEX F8 E8 DC
Decimal 248 232 220
Binary 11111000 11101000 11011100
Octal 370 350 334

Shades and tints

Shades of #F8E8DC

#F8E8DC
(248,232,220)
#E2D3C8
(226,211,200)
#CCBEB4
(204,190,180)
#B6A9A0
(182,169,160)
#A0948C
(160,148,140)
#8A7F78
(138,127,120)
#746A64
(116,106,100)
#5E5550
(94,85,80)
#48403C
(72,64,60)
#322B28
(50,43,40)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #F8E8DC

#F8E8DC
(248,232,220)
#F8EADF
(248,234,223)
#F8ECE2
(248,236,226)
#F8EEE5
(248,238,229)
#F8F0E8
(248,240,232)
#F8F2EB
(248,242,235)
#F8F4EE
(248,244,238)
#F8F6F1
(248,246,241)
#F8F8F4
(248,248,244)
#F8FAF7
(248,250,247)
#F8FCFA
(248,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E8DC color. Also use rgb(248,232,220) instead hex code.

Text Font Color

.myTextColor { color: #F8E8DC; }

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

This text font color is #F8E8DC.

Background Color

.myBgColor { background-color: #F8E8DC; }

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

This div background color is #F8E8DC.

Border color

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

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

This div border color is #F8E8DC.

Opacity

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

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

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

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

This text has shadow with #F8E8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8E8DC.

Preview

Color preview on black background

This text has color #F8E8DC on black background.


Color preview on white background

This text has color #F8E8DC on white background.


Black color preview on #F8E8DC background

This text has black color on #F8E8DC background.


White color preview on #F8E8DC background

This text has white color on #F8E8DC background.


Related colors

Complementary color

Complementary color for #hex is #071723.


I love getcolorcode.com

Triadic colors

1 #DCF8E8 and #E8DCF8 with #F8E8DC are triadic colors.

2 #DCE8F8 and #E8F8DC with #F8E8DC are triadic colors.