COLOR #F8EDFD

HEX: #F8EDFD
RGB: (248,237,253)

Color info

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

RGB color model

#F8EDFD color RGB value is (248,237,253).

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

RGB channels and saturation

R 248 of 255 = 97%
G 237 of 255 = 93%
B 253 of 255 = 99%

248
237
253

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

Portions of RGB colors in percentages

R + G + B =
248 + 237 + 253 = 738 (100%)
R 248 of 738 ~ 33.6%
G 237 of 738 ~ 32.11%
B 253 of 738 ~ 34.28%

%33.6
%32.11
%34.28

CMYK color model

#F8EDFD color CMYK value is (2,6,0,1).

  • cyan value is 1.98%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(2,6,0,1)
C2M6Y0K1 
(2%,6%,0%,1%)
(0.02/0.06/0.00/0.01)	

CMYK percentages

%1.98
%6.32
%0
%0.78

Codes

Color #F8EDFD in popluar color models

F8EDFD
RGB248237253
HSL281°80.00%96.08%
HSB/HSV281°6.32%99.22%
CMYK1.98%6.32%0.00%
0.78%

Color #F8EDFD in popluar number systems.

HEXF8EDFD
Decimal248237253
Binary111110001110110111111101
Octal370355375

Shades and tints

Shades of #F8EDFD

#F8EDFD
(248,237,253)
#E2D8E6
(226,216,230)
#CCC3CF
(204,195,207)
#B6AEB8
(182,174,184)
#A099A1
(160,153,161)
#8A848A
(138,132,138)
#746F73
(116,111,115)
#5E5A5C
(94,90,92)
#484545
(72,69,69)
#32302E
(50,48,46)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #F8EDFD

#F8EDFD
(248,237,253)
#F8EEFD
(248,238,253)
#F8EFFD
(248,239,253)
#F8F0FD
(248,240,253)
#F8F1FD
(248,241,253)
#F8F2FD
(248,242,253)
#F8F3FD
(248,243,253)
#F8F4FD
(248,244,253)
#F8F5FD
(248,245,253)
#F8F6FD
(248,246,253)
#F8F7FD
(248,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EDFD; }

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

This text font color is #F8EDFD.


Background Color

.myBgColor { background-color: #F8EDFD; }

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

This div background color is #F8EDFD.


Border color

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

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

This div border color is #F8EDFD.


Opacity

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

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

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

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

This text has shadow with #F8EDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EDFD on black background.


Color preview on white background

This text has color #F8EDFD on white background.



Black color preview on #F8EDFD background

This text has black color on #F8EDFD background.


White color preview on #F8EDFD background

This text has white color on #F8EDFD background.