COLOR #F8EDFF

HEX: #F8EDFF
RGB: (248,237,255)

Color info

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

RGB color model

#F8EDFF color RGB value is (248,237,255).

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

RGB channels and saturation

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

248
237
255

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

Portions of RGB colors in percentages

R + G + B =
248 + 237 + 255 = 740 (100%)
R 248 of 740 ~ 33.51%
G 237 of 740 ~ 32.03%
B 255 of 740 ~ 34.46%

%33.51
%32.03
%34.46

CMYK color model

#F8EDFF color CMYK value is (3,7,0,0).

  • cyan value is 2.75%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(3,7,0,0)
C3M7Y0K0 
(3%,7%,0%,0%)
(0.03/0.07/0.00/0.00)	

CMYK percentages

%2.75
%7.06
%0
%0

Codes

Color #F8EDFF in popluar color models

F8EDFF
RGB248237255
HSL277°100.00%96.47%
HSB/HSV277°7.06%100.00%
CMYK2.75%7.06%0.00%
0.00%

Color #F8EDFF in popluar number systems.

HEXF8EDFF
Decimal248237255
Binary111110001110110111111111
Octal370355377

Shades and tints

Shades of #F8EDFF

#F8EDFF
(248,237,255)
#E2D8E8
(226,216,232)
#CCC3D1
(204,195,209)
#B6AEBA
(182,174,186)
#A099A3
(160,153,163)
#8A848C
(138,132,140)
#746F75
(116,111,117)
#5E5A5E
(94,90,94)
#484547
(72,69,71)
#323030
(50,48,48)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #F8EDFF

#F8EDFF
(248,237,255)
#F8EEFF
(248,238,255)
#F8EFFF
(248,239,255)
#F8F0FF
(248,240,255)
#F8F1FF
(248,241,255)
#F8F2FF
(248,242,255)
#F8F3FF
(248,243,255)
#F8F4FF
(248,244,255)
#F8F5FF
(248,245,255)
#F8F6FF
(248,246,255)
#F8F7FF
(248,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EDFF; }

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

This text font color is #F8EDFF.


Background Color

.myBgColor { background-color: #F8EDFF; }

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

This div background color is #F8EDFF.


Border color

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

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

This div border color is #F8EDFF.


Opacity

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

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

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

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

This text has shadow with #F8EDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EDFF on black background.


Color preview on white background

This text has color #F8EDFF on white background.



Black color preview on #F8EDFF background

This text has black color on #F8EDFF background.


White color preview on #F8EDFF background

This text has white color on #F8EDFF background.