COLOR #F0E2D5

HEX: #F0E2D5
RGB: (240,226,213)

Color info

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

RGB color model

#F0E2D5 color RGB value is (240,226,213).

  • red value is 240;
  • green value is 226;
  • blue value is 213.
RGB:
(240,226,213)
(94%,89%,84%)

RGB channels and saturation

R 240 of 255 = 94%
G 226 of 255 = 89%
B 213 of 255 = 84%

240
226
213

R + G + B ~ 89%. #F0E2D5 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 226 + 213 = 679 (100%)
R 240 of 679 ~ 35.35%
G 226 of 679 ~ 33.28%
B 213 of 679 ~ 31.37%

%35.35
%33.28
%31.37

CMYK color model

#F0E2D5 color CMYK value is (0,6,11,6).

  • cyan value is 0.00%
  • magenta value is 5.83%
  • yellow value is 11.25%
  • key color value is 5.88%
CMYK:
(0,6,11,6)
C0M6Y11K6 
(0%,6%,11%,6%)
(0.00/0.06/0.11/0.06)	

CMYK percentages

%0
%5.83
%11.25
%5.88

Codes

Color #F0E2D5 in popluar color models

F0E2D5
RGB240226213
HSL29°47.37%88.82%
HSB/HSV29°11.25%94.12%
CMYK0.00%5.83%11.25%
5.88%

Color #F0E2D5 in popluar number systems.

HEXF0E2D5
Decimal240226213
Binary111100001110001011010101
Octal360342325

Shades and tints

Shades of #F0E2D5

#F0E2D5
(240,226,213)
#DBCEC2
(219,206,194)
#C6BAAF
(198,186,175)
#B1A69C
(177,166,156)
#9C9289
(156,146,137)
#877E76
(135,126,118)
#726A63
(114,106,99)
#5D5650
(93,86,80)
#48423D
(72,66,61)
#332E2A
(51,46,42)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #F0E2D5

#F0E2D5
(240,226,213)
#F1E4D8
(241,228,216)
#F2E6DB
(242,230,219)
#F3E8DE
(243,232,222)
#F4EAE1
(244,234,225)
#F5ECE4
(245,236,228)
#F6EEE7
(246,238,231)
#F7F0EA
(247,240,234)
#F8F2ED
(248,242,237)
#F9F4F0
(249,244,240)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E2D5 color. Also use rgb(240,226,213) instead hex code.

Text Font Color

.myTextColor { color: #F0E2D5; }

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

This text font color is #F0E2D5.


Background Color

.myBgColor { background-color: #F0E2D5; }

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

This div background color is #F0E2D5.


Border color

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

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

This div border color is #F0E2D5.


Opacity

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

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

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

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

This text has shadow with #F0E2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E2D5 on black background.


Color preview on white background

This text has color #F0E2D5 on white background.



Black color preview on #F0E2D5 background

This text has black color on #F0E2D5 background.


White color preview on #F0E2D5 background

This text has white color on #F0E2D5 background.