COLOR #F0EAFE

HEX: #F0EAFE
RGB: (240,234,254)

Color info

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

RGB color model

#F0EAFE color RGB value is (240,234,254).

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

RGB channels and saturation

R 240 of 255 = 94%
G 234 of 255 = 92%
B 254 of 255 = 100%

240
234
254

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

Portions of RGB colors in percentages

R + G + B =
240 + 234 + 254 = 728 (100%)
R 240 of 728 ~ 32.97%
G 234 of 728 ~ 32.14%
B 254 of 728 ~ 34.89%

%32.97
%32.14
%34.89

CMYK color model

#F0EAFE color CMYK value is (6,8,0,0).

  • cyan value is 5.51%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(6,8,0,0)
C6M8Y0K0 
(6%,8%,0%,0%)
(0.06/0.08/0.00/0.00)	

CMYK percentages

%5.51
%7.87
%0
%0.39

Codes

Color #F0EAFE in popluar color models

F0EAFE
RGB240234254
HSL258°90.91%95.69%
HSB/HSV258°7.87%99.61%
CMYK5.51%7.87%0.00%
0.39%

Color #F0EAFE in popluar number systems.

HEXF0EAFE
Decimal240234254
Binary111100001110101011111110
Octal360352376

Shades and tints

Shades of #F0EAFE

#F0EAFE
(240,234,254)
#DBD5E7
(219,213,231)
#C6C0D0
(198,192,208)
#B1ABB9
(177,171,185)
#9C96A2
(156,150,162)
#87818B
(135,129,139)
#726C74
(114,108,116)
#5D575D
(93,87,93)
#484246
(72,66,70)
#332D2F
(51,45,47)
#1E1818
(30,24,24)
#000000
(0,0,0)

Tints of #F0EAFE

#F0EAFE
(240,234,254)
#F1EBFE
(241,235,254)
#F2ECFE
(242,236,254)
#F3EDFE
(243,237,254)
#F4EEFE
(244,238,254)
#F5EFFE
(245,239,254)
#F6F0FE
(246,240,254)
#F7F1FE
(247,241,254)
#F8F2FE
(248,242,254)
#F9F3FE
(249,243,254)
#FAF4FE
(250,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EAFE; }

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

This text font color is #F0EAFE.


Background Color

.myBgColor { background-color: #F0EAFE; }

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

This div background color is #F0EAFE.


Border color

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

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

This div border color is #F0EAFE.


Opacity

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

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

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

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

This text has shadow with #F0EAFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EAFE on black background.


Color preview on white background

This text has color #F0EAFE on white background.



Black color preview on #F0EAFE background

This text has black color on #F0EAFE background.


White color preview on #F0EAFE background

This text has white color on #F0EAFE background.