COLOR #F0E5FE

HEX: #F0E5FE
RGB: (240,229,254)

Color info

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

RGB color model

#F0E5FE color RGB value is (240,229,254).

  • red value is 240;
  • green value is 229;
  • blue value is 254.
RGB:
(240,229,254)
(94%,90%,100%)

RGB channels and saturation

R 240 of 255 = 94%
G 229 of 255 = 90%
B 254 of 255 = 100%

240
229
254

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

Portions of RGB colors in percentages

R + G + B =
240 + 229 + 254 = 723 (100%)
R 240 of 723 ~ 33.2%
G 229 of 723 ~ 31.67%
B 254 of 723 ~ 35.13%

%33.2
%31.67
%35.13

CMYK color model

#F0E5FE color CMYK value is (6,10,0,0).

  • cyan value is 5.51%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(6,10,0,0)
C6M10Y0K0 
(6%,10%,0%,0%)
(0.06/0.10/0.00/0.00)	

CMYK percentages

%5.51
%9.84
%0
%0.39

Codes

Color #F0E5FE in popluar color models

F0E5FE
RGB240229254
HSL266°92.59%94.71%
HSB/HSV266°9.84%99.61%
CMYK5.51%9.84%0.00%
0.39%

Color #F0E5FE in popluar number systems.

HEXF0E5FE
Decimal240229254
Binary111100001110010111111110
Octal360345376

Shades and tints

Shades of #F0E5FE

#F0E5FE
(240,229,254)
#DBD1E7
(219,209,231)
#C6BDD0
(198,189,208)
#B1A9B9
(177,169,185)
#9C95A2
(156,149,162)
#87818B
(135,129,139)
#726D74
(114,109,116)
#5D595D
(93,89,93)
#484546
(72,69,70)
#33312F
(51,49,47)
#1E1D18
(30,29,24)
#000000
(0,0,0)

Tints of #F0E5FE

#F0E5FE
(240,229,254)
#F1E7FE
(241,231,254)
#F2E9FE
(242,233,254)
#F3EBFE
(243,235,254)
#F4EDFE
(244,237,254)
#F5EFFE
(245,239,254)
#F6F1FE
(246,241,254)
#F7F3FE
(247,243,254)
#F8F5FE
(248,245,254)
#F9F7FE
(249,247,254)
#FAF9FE
(250,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E5FE color. Also use rgb(240,229,254) instead hex code.

Text Font Color

.myTextColor { color: #F0E5FE; }

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

This text font color is #F0E5FE.


Background Color

.myBgColor { background-color: #F0E5FE; }

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

This div background color is #F0E5FE.


Border color

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

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

This div border color is #F0E5FE.


Opacity

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

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

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

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

This text has shadow with #F0E5FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E5FE on black background.


Color preview on white background

This text has color #F0E5FE on white background.



Black color preview on #F0E5FE background

This text has black color on #F0E5FE background.


White color preview on #F0E5FE background

This text has white color on #F0E5FE background.