COLOR #F8EDFE

HEX: #F8EDFE
RGB: (248,237,254)

Color info

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

RGB color model

#F8EDFE color RGB value is (248,237,254).

  • red value is 248;
  • green value is 237;
  • blue value is 254.
RGB:
(248,237,254)
(97%,93%,100%)

RGB channels and saturation

R 248 of 255 = 97%
G 237 of 255 = 93%
B 254 of 255 = 100%

248
237
254

R + G + B ~ 97%. #F8EDFE is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 237 + 254 = 739 (100%)
R 248 of 739 ~ 33.56%
G 237 of 739 ~ 32.07%
B 254 of 739 ~ 34.37%

%33.56
%32.07
%34.37

CMYK color model

#F8EDFE color CMYK value is (2,7,0,0).

  • cyan value is 2.36%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(2,7,0,0)
C2M7Y0K0 
(2%,7%,0%,0%)
(0.02/0.07/0.00/0.00)	

CMYK percentages

%2.36
%6.69
%0
%0.39

Codes

Color #F8EDFE in popluar color models

F8EDFE
RGB248237254
HSL279°89.47%96.27%
HSB/HSV279°6.69%99.61%
CMYK2.36%6.69%0.00%
0.39%

Color #F8EDFE in popluar number systems.

HEXF8EDFE
Decimal248237254
Binary111110001110110111111110
Octal370355376

Shades and tints

Shades of #F8EDFE

#F8EDFE
(248,237,254)
#E2D8E7
(226,216,231)
#CCC3D0
(204,195,208)
#B6AEB9
(182,174,185)
#A099A2
(160,153,162)
#8A848B
(138,132,139)
#746F74
(116,111,116)
#5E5A5D
(94,90,93)
#484546
(72,69,70)
#32302F
(50,48,47)
#1C1B18
(28,27,24)
#000000
(0,0,0)

Tints of #F8EDFE

#F8EDFE
(248,237,254)
#F8EEFE
(248,238,254)
#F8EFFE
(248,239,254)
#F8F0FE
(248,240,254)
#F8F1FE
(248,241,254)
#F8F2FE
(248,242,254)
#F8F3FE
(248,243,254)
#F8F4FE
(248,244,254)
#F8F5FE
(248,245,254)
#F8F6FE
(248,246,254)
#F8F7FE
(248,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8EDFE color. Also use rgb(248,237,254) instead hex code.

Text Font Color

.myTextColor { color: #F8EDFE; }

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

This text font color is #F8EDFE.


Background Color

.myBgColor { background-color: #F8EDFE; }

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

This div background color is #F8EDFE.


Border color

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

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

This div border color is #F8EDFE.


Opacity

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

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

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

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

This text has shadow with #F8EDFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EDFE on black background.


Color preview on white background

This text has color #F8EDFE on white background.



Black color preview on #F8EDFE background

This text has black color on #F8EDFE background.


White color preview on #F8EDFE background

This text has white color on #F8EDFE background.