COLOR #F8E0FA

HEX: #F8E0FA
RGB: (248,224,250)

Color info

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

RGB color model

#F8E0FA color RGB value is (248,224,250).

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

RGB channels and saturation

R 248 of 255 = 97%
G 224 of 255 = 88%
B 250 of 255 = 98%

248
224
250

R + G + B ~ 94%. #F8E0FA is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 224 + 250 = 722 (100%)
R 248 of 722 ~ 34.35%
G 224 of 722 ~ 31.02%
B 250 of 722 ~ 34.63%

%34.35
%31.02
%34.63

CMYK color model

#F8E0FA color CMYK value is (1,10,0,2).

  • cyan value is 0.80%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(1,10,0,2)
C1M10Y0K2 
(1%,10%,0%,2%)
(0.01/0.10/0.00/0.02)	

CMYK percentages

%0.8
%10.4
%0
%1.96

Codes

Color #F8E0FA in popluar color models

F8E0FA
RGB248224250
HSL295°72.22%92.94%
HSB/HSV295°10.40%98.04%
CMYK0.80%10.40%0.00%
1.96%

Color #F8E0FA in popluar number systems.

HEXF8E0FA
Decimal248224250
Binary111110001110000011111010
Octal370340372

Shades and tints

Shades of #F8E0FA

#F8E0FA
(248,224,250)
#E2CCE4
(226,204,228)
#CCB8CE
(204,184,206)
#B6A4B8
(182,164,184)
#A090A2
(160,144,162)
#8A7C8C
(138,124,140)
#746876
(116,104,118)
#5E5460
(94,84,96)
#48404A
(72,64,74)
#322C34
(50,44,52)
#1C181E
(28,24,30)
#000000
(0,0,0)

Tints of #F8E0FA

#F8E0FA
(248,224,250)
#F8E2FA
(248,226,250)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8E0FA; }

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

This text font color is #F8E0FA.


Background Color

.myBgColor { background-color: #F8E0FA; }

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

This div background color is #F8E0FA.


Border color

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

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

This div border color is #F8E0FA.


Opacity

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

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

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

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

This text has shadow with #F8E0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E0FA on black background.


Color preview on white background

This text has color #F8E0FA on white background.



Black color preview on #F8E0FA background

This text has black color on #F8E0FA background.


White color preview on #F8E0FA background

This text has white color on #F8E0FA background.