COLOR #F0E4DC

HEX: #F0E4DC
RGB: (240,228,220)

Color info

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

RGB color model

#F0E4DC color RGB value is (240,228,220).

  • red value is 240;
  • green value is 228;
  • blue value is 220.
RGB:
(240,228,220)
(94%,89%,86%)

RGB channels and saturation

R 240 of 255 = 94%
G 228 of 255 = 89%
B 220 of 255 = 86%

240
228
220

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

Portions of RGB colors in percentages

R + G + B =
240 + 228 + 220 = 688 (100%)
R 240 of 688 ~ 34.88%
G 228 of 688 ~ 33.14%
B 220 of 688 ~ 31.98%

%34.88
%33.14
%31.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 8.33%
  • 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
%5
%8.33
%5.88

Codes

Color #F0E4DC in popluar color models

F0E4DC
RGB240228220
HSL24°40.00%90.20%
HSB/HSV24°8.33%94.12%
CMYK0.00%5.00%8.33%
5.88%

Color #F0E4DC in popluar number systems.

HEXF0E4DC
Decimal240228220
Binary111100001110010011011100
Octal360344334

Shades and tints

Shades of #F0E4DC

#F0E4DC
(240,228,220)
#DBD0C8
(219,208,200)
#C6BCB4
(198,188,180)
#B1A8A0
(177,168,160)
#9C948C
(156,148,140)
#878078
(135,128,120)
#726C64
(114,108,100)
#5D5850
(93,88,80)
#48443C
(72,68,60)
#333028
(51,48,40)
#1E1C14
(30,28,20)
#000000
(0,0,0)

Tints of #F0E4DC

#F0E4DC
(240,228,220)
#F1E6DF
(241,230,223)
#F2E8E2
(242,232,226)
#F3EAE5
(243,234,229)
#F4ECE8
(244,236,232)
#F5EEEB
(245,238,235)
#F6F0EE
(246,240,238)
#F7F2F1
(247,242,241)
#F8F4F4
(248,244,244)
#F9F6F7
(249,246,247)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E4DC color. Also use rgb(240,228,220) instead hex code.

Text Font Color

.myTextColor { color: #F0E4DC; }

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

This text font color is #F0E4DC.


Background Color

.myBgColor { background-color: #F0E4DC; }

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

This div background color is #F0E4DC.


Border color

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

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

This div border color is #F0E4DC.


Opacity

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

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

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

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

This text has shadow with #F0E4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E4DC on black background.


Color preview on white background

This text has color #F0E4DC on white background.



Black color preview on #F0E4DC background

This text has black color on #F0E4DC background.


White color preview on #F0E4DC background

This text has white color on #F0E4DC background.