COLOR #F0E5DE

HEX: #F0E5DE
RGB: (240,229,222)

Color info

#F0E5DE contains red, green and blue colors in about the same proportion. Web safe color of #F0E5DE is #FFCCCC (or #FCC).

RGB color model

#F0E5DE color RGB value is (240,229,222).

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

RGB channels and saturation

R 240 of 255 = 94%
G 229 of 255 = 90%
B 222 of 255 = 87%

240
229
222

R + G + B ~ 90%. #F0E5DE is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 229 + 222 = 691 (100%)
R 240 of 691 ~ 34.73%
G 229 of 691 ~ 33.14%
B 222 of 691 ~ 32.13%

%34.73
%33.14
%32.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.58%
  • yellow value is 7.50%
  • key color value is 5.88%
CMYK:
(0,5,8,6)
C0M5Y8K6 
(0%,5%,8%,6%)
(0.00/0.05/0.08/0.06)	

CMYK percentages

%0
%4.58
%7.5
%5.88

Codes

Color #F0E5DE in popluar color models

F0E5DE
RGB240229222
HSL23°37.50%90.59%
HSB/HSV23°7.50%94.12%
CMYK0.00%4.58%7.50%
5.88%

Color #F0E5DE in popluar number systems.

HEXF0E5DE
Decimal240229222
Binary111100001110010111011110
Octal360345336

Shades and tints

Shades of #F0E5DE

#F0E5DE
(240,229,222)
#DBD1CA
(219,209,202)
#C6BDB6
(198,189,182)
#B1A9A2
(177,169,162)
#9C958E
(156,149,142)
#87817A
(135,129,122)
#726D66
(114,109,102)
#5D5952
(93,89,82)
#48453E
(72,69,62)
#33312A
(51,49,42)
#1E1D16
(30,29,22)
#000000
(0,0,0)

Tints of #F0E5DE

#F0E5DE
(240,229,222)
#F1E7E1
(241,231,225)
#F2E9E4
(242,233,228)
#F3EBE7
(243,235,231)
#F4EDEA
(244,237,234)
#F5EFED
(245,239,237)
#F6F1F0
(246,241,240)
#F7F3F3
(247,243,243)
#F8F5F6
(248,245,246)
#F9F7F9
(249,247,249)
#FAF9FC
(250,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0E5DE; }

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

This text font color is #F0E5DE.


Background Color

.myBgColor { background-color: #F0E5DE; }

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

This div background color is #F0E5DE.


Border color

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

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

This div border color is #F0E5DE.


Opacity

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

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

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

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

This text has shadow with #F0E5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E5DE on black background.


Color preview on white background

This text has color #F0E5DE on white background.



Black color preview on #F0E5DE background

This text has black color on #F0E5DE background.


White color preview on #F0E5DE background

This text has white color on #F0E5DE background.