COLOR #F8E7FB

HEX: #F8E7FB RGB: (248,231,251)

Color info

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

RGB color model

#F8E7FB color RGB value is (248,231,251).

RGB: (248,231,251) (97%, 91%, 98%)

RGB channels and saturation

R 248 of 255 = 97%
G 231 of 255 = 91%
B 251 of 255 = 98%

248
231
251

R + G + B ~ 95%. #F8E7FB is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 231 + 251 = 730 (100%)
R 248 of 730 ~ 33.97%
G 231 of 730 ~ 31.64%
B 251 of 730 ~ 34.38'%

%33.97
%31.64
%34.38

CMYK color model

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

  • cyan value is 1.20%
  • magenta value is 7.97%
  • yellow value is 0.00%
  • key color value is 1.57%

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

CMYK percentages

%1.2
%7.97
%0
%1.57

Codes

Color #F8E7FB in popluar color models

F8 E7 FB
RGB 248 231 251
HSL 291° 71.43% 94.51%
HSB/HSV 291° 7.97% 98.43%
CMYK 1.20% 7.97% 0.00%
1.57%

Color #F8E7FB in popluar number systems.

HEX F8 E7 FB
Decimal 248 231 251
Binary 11111000 11100111 11111011
Octal 370 347 373

Shades and tints

Shades of #F8E7FB

#F8E7FB
(248,231,251)
#E2D2E5
(226,210,229)
#CCBDCF
(204,189,207)
#B6A8B9
(182,168,185)
#A093A3
(160,147,163)
#8A7E8D
(138,126,141)
#746977
(116,105,119)
#5E5461
(94,84,97)
#483F4B
(72,63,75)
#322A35
(50,42,53)
#1C151F
(28,21,31)
#000000
(0,0,0)

Tints of #F8E7FB

#F8E7FB
(248,231,251)
#F8E9FB
(248,233,251)
#F8EBFB
(248,235,251)
#F8EDFB
(248,237,251)
#F8EFFB
(248,239,251)
#F8F1FB
(248,241,251)
#F8F3FB
(248,243,251)
#F8F5FB
(248,245,251)
#F8F7FB
(248,247,251)
#F8F9FB
(248,249,251)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E7FB color. Also use rgb(248,231,251) instead hex code.

Text Font Color

.myTextColor { color: #F8E7FB; }

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

This text font color is #F8E7FB.

Background Color

.myBgColor { background-color: #F8E7FB; }

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

This div background color is #F8E7FB.

Border color

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

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

This div border color is #F8E7FB.

Opacity

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

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

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

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

This text has shadow with #F8E7FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8E7FB.

Preview

Color preview on black background

This text has color #F8E7FB on black background.


Color preview on white background

This text has color #F8E7FB on white background.


Black color preview on #F8E7FB background

This text has black color on #F8E7FB background.


White color preview on #F8E7FB background

This text has white color on #F8E7FB background.


Related colors

Complementary color

Complementary color for #hex is #071804.


I love getcolorcode.com

Triadic colors

1 #FBF8E7 and #E7FBF8 with #F8E7FB are triadic colors.

2 #FBE7F8 and #E7F8FB with #F8E7FB are triadic colors.