COLOR #F8E4FA

HEX: #F8E4FA
RGB: (248,228,250)

Color info

#F8E4FA contains red, green and blue colors in about the same proportion. Web safe color of #F8E4FA is #FFCCFF (or #FCF).

RGB color model

#F8E4FA color RGB value is (248,228,250).

  • red value is 248;
  • green value is 228;
  • blue value is 250.
RGB:
(248,228,250)
(97%,89%,98%)

RGB channels and saturation

R 248 of 255 = 97%
G 228 of 255 = 89%
B 250 of 255 = 98%

248
228
250

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

Portions of RGB colors in percentages

R + G + B =
248 + 228 + 250 = 726 (100%)
R 248 of 726 ~ 34.16%
G 228 of 726 ~ 31.4%
B 250 of 726 ~ 34.44%

%34.16
%31.4
%34.44

CMYK color model

#F8E4FA color CMYK value is (1,9,0,2).

  • cyan value is 0.80%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(1,9,0,2)
C1M9Y0K2 
(1%,9%,0%,2%)
(0.01/0.09/0.00/0.02)	

CMYK percentages

%0.8
%8.8
%0
%1.96

Codes

Color #F8E4FA in popluar color models

F8E4FA
RGB248228250
HSL295°68.75%93.73%
HSB/HSV295°8.80%98.04%
CMYK0.80%8.80%0.00%
1.96%

Color #F8E4FA in popluar number systems.

HEXF8E4FA
Decimal248228250
Binary111110001110010011111010
Octal370344372

Shades and tints

Shades of #F8E4FA

#F8E4FA
(248,228,250)
#E2D0E4
(226,208,228)
#CCBCCE
(204,188,206)
#B6A8B8
(182,168,184)
#A094A2
(160,148,162)
#8A808C
(138,128,140)
#746C76
(116,108,118)
#5E5860
(94,88,96)
#48444A
(72,68,74)
#323034
(50,48,52)
#1C1C1E
(28,28,30)
#000000
(0,0,0)

Tints of #F8E4FA

#F8E4FA
(248,228,250)
#F8E6FA
(248,230,250)
#F8E8FA
(248,232,250)
#F8EAFA
(248,234,250)
#F8ECFA
(248,236,250)
#F8EEFA
(248,238,250)
#F8F0FA
(248,240,250)
#F8F2FA
(248,242,250)
#F8F4FA
(248,244,250)
#F8F6FA
(248,246,250)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8E4FA; }

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

This text font color is #F8E4FA.


Background Color

.myBgColor { background-color: #F8E4FA; }

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

This div background color is #F8E4FA.


Border color

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

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

This div border color is #F8E4FA.


Opacity

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

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

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

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

This text has shadow with #F8E4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E4FA on black background.


Color preview on white background

This text has color #F8E4FA on white background.



Black color preview on #F8E4FA background

This text has black color on #F8E4FA background.


White color preview on #F8E4FA background

This text has white color on #F8E4FA background.