COLOR #F8E3DC

HEX: #F8E3DC
RGB: (248,227,220)

Color info

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

RGB color model

#F8E3DC color RGB value is (248,227,220).

  • red value is 248;
  • green value is 227;
  • blue value is 220.
RGB:
(248,227,220)
(97%,89%,86%)

RGB channels and saturation

R 248 of 255 = 97%
G 227 of 255 = 89%
B 220 of 255 = 86%

248
227
220

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

Portions of RGB colors in percentages

R + G + B =
248 + 227 + 220 = 695 (100%)
R 248 of 695 ~ 35.68%
G 227 of 695 ~ 32.66%
B 220 of 695 ~ 31.65%

%35.68
%32.66
%31.65

CMYK color model

#F8E3DC color CMYK value is (0,8,11,3).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 11.29%
  • key color value is 2.75%
CMYK:
(0,8,11,3)
C0M8Y11K3 
(0%,8%,11%,3%)
(0.00/0.08/0.11/0.03)	

CMYK percentages

%0
%8.47
%11.29
%2.75

Codes

Color #F8E3DC in popluar color models

F8E3DC
RGB248227220
HSL15°66.67%91.76%
HSB/HSV15°11.29%97.25%
CMYK0.00%8.47%11.29%
2.75%

Color #F8E3DC in popluar number systems.

HEXF8E3DC
Decimal248227220
Binary111110001110001111011100
Octal370343334

Shades and tints

Shades of #F8E3DC

#F8E3DC
(248,227,220)
#E2CFC8
(226,207,200)
#CCBBB4
(204,187,180)
#B6A7A0
(182,167,160)
#A0938C
(160,147,140)
#8A7F78
(138,127,120)
#746B64
(116,107,100)
#5E5750
(94,87,80)
#48433C
(72,67,60)
#322F28
(50,47,40)
#1C1B14
(28,27,20)
#000000
(0,0,0)

Tints of #F8E3DC

#F8E3DC
(248,227,220)
#F8E5DF
(248,229,223)
#F8E7E2
(248,231,226)
#F8E9E5
(248,233,229)
#F8EBE8
(248,235,232)
#F8EDEB
(248,237,235)
#F8EFEE
(248,239,238)
#F8F1F1
(248,241,241)
#F8F3F4
(248,243,244)
#F8F5F7
(248,245,247)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8E3DC; }

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

This text font color is #F8E3DC.


Background Color

.myBgColor { background-color: #F8E3DC; }

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

This div background color is #F8E3DC.


Border color

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

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

This div border color is #F8E3DC.


Opacity

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

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

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

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

This text has shadow with #F8E3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E3DC on black background.


Color preview on white background

This text has color #F8E3DC on white background.



Black color preview on #F8E3DC background

This text has black color on #F8E3DC background.


White color preview on #F8E3DC background

This text has white color on #F8E3DC background.