COLOR #F8EBFA

HEX: #F8EBFA RGB: (248,235,250)

Color info

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

RGB color model

#F8EBFA color RGB value is (248,235,250).

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

RGB channels and saturation

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

248
235
250

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

Portions of RGB colors in percentages

R + G + B = 248 + 235 + 250 = 733 (100%)
R 248 of 733 ~ 33.83%
G 235 of 733 ~ 32.06%
B 250 of 733 ~ 34.11'%

%33.83
%32.06
%34.11

CMYK color model

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

  • cyan value is 0.80%
  • magenta value is 6.00%
  • yellow value is 0.00%
  • key color value is 1.96%

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

CMYK percentages

%0.8
%6
%0
%1.96

Codes

Color #F8EBFA in popluar color models

F8 EB FA
RGB 248 235 250
HSL 292° 60.00% 95.10%
HSB/HSV 292° 6.00% 98.04%
CMYK 0.80% 6.00% 0.00%
1.96%

Color #F8EBFA in popluar number systems.

HEX F8 EB FA
Decimal 248 235 250
Binary 11111000 11101011 11111010
Octal 370 353 372

Shades and tints

Shades of #F8EBFA

#F8EBFA
(248,235,250)
#E2D6E4
(226,214,228)
#CCC1CE
(204,193,206)
#B6ACB8
(182,172,184)
#A097A2
(160,151,162)
#8A828C
(138,130,140)
#746D76
(116,109,118)
#5E5860
(94,88,96)
#48434A
(72,67,74)
#322E34
(50,46,52)
#1C191E
(28,25,30)
#000000
(0,0,0)

Tints of #F8EBFA

#F8EBFA
(248,235,250)
#F8ECFA
(248,236,250)
#F8EDFA
(248,237,250)
#F8EEFA
(248,238,250)
#F8EFFA
(248,239,250)
#F8F0FA
(248,240,250)
#F8F1FA
(248,241,250)
#F8F2FA
(248,242,250)
#F8F3FA
(248,243,250)
#F8F4FA
(248,244,250)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EBFA; }

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

This text font color is #F8EBFA.

Background Color

.myBgColor { background-color: #F8EBFA; }

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

This div background color is #F8EBFA.

Border color

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

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

This div border color is #F8EBFA.

Opacity

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

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

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

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

This text has shadow with #F8EBFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8EBFA.

Preview

Color preview on black background

This text has color #F8EBFA on black background.


Color preview on white background

This text has color #F8EBFA on white background.


Black color preview on #F8EBFA background

This text has black color on #F8EBFA background.


White color preview on #F8EBFA background

This text has white color on #F8EBFA background.


Related colors

Complementary color

Complementary color for #hex is #071405.


I love getcolorcode.com

Triadic colors

1 #FAF8EB and #EBFAF8 with #F8EBFA are triadic colors.

2 #FAEBF8 and #EBF8FA with #F8EBFA are triadic colors.