COLOR #F0D5CE

HEX: #F0D5CE
RGB: (240,213,206)

Color info

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

RGB color model

#F0D5CE color RGB value is (240,213,206).

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

RGB channels and saturation

R 240 of 255 = 94%
G 213 of 255 = 84%
B 206 of 255 = 81%

240
213
206

R + G + B ~ 86%. #F0D5CE is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 213 + 206 = 659 (100%)
R 240 of 659 ~ 36.42%
G 213 of 659 ~ 32.32%
B 206 of 659 ~ 31.26%

%36.42
%32.32
%31.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.25%
  • yellow value is 14.17%
  • key color value is 5.88%
CMYK:
(0,11,14,6)
C0M11Y14K6 
(0%,11%,14%,6%)
(0.00/0.11/0.14/0.06)	

CMYK percentages

%0
%11.25
%14.17
%5.88

Codes

Color #F0D5CE in popluar color models

F0D5CE
RGB240213206
HSL12°53.13%87.45%
HSB/HSV12°14.17%94.12%
CMYK0.00%11.25%14.17%
5.88%

Color #F0D5CE in popluar number systems.

HEXF0D5CE
Decimal240213206
Binary111100001101010111001110
Octal360325316

Shades and tints

Shades of #F0D5CE

#F0D5CE
(240,213,206)
#DBC2BC
(219,194,188)
#C6AFAA
(198,175,170)
#B19C98
(177,156,152)
#9C8986
(156,137,134)
#877674
(135,118,116)
#726362
(114,99,98)
#5D5050
(93,80,80)
#483D3E
(72,61,62)
#332A2C
(51,42,44)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #F0D5CE

#F0D5CE
(240,213,206)
#F1D8D2
(241,216,210)
#F2DBD6
(242,219,214)
#F3DEDA
(243,222,218)
#F4E1DE
(244,225,222)
#F5E4E2
(245,228,226)
#F6E7E6
(246,231,230)
#F7EAEA
(247,234,234)
#F8EDEE
(248,237,238)
#F9F0F2
(249,240,242)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D5CE; }

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

This text font color is #F0D5CE.


Background Color

.myBgColor { background-color: #F0D5CE; }

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

This div background color is #F0D5CE.


Border color

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

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

This div border color is #F0D5CE.


Opacity

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

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

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

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

This text has shadow with #F0D5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D5CE on black background.


Color preview on white background

This text has color #F0D5CE on white background.



Black color preview on #F0D5CE background

This text has black color on #F0D5CE background.


White color preview on #F0D5CE background

This text has white color on #F0D5CE background.