COLOR #F0E6FE

HEX: #F0E6FE
RGB: (240,230,254)

Color info

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

RGB color model

#F0E6FE color RGB value is (240,230,254).

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

RGB channels and saturation

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

240
230
254

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

Portions of RGB colors in percentages

R + G + B =
240 + 230 + 254 = 724 (100%)
R 240 of 724 ~ 33.15%
G 230 of 724 ~ 31.77%
B 254 of 724 ~ 35.08%

%33.15
%31.77
%35.08

CMYK color model

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

  • cyan value is 5.51%
  • magenta value is 9.45%
  • 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.45
%0
%0.39

Codes

Color #F0E6FE in popluar color models

F0E6FE
RGB240230254
HSL265°92.31%94.90%
HSB/HSV265°9.45%99.61%
CMYK5.51%9.45%0.00%
0.39%

Color #F0E6FE in popluar number systems.

HEXF0E6FE
Decimal240230254
Binary111100001110011011111110
Octal360346376

Shades and tints

Shades of #F0E6FE

#F0E6FE
(240,230,254)
#DBD2E7
(219,210,231)
#C6BED0
(198,190,208)
#B1AAB9
(177,170,185)
#9C96A2
(156,150,162)
#87828B
(135,130,139)
#726E74
(114,110,116)
#5D5A5D
(93,90,93)
#484646
(72,70,70)
#33322F
(51,50,47)
#1E1E18
(30,30,24)
#000000
(0,0,0)

Tints of #F0E6FE

#F0E6FE
(240,230,254)
#F1E8FE
(241,232,254)
#F2EAFE
(242,234,254)
#F3ECFE
(243,236,254)
#F4EEFE
(244,238,254)
#F5F0FE
(245,240,254)
#F6F2FE
(246,242,254)
#F7F4FE
(247,244,254)
#F8F6FE
(248,246,254)
#F9F8FE
(249,248,254)
#FAFAFE
(250,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0E6FE; }

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

This text font color is #F0E6FE.


Background Color

.myBgColor { background-color: #F0E6FE; }

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

This div background color is #F0E6FE.


Border color

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

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

This div border color is #F0E6FE.


Opacity

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

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

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

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

This text has shadow with #F0E6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E6FE on black background.


Color preview on white background

This text has color #F0E6FE on white background.



Black color preview on #F0E6FE background

This text has black color on #F0E6FE background.


White color preview on #F0E6FE background

This text has white color on #F0E6FE background.