COLOR #F8EAFD

HEX: #F8EAFD
RGB: (248,234,253)

Color info

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

RGB color model

#F8EAFD color RGB value is (248,234,253).

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

RGB channels and saturation

R 248 of 255 = 97%
G 234 of 255 = 92%
B 253 of 255 = 99%

248
234
253

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

Portions of RGB colors in percentages

R + G + B =
248 + 234 + 253 = 735 (100%)
R 248 of 735 ~ 33.74%
G 234 of 735 ~ 31.84%
B 253 of 735 ~ 34.42%

%33.74
%31.84
%34.42

CMYK color model

#F8EAFD color CMYK value is (2,8,0,1).

  • cyan value is 1.98%
  • magenta value is 7.51%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(2,8,0,1)
C2M8Y0K1 
(2%,8%,0%,1%)
(0.02/0.08/0.00/0.01)	

CMYK percentages

%1.98
%7.51
%0
%0.78

Codes

Color #F8EAFD in popluar color models

F8EAFD
RGB248234253
HSL284°82.61%95.49%
HSB/HSV284°7.51%99.22%
CMYK1.98%7.51%0.00%
0.78%

Color #F8EAFD in popluar number systems.

HEXF8EAFD
Decimal248234253
Binary111110001110101011111101
Octal370352375

Shades and tints

Shades of #F8EAFD

#F8EAFD
(248,234,253)
#E2D5E6
(226,213,230)
#CCC0CF
(204,192,207)
#B6ABB8
(182,171,184)
#A096A1
(160,150,161)
#8A818A
(138,129,138)
#746C73
(116,108,115)
#5E575C
(94,87,92)
#484245
(72,66,69)
#322D2E
(50,45,46)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #F8EAFD

#F8EAFD
(248,234,253)
#F8EBFD
(248,235,253)
#F8ECFD
(248,236,253)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EAFD; }

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

This text font color is #F8EAFD.


Background Color

.myBgColor { background-color: #F8EAFD; }

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

This div background color is #F8EAFD.


Border color

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

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

This div border color is #F8EAFD.


Opacity

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

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

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

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

This text has shadow with #F8EAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EAFD on black background.


Color preview on white background

This text has color #F8EAFD on white background.



Black color preview on #F8EAFD background

This text has black color on #F8EAFD background.


White color preview on #F8EAFD background

This text has white color on #F8EAFD background.