COLOR #F8E9EE

HEX: #F8E9EE
RGB: (248,233,238)

Color info

#F8E9EE contains red, green and blue colors in about the same proportion. Web safe color of #F8E9EE is #FFFFFF (or #FFF).

RGB color model

#F8E9EE color RGB value is (248,233,238).

  • red value is 248;
  • green value is 233;
  • blue value is 238.
RGB:
(248,233,238)
(97%,91%,93%)

RGB channels and saturation

R 248 of 255 = 97%
G 233 of 255 = 91%
B 238 of 255 = 93%

248
233
238

R + G + B ~ 94%. #F8E9EE is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 233 + 238 = 719 (100%)
R 248 of 719 ~ 34.49%
G 233 of 719 ~ 32.41%
B 238 of 719 ~ 33.1%

%34.49
%32.41
%33.1

CMYK color model

#F8E9EE color CMYK value is (0,6,4,3).

  • cyan value is 0.00%
  • magenta value is 6.05%
  • yellow value is 4.03%
  • key color value is 2.75%
CMYK:
(0,6,4,3)
C0M6Y4K3 
(0%,6%,4%,3%)
(0.00/0.06/0.04/0.03)	

CMYK percentages

%0
%6.05
%4.03
%2.75

Codes

Color #F8E9EE in popluar color models

F8E9EE
RGB248233238
HSL340°51.72%94.31%
HSB/HSV340°6.05%97.25%
CMYK0.00%6.05%4.03%
2.75%

Color #F8E9EE in popluar number systems.

HEXF8E9EE
Decimal248233238
Binary111110001110100111101110
Octal370351356

Shades and tints

Shades of #F8E9EE

#F8E9EE
(248,233,238)
#E2D4D9
(226,212,217)
#CCBFC4
(204,191,196)
#B6AAAF
(182,170,175)
#A0959A
(160,149,154)
#8A8085
(138,128,133)
#746B70
(116,107,112)
#5E565B
(94,86,91)
#484146
(72,65,70)
#322C31
(50,44,49)
#1C171C
(28,23,28)
#000000
(0,0,0)

Tints of #F8E9EE

#F8E9EE
(248,233,238)
#F8EBEF
(248,235,239)
#F8EDF0
(248,237,240)
#F8EFF1
(248,239,241)
#F8F1F2
(248,241,242)
#F8F3F3
(248,243,243)
#F8F5F4
(248,245,244)
#F8F7F5
(248,247,245)
#F8F9F6
(248,249,246)
#F8FBF7
(248,251,247)
#F8FDF8
(248,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E9EE color. Also use rgb(248,233,238) instead hex code.

Text Font Color

.myTextColor { color: #F8E9EE; }

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

This text font color is #F8E9EE.


Background Color

.myBgColor { background-color: #F8E9EE; }

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

This div background color is #F8E9EE.


Border color

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

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

This div border color is #F8E9EE.


Opacity

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

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

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

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

This text has shadow with #F8E9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E9EE on black background.


Color preview on white background

This text has color #F8E9EE on white background.



Black color preview on #F8E9EE background

This text has black color on #F8E9EE background.


White color preview on #F8E9EE background

This text has white color on #F8E9EE background.