COLOR #F8EEFB

HEX: #F8EEFB
RGB: (248,238,251)

Color info

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

RGB color model

#F8EEFB color RGB value is (248,238,251).

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

RGB channels and saturation

R 248 of 255 = 97%
G 238 of 255 = 93%
B 251 of 255 = 98%

248
238
251

R + G + B ~ 96%. #F8EEFB is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 238 + 251 = 737 (100%)
R 248 of 737 ~ 33.65%
G 238 of 737 ~ 32.29%
B 251 of 737 ~ 34.06%

%33.65
%32.29
%34.06

CMYK color model

#F8EEFB color CMYK value is (1,5,0,2).

  • cyan value is 1.20%
  • magenta value is 5.18%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(1,5,0,2)
C1M5Y0K2 
(1%,5%,0%,2%)
(0.01/0.05/0.00/0.02)	

CMYK percentages

%1.2
%5.18
%0
%1.57

Codes

Color #F8EEFB in popluar color models

F8EEFB
RGB248238251
HSL286°61.90%95.88%
HSB/HSV286°5.18%98.43%
CMYK1.20%5.18%0.00%
1.57%

Color #F8EEFB in popluar number systems.

HEXF8EEFB
Decimal248238251
Binary111110001110111011111011
Octal370356373

Shades and tints

Shades of #F8EEFB

#F8EEFB
(248,238,251)
#E2D9E5
(226,217,229)
#CCC4CF
(204,196,207)
#B6AFB9
(182,175,185)
#A09AA3
(160,154,163)
#8A858D
(138,133,141)
#747077
(116,112,119)
#5E5B61
(94,91,97)
#48464B
(72,70,75)
#323135
(50,49,53)
#1C1C1F
(28,28,31)
#000000
(0,0,0)

Tints of #F8EEFB

#F8EEFB
(248,238,251)
#F8EFFB
(248,239,251)
#F8F0FB
(248,240,251)
#F8F1FB
(248,241,251)
#F8F2FB
(248,242,251)
#F8F3FB
(248,243,251)
#F8F4FB
(248,244,251)
#F8F5FB
(248,245,251)
#F8F6FB
(248,246,251)
#F8F7FB
(248,247,251)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EEFB; }

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

This text font color is #F8EEFB.


Background Color

.myBgColor { background-color: #F8EEFB; }

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

This div background color is #F8EEFB.


Border color

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

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

This div border color is #F8EEFB.


Opacity

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

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

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

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

This text has shadow with #F8EEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EEFB on black background.


Color preview on white background

This text has color #F8EEFB on white background.



Black color preview on #F8EEFB background

This text has black color on #F8EEFB background.


White color preview on #F8EEFB background

This text has white color on #F8EEFB background.