COLOR #F0E1D4

HEX: #F0E1D4
RGB: (240,225,212)

Color info

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

RGB color model

#F0E1D4 color RGB value is (240,225,212).

  • red value is 240;
  • green value is 225;
  • blue value is 212.
RGB:
(240,225,212)
(94%,88%,83%)

RGB channels and saturation

R 240 of 255 = 94%
G 225 of 255 = 88%
B 212 of 255 = 83%

240
225
212

R + G + B ~ 88%. #F0E1D4 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 225 + 212 = 677 (100%)
R 240 of 677 ~ 35.45%
G 225 of 677 ~ 33.23%
B 212 of 677 ~ 31.31%

%35.45
%33.23
%31.31

CMYK color model

#F0E1D4 color CMYK value is (0,6,12,6).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 11.67%
  • key color value is 5.88%
CMYK:
(0,6,12,6)
C0M6Y12K6 
(0%,6%,12%,6%)
(0.00/0.06/0.12/0.06)	

CMYK percentages

%0
%6.25
%11.67
%5.88

Codes

Color #F0E1D4 in popluar color models

F0E1D4
RGB240225212
HSL28°48.28%88.63%
HSB/HSV28°11.67%94.12%
CMYK0.00%6.25%11.67%
5.88%

Color #F0E1D4 in popluar number systems.

HEXF0E1D4
Decimal240225212
Binary111100001110000111010100
Octal360341324

Shades and tints

Shades of #F0E1D4

#F0E1D4
(240,225,212)
#DBCDC1
(219,205,193)
#C6B9AE
(198,185,174)
#B1A59B
(177,165,155)
#9C9188
(156,145,136)
#877D75
(135,125,117)
#726962
(114,105,98)
#5D554F
(93,85,79)
#48413C
(72,65,60)
#332D29
(51,45,41)
#1E1916
(30,25,22)
#000000
(0,0,0)

Tints of #F0E1D4

#F0E1D4
(240,225,212)
#F1E3D7
(241,227,215)
#F2E5DA
(242,229,218)
#F3E7DD
(243,231,221)
#F4E9E0
(244,233,224)
#F5EBE3
(245,235,227)
#F6EDE6
(246,237,230)
#F7EFE9
(247,239,233)
#F8F1EC
(248,241,236)
#F9F3EF
(249,243,239)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E1D4 color. Also use rgb(240,225,212) instead hex code.

Text Font Color

.myTextColor { color: #F0E1D4; }

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

This text font color is #F0E1D4.


Background Color

.myBgColor { background-color: #F0E1D4; }

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

This div background color is #F0E1D4.


Border color

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

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

This div border color is #F0E1D4.


Opacity

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

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

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

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

This text has shadow with #F0E1D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E1D4 on black background.


Color preview on white background

This text has color #F0E1D4 on white background.



Black color preview on #F0E1D4 background

This text has black color on #F0E1D4 background.


White color preview on #F0E1D4 background

This text has white color on #F0E1D4 background.