COLOR #F0EAF5

HEX: #F0EAF5
RGB: (240,234,245)

Color info

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

RGB color model

#F0EAF5 color RGB value is (240,234,245).

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

RGB channels and saturation

R 240 of 255 = 94%
G 234 of 255 = 92%
B 245 of 255 = 96%

240
234
245

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

Portions of RGB colors in percentages

R + G + B =
240 + 234 + 245 = 719 (100%)
R 240 of 719 ~ 33.38%
G 234 of 719 ~ 32.55%
B 245 of 719 ~ 34.08%

%33.38
%32.55
%34.08

CMYK color model

#F0EAF5 color CMYK value is (2,4,0,4).

  • cyan value is 2.04%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(2,4,0,4)
C2M4Y0K4 
(2%,4%,0%,4%)
(0.02/0.04/0.00/0.04)	

CMYK percentages

%2.04
%4.49
%0
%3.92

Codes

Color #F0EAF5 in popluar color models

F0EAF5
RGB240234245
HSL273°35.48%93.92%
HSB/HSV273°4.49%96.08%
CMYK2.04%4.49%0.00%
3.92%

Color #F0EAF5 in popluar number systems.

HEXF0EAF5
Decimal240234245
Binary111100001110101011110101
Octal360352365

Shades and tints

Shades of #F0EAF5

#F0EAF5
(240,234,245)
#DBD5DF
(219,213,223)
#C6C0C9
(198,192,201)
#B1ABB3
(177,171,179)
#9C969D
(156,150,157)
#878187
(135,129,135)
#726C71
(114,108,113)
#5D575B
(93,87,91)
#484245
(72,66,69)
#332D2F
(51,45,47)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #F0EAF5

#F0EAF5
(240,234,245)
#F1EBF5
(241,235,245)
#F2ECF5
(242,236,245)
#F3EDF5
(243,237,245)
#F4EEF5
(244,238,245)
#F5EFF5
(245,239,245)
#F6F0F5
(246,240,245)
#F7F1F5
(247,241,245)
#F8F2F5
(248,242,245)
#F9F3F5
(249,243,245)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EAF5; }

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

This text font color is #F0EAF5.


Background Color

.myBgColor { background-color: #F0EAF5; }

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

This div background color is #F0EAF5.


Border color

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

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

This div border color is #F0EAF5.


Opacity

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

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

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

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

This text has shadow with #F0EAF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EAF5 on black background.


Color preview on white background

This text has color #F0EAF5 on white background.



Black color preview on #F0EAF5 background

This text has black color on #F0EAF5 background.


White color preview on #F0EAF5 background

This text has white color on #F0EAF5 background.