COLOR #F0DFCE

HEX: #F0DFCE
RGB: (240,223,206)

Color info

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

RGB color model

#F0DFCE color RGB value is (240,223,206).

  • red value is 240;
  • green value is 223;
  • blue value is 206.
RGB:
(240,223,206)
(94%,87%,81%)

RGB channels and saturation

R 240 of 255 = 94%
G 223 of 255 = 87%
B 206 of 255 = 81%

240
223
206

R + G + B ~ 87%. #F0DFCE is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 223 + 206 = 669 (100%)
R 240 of 669 ~ 35.87%
G 223 of 669 ~ 33.33%
B 206 of 669 ~ 30.79%

%35.87
%33.33
%30.79

CMYK color model

#F0DFCE color CMYK value is (0,7,14,6).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 14.17%
  • key color value is 5.88%
CMYK:
(0,7,14,6)
C0M7Y14K6 
(0%,7%,14%,6%)
(0.00/0.07/0.14/0.06)	

CMYK percentages

%0
%7.08
%14.17
%5.88

Codes

Color #F0DFCE in popluar color models

F0DFCE
RGB240223206
HSL30°53.13%87.45%
HSB/HSV30°14.17%94.12%
CMYK0.00%7.08%14.17%
5.88%

Color #F0DFCE in popluar number systems.

HEXF0DFCE
Decimal240223206
Binary111100001101111111001110
Octal360337316

Shades and tints

Shades of #F0DFCE

#F0DFCE
(240,223,206)
#DBCBBC
(219,203,188)
#C6B7AA
(198,183,170)
#B1A398
(177,163,152)
#9C8F86
(156,143,134)
#877B74
(135,123,116)
#726762
(114,103,98)
#5D5350
(93,83,80)
#483F3E
(72,63,62)
#332B2C
(51,43,44)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #F0DFCE

#F0DFCE
(240,223,206)
#F1E1D2
(241,225,210)
#F2E3D6
(242,227,214)
#F3E5DA
(243,229,218)
#F4E7DE
(244,231,222)
#F5E9E2
(245,233,226)
#F6EBE6
(246,235,230)
#F7EDEA
(247,237,234)
#F8EFEE
(248,239,238)
#F9F1F2
(249,241,242)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DFCE; }

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

This text font color is #F0DFCE.


Background Color

.myBgColor { background-color: #F0DFCE; }

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

This div background color is #F0DFCE.


Border color

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

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

This div border color is #F0DFCE.


Opacity

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

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

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

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

This text has shadow with #F0DFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DFCE on black background.


Color preview on white background

This text has color #F0DFCE on white background.



Black color preview on #F0DFCE background

This text has black color on #F0DFCE background.


White color preview on #F0DFCE background

This text has white color on #F0DFCE background.