COLOR #F0E7FE

HEX: #F0E7FE
RGB: (240,231,254)

Color info

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

RGB color model

#F0E7FE color RGB value is (240,231,254).

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

RGB channels and saturation

R 240 of 255 = 94%
G 231 of 255 = 91%
B 254 of 255 = 100%

240
231
254

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

Portions of RGB colors in percentages

R + G + B =
240 + 231 + 254 = 725 (100%)
R 240 of 725 ~ 33.1%
G 231 of 725 ~ 31.86%
B 254 of 725 ~ 35.03%

%33.1
%31.86
%35.03

CMYK color model

#F0E7FE color CMYK value is (6,9,0,0).

  • cyan value is 5.51%
  • magenta value is 9.06%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (6,9,0,0) C6M9Y0K0 (6%,9%,0%,0%) (0.06/0.09/0.00/0.00)

CMYK percentages

%5.51
%9.06
%0
%0.39

Codes

Color #F0E7FE in popluar color models

F0E7FE
RGB240231254
HSL263°92.00%95.10%
HSB/HSV263°9.06%99.61%
CMYK5.51%9.06%0.00%
0.39%

Color #F0E7FE in popluar number systems.

HEXF0E7FE
Decimal240231254
Binary111100001110011111111110
Octal360347376

Shades and tints

Shades of #F0E7FE

#F0E7FE
(240,231,254)
#DBD2E7
(219,210,231)
#C6BDD0
(198,189,208)
#B1A8B9
(177,168,185)
#9C93A2
(156,147,162)
#877E8B
(135,126,139)
#726974
(114,105,116)
#5D545D
(93,84,93)
#483F46
(72,63,70)
#332A2F
(51,42,47)
#1E1518
(30,21,24)
#000000
(0,0,0)

Tints of #F0E7FE

#F0E7FE
(240,231,254)
#F1E9FE
(241,233,254)
#F2EBFE
(242,235,254)
#F3EDFE
(243,237,254)
#F4EFFE
(244,239,254)
#F5F1FE
(245,241,254)
#F6F3FE
(246,243,254)
#F7F5FE
(247,245,254)
#F8F7FE
(248,247,254)
#F9F9FE
(249,249,254)
#FAFBFE
(250,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0E7FE; }

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

This text font color is #F0E7FE.


Background Color

.myBgColor { background-color: #F0E7FE; }

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

This div background color is #F0E7FE.


Border color

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

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

This div border color is #F0E7FE.


Opacity

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

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

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

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

This text has shadow with #F0E7FE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F0E7FE on black background.


Color preview on white background

This text has color #F0E7FE on white background.



Black color preview on #F0E7FE background

This text has black color on #F0E7FE background.


White color preview on #F0E7FE background

This text has white color on #F0E7FE background.