COLOR #F8E6DC

HEX: #F8E6DC RGB: (248,230,220)

Color info

#F8E6DC contains red, green and blue colors in about the same proportion. Web safe color of #F8E6DC is #FFCCCC (or #FCC).

RGB color model

#F8E6DC color RGB value is (248,230,220).

RGB: (248,230,220) (97%, 90%, 86%)

RGB channels and saturation

R 248 of 255 = 97%
G 230 of 255 = 90%
B 220 of 255 = 86%

248
230
220

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

Portions of RGB colors in percentages

R + G + B = 248 + 230 + 220 = 698 (100%)
R 248 of 698 ~ 35.53%
G 230 of 698 ~ 32.95%
B 220 of 698 ~ 31.52'%

%35.53
%32.95
%31.52

CMYK color model

#F8E6DC color CMYK value is (0,7,11,3).

  • cyan value is 0.00%
  • magenta value is 7.26%
  • yellow value is 11.29%
  • key color value is 2.75%
CMYK: (0,7,11,3) C0M7Y11K3 (0%,7%,11%,3%) (0.00/0.07/0.11/0.03) 

CMYK percentages

%0
%7.26
%11.29
%2.75

Codes

Color #F8E6DC in popluar color models

F8 E6 DC
RGB 248 230 220
HSL 21° 66.67% 91.76%
HSB/HSV 21° 11.29% 97.25%
CMYK 0.00% 7.26% 11.29%
2.75%

Color #F8E6DC in popluar number systems.

HEX F8 E6 DC
Decimal 248 230 220
Binary 11111000 11100110 11011100
Octal 370 346 334

Shades and tints

Shades of #F8E6DC

#F8E6DC
(248,230,220)
#E2D2C8
(226,210,200)
#CCBEB4
(204,190,180)
#B6AAA0
(182,170,160)
#A0968C
(160,150,140)
#8A8278
(138,130,120)
#746E64
(116,110,100)
#5E5A50
(94,90,80)
#48463C
(72,70,60)
#323228
(50,50,40)
#1C1E14
(28,30,20)
#000000
(0,0,0)

Tints of #F8E6DC

#F8E6DC
(248,230,220)
#F8E8DF
(248,232,223)
#F8EAE2
(248,234,226)
#F8ECE5
(248,236,229)
#F8EEE8
(248,238,232)
#F8F0EB
(248,240,235)
#F8F2EE
(248,242,238)
#F8F4F1
(248,244,241)
#F8F6F4
(248,246,244)
#F8F8F7
(248,248,247)
#F8FAFA
(248,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8E6DC; }

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

This text font color is #F8E6DC.

Background Color

.myBgColor { background-color: #F8E6DC; }

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

This div background color is #F8E6DC.

Border color

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

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

This div border color is #F8E6DC.

Opacity

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

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

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

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

This text has shadow with #F8E6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8E6DC.

Preview

Color preview on black background

This text has color #F8E6DC on black background.


Color preview on white background

This text has color #F8E6DC on white background.


Black color preview on #F8E6DC background

This text has black color on #F8E6DC background.


White color preview on #F8E6DC background

This text has white color on #F8E6DC background.


Related colors

Complementary color

Complementary color for #hex is #071923.


I love getcolorcode.com

Triadic colors

1 #DCF8E6 and #E6DCF8 with #F8E6DC are triadic colors.

2 #DCE6F8 and #E6F8DC with #F8E6DC are triadic colors.