COLOR #F8E8FC

HEX: #F8E8FC RGB: (248,232,252)

Color info

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

RGB color model

#F8E8FC color RGB value is (248,232,252).

RGB: (248,232,252) (97%, 91%, 99%)

RGB channels and saturation

R 248 of 255 = 97%
G 232 of 255 = 91%
B 252 of 255 = 99%

248
232
252

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

Portions of RGB colors in percentages

R + G + B = 248 + 232 + 252 = 732 (100%)
R 248 of 732 ~ 33.88%
G 232 of 732 ~ 31.69%
B 252 of 732 ~ 34.43'%

%33.88
%31.69
%34.43

CMYK color model

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

  • cyan value is 1.59%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (2,8,0,1)
C2M8Y0K1 (2%, 8%, 0%, 1%)
(0.02 / 0.08 / 0.00 / 0.01)

CMYK percentages

%1.59
%7.94
%0
%1.18

Codes

Color #F8E8FC in popluar color models

F8 E8 FC
RGB 248 232 252
HSL 288° 76.92% 94.90%
HSB/HSV 288° 7.94% 98.82%
CMYK 1.59% 7.94% 0.00%
1.18%

Color #F8E8FC in popluar number systems.

HEX F8 E8 FC
Decimal 248 232 252
Binary 11111000 11101000 11111100
Octal 370 350 374

Shades and tints

Shades of #F8E8FC

#F8E8FC
(248,232,252)
#E2D3E6
(226,211,230)
#CCBED0
(204,190,208)
#B6A9BA
(182,169,186)
#A094A4
(160,148,164)
#8A7F8E
(138,127,142)
#746A78
(116,106,120)
#5E5562
(94,85,98)
#48404C
(72,64,76)
#322B36
(50,43,54)
#1C1620
(28,22,32)
#000000
(0,0,0)

Tints of #F8E8FC

#F8E8FC
(248,232,252)
#F8EAFC
(248,234,252)
#F8ECFC
(248,236,252)
#F8EEFC
(248,238,252)
#F8F0FC
(248,240,252)
#F8F2FC
(248,242,252)
#F8F4FC
(248,244,252)
#F8F6FC
(248,246,252)
#F8F8FC
(248,248,252)
#F8FAFC
(248,250,252)
#F8FCFC
(248,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E8FC color. Also use rgb(248,232,252) instead hex code.

Text Font Color

.myTextColor { color: #F8E8FC; }

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

This text font color is #F8E8FC.

Background Color

.myBgColor { background-color: #F8E8FC; }

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

This div background color is #F8E8FC.

Border color

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

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

This div border color is #F8E8FC.

Opacity

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

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

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

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

This text has shadow with #F8E8FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8E8FC.

Preview

Color preview on black background

This text has color #F8E8FC on black background.


Color preview on white background

This text has color #F8E8FC on white background.


Black color preview on #F8E8FC background

This text has black color on #F8E8FC background.


White color preview on #F8E8FC background

This text has white color on #F8E8FC background.


Related colors

Complementary color

Complementary color for #hex is #071703.


I love getcolorcode.com

Triadic colors

1 #FCF8E8 and #E8FCF8 with #F8E8FC are triadic colors.

2 #FCE8F8 and #E8F8FC with #F8E8FC are triadic colors.