COLOR #F0E5CE

HEX: #F0E5CE RGB: (240,229,206)

Color info

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

RGB color model

#F0E5CE color RGB value is (240,229,206).

RGB: (240,229,206) (94%, 90%, 81%)

RGB channels and saturation

R 240 of 255 = 94%
G 229 of 255 = 90%
B 206 of 255 = 81%

240
229
206

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

Portions of RGB colors in percentages

R + G + B = 240 + 229 + 206 = 675 (100%)
R 240 of 675 ~ 35.56%
G 229 of 675 ~ 33.93%
B 206 of 675 ~ 30.52'%

%35.56
%33.93
%30.52

CMYK color model

#F0E5CE color CMYK value is (0,5,14,6).

  • cyan value is 0.00%
  • magenta value is 4.58%
  • yellow value is 14.17%
  • key color value is 5.88%

CMYK: (0,5,14,6)
C0M5Y14K6 (0%, 5%, 14%, 6%)
(0.00 / 0.05 / 0.14 / 0.06)

CMYK percentages

%0
%4.58
%14.17
%5.88

Codes

Color #F0E5CE in popluar color models

F0 E5 CE
RGB 240 229 206
HSL 41° 53.13% 87.45%
HSB/HSV 41° 14.17% 94.12%
CMYK 0.00% 4.58% 14.17%
5.88%

Color #F0E5CE in popluar number systems.

HEX F0 E5 CE
Decimal 240 229 206
Binary 11110000 11100101 11001110
Octal 360 345 316

Shades and tints

Shades of #F0E5CE

#F0E5CE
(240,229,206)
#DBD1BC
(219,209,188)
#C6BDAA
(198,189,170)
#B1A998
(177,169,152)
#9C9586
(156,149,134)
#878174
(135,129,116)
#726D62
(114,109,98)
#5D5950
(93,89,80)
#48453E
(72,69,62)
#33312C
(51,49,44)
#1E1D1A
(30,29,26)
#000000
(0,0,0)

Tints of #F0E5CE

#F0E5CE
(240,229,206)
#F1E7D2
(241,231,210)
#F2E9D6
(242,233,214)
#F3EBDA
(243,235,218)
#F4EDDE
(244,237,222)
#F5EFE2
(245,239,226)
#F6F1E6
(246,241,230)
#F7F3EA
(247,243,234)
#F8F5EE
(248,245,238)
#F9F7F2
(249,247,242)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0E5CE; }

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

This text font color is #F0E5CE.

Background Color

.myBgColor { background-color: #F0E5CE; }

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

This div background color is #F0E5CE.

Border color

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

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

This div border color is #F0E5CE.

Opacity

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

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

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

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

This text has shadow with #F0E5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0E5CE.

Preview

Color preview on black background

This text has color #F0E5CE on black background.


Color preview on white background

This text has color #F0E5CE on white background.


Black color preview on #F0E5CE background

This text has black color on #F0E5CE background.


White color preview on #F0E5CE background

This text has white color on #F0E5CE background.


Related colors

Complementary color

Complementary color for #hex is #0F1A31.


I love getcolorcode.com

Triadic colors

1 #CEF0E5 and #E5CEF0 with #F0E5CE are triadic colors.

2 #CEE5F0 and #E5F0CE with #F0E5CE are triadic colors.