COLOR #F0E5EE

HEX: #F0E5EE
RGB: (240,229,238)

Color info

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

RGB color model

#F0E5EE color RGB value is (240,229,238).

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

RGB channels and saturation

R 240 of 255 = 94%
G 229 of 255 = 90%
B 238 of 255 = 93%

240
229
238

R + G + B ~ 92%. #F0E5EE is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 229 + 238 = 707 (100%)
R 240 of 707 ~ 33.95%
G 229 of 707 ~ 32.39%
B 238 of 707 ~ 33.66%

%33.95
%32.39
%33.66

CMYK color model

#F0E5EE color CMYK value is (0,5,1,6).

  • cyan value is 0.00%
  • magenta value is 4.58%
  • yellow value is 0.83%
  • key color value is 5.88%
CMYK:
(0,5,1,6)
C0M5Y1K6 
(0%,5%,1%,6%)
(0.00/0.05/0.01/0.06)	

CMYK percentages

%0
%4.58
%0.83
%5.88

Codes

Color #F0E5EE in popluar color models

F0E5EE
RGB240229238
HSL311°26.83%91.96%
HSB/HSV311°4.58%94.12%
CMYK0.00%4.58%0.83%
5.88%

Color #F0E5EE in popluar number systems.

HEXF0E5EE
Decimal240229238
Binary111100001110010111101110
Octal360345356

Shades and tints

Shades of #F0E5EE

#F0E5EE
(240,229,238)
#DBD1D9
(219,209,217)
#C6BDC4
(198,189,196)
#B1A9AF
(177,169,175)
#9C959A
(156,149,154)
#878185
(135,129,133)
#726D70
(114,109,112)
#5D595B
(93,89,91)
#484546
(72,69,70)
#333131
(51,49,49)
#1E1D1C
(30,29,28)
#000000
(0,0,0)

Tints of #F0E5EE

#F0E5EE
(240,229,238)
#F1E7EF
(241,231,239)
#F2E9F0
(242,233,240)
#F3EBF1
(243,235,241)
#F4EDF2
(244,237,242)
#F5EFF3
(245,239,243)
#F6F1F4
(246,241,244)
#F7F3F5
(247,243,245)
#F8F5F6
(248,245,246)
#F9F7F7
(249,247,247)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0E5EE; }

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

This text font color is #F0E5EE.


Background Color

.myBgColor { background-color: #F0E5EE; }

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

This div background color is #F0E5EE.


Border color

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

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

This div border color is #F0E5EE.


Opacity

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

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

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

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

This text has shadow with #F0E5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E5EE on black background.


Color preview on white background

This text has color #F0E5EE on white background.



Black color preview on #F0E5EE background

This text has black color on #F0E5EE background.


White color preview on #F0E5EE background

This text has white color on #F0E5EE background.