COLOR #F8E9F2

HEX: #F8E9F2
RGB: (248,233,242)

Color info

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

RGB color model

#F8E9F2 color RGB value is (248,233,242).

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

RGB channels and saturation

R 248 of 255 = 97%
G 233 of 255 = 91%
B 242 of 255 = 95%

248
233
242

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

Portions of RGB colors in percentages

R + G + B =
248 + 233 + 242 = 723 (100%)
R 248 of 723 ~ 34.3%
G 233 of 723 ~ 32.23%
B 242 of 723 ~ 33.47%

%34.3
%32.23
%33.47

CMYK color model

#F8E9F2 color CMYK value is (0,6,2,3).

  • cyan value is 0.00%
  • magenta value is 6.05%
  • yellow value is 2.42%
  • key color value is 2.75%
CMYK:
(0,6,2,3)
C0M6Y2K3 
(0%,6%,2%,3%)
(0.00/0.06/0.02/0.03)	

CMYK percentages

%0
%6.05
%2.42
%2.75

Codes

Color #F8E9F2 in popluar color models

F8E9F2
RGB248233242
HSL324°51.72%94.31%
HSB/HSV324°6.05%97.25%
CMYK0.00%6.05%2.42%
2.75%

Color #F8E9F2 in popluar number systems.

HEXF8E9F2
Decimal248233242
Binary111110001110100111110010
Octal370351362

Shades and tints

Shades of #F8E9F2

#F8E9F2
(248,233,242)
#E2D4DC
(226,212,220)
#CCBFC6
(204,191,198)
#B6AAB0
(182,170,176)
#A0959A
(160,149,154)
#8A8084
(138,128,132)
#746B6E
(116,107,110)
#5E5658
(94,86,88)
#484142
(72,65,66)
#322C2C
(50,44,44)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #F8E9F2

#F8E9F2
(248,233,242)
#F8EBF3
(248,235,243)
#F8EDF4
(248,237,244)
#F8EFF5
(248,239,245)
#F8F1F6
(248,241,246)
#F8F3F7
(248,243,247)
#F8F5F8
(248,245,248)
#F8F7F9
(248,247,249)
#F8F9FA
(248,249,250)
#F8FBFB
(248,251,251)
#F8FDFC
(248,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8E9F2; }

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

This text font color is #F8E9F2.


Background Color

.myBgColor { background-color: #F8E9F2; }

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

This div background color is #F8E9F2.


Border color

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

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

This div border color is #F8E9F2.


Opacity

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

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

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

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

This text has shadow with #F8E9F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E9F2 on black background.


Color preview on white background

This text has color #F8E9F2 on white background.



Black color preview on #F8E9F2 background

This text has black color on #F8E9F2 background.


White color preview on #F8E9F2 background

This text has white color on #F8E9F2 background.