COLOR #F8EBFB

HEX: #F8EBFB RGB: (248,235,251)

Color info

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

RGB color model

#F8EBFB color RGB value is (248,235,251).

RGB: (248,235,251) (97%, 92%, 98%)

RGB channels and saturation

R 248 of 255 = 97%
G 235 of 255 = 92%
B 251 of 255 = 98%

248
235
251

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

Portions of RGB colors in percentages

R + G + B = 248 + 235 + 251 = 734 (100%)
R 248 of 734 ~ 33.79%
G 235 of 734 ~ 32.02%
B 251 of 734 ~ 34.2'%

%33.79
%32.02
%34.2

CMYK color model

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

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

CMYK: (1,6,0,2)
C1M6Y0K2 (1%, 6%, 0%, 2%)
(0.01 / 0.06 / 0.00 / 0.02)

CMYK percentages

%1.2
%6.37
%0
%1.57

Codes

Color #F8EBFB in popluar color models

F8 EB FB
RGB 248 235 251
HSL 289° 66.67% 95.29%
HSB/HSV 289° 6.37% 98.43%
CMYK 1.20% 6.37% 0.00%
1.57%

Color #F8EBFB in popluar number systems.

HEX F8 EB FB
Decimal 248 235 251
Binary 11111000 11101011 11111011
Octal 370 353 373

Shades and tints

Shades of #F8EBFB

#F8EBFB
(248,235,251)
#E2D6E5
(226,214,229)
#CCC1CF
(204,193,207)
#B6ACB9
(182,172,185)
#A097A3
(160,151,163)
#8A828D
(138,130,141)
#746D77
(116,109,119)
#5E5861
(94,88,97)
#48434B
(72,67,75)
#322E35
(50,46,53)
#1C191F
(28,25,31)
#000000
(0,0,0)

Tints of #F8EBFB

#F8EBFB
(248,235,251)
#F8ECFB
(248,236,251)
#F8EDFB
(248,237,251)
#F8EEFB
(248,238,251)
#F8EFFB
(248,239,251)
#F8F0FB
(248,240,251)
#F8F1FB
(248,241,251)
#F8F2FB
(248,242,251)
#F8F3FB
(248,243,251)
#F8F4FB
(248,244,251)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EBFB; }

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

This text font color is #F8EBFB.

Background Color

.myBgColor { background-color: #F8EBFB; }

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

This div background color is #F8EBFB.

Border color

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

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

This div border color is #F8EBFB.

Opacity

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

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

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

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

This text has shadow with #F8EBFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8EBFB.

Preview

Color preview on black background

This text has color #F8EBFB on black background.


Color preview on white background

This text has color #F8EBFB on white background.


Black color preview on #F8EBFB background

This text has black color on #F8EBFB background.


White color preview on #F8EBFB background

This text has white color on #F8EBFB background.


Related colors

Complementary color

Complementary color for #hex is #071404.


I love getcolorcode.com

Triadic colors

1 #FBF8EB and #EBFBF8 with #F8EBFB are triadic colors.

2 #FBEBF8 and #EBF8FB with #F8EBFB are triadic colors.