COLOR #F0D3CE

HEX: #F0D3CE
RGB: (240,211,206)

Color info

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

RGB color model

#F0D3CE color RGB value is (240,211,206).

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

RGB channels and saturation

R 240 of 255 = 94%
G 211 of 255 = 83%
B 206 of 255 = 81%

240
211
206

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

Portions of RGB colors in percentages

R + G + B =
240 + 211 + 206 = 657 (100%)
R 240 of 657 ~ 36.53%
G 211 of 657 ~ 32.12%
B 206 of 657 ~ 31.35%

%36.53
%32.12
%31.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.08%
  • yellow value is 14.17%
  • key color value is 5.88%
CMYK:
(0,12,14,6)
C0M12Y14K6 
(0%,12%,14%,6%)
(0.00/0.12/0.14/0.06)	

CMYK percentages

%0
%12.08
%14.17
%5.88

Codes

Color #F0D3CE in popluar color models

F0D3CE
RGB240211206
HSL53.13%87.45%
HSB/HSV14.17%94.12%
CMYK0.00%12.08%14.17%
5.88%

Color #F0D3CE in popluar number systems.

HEXF0D3CE
Decimal240211206
Binary111100001101001111001110
Octal360323316

Shades and tints

Shades of #F0D3CE

#F0D3CE
(240,211,206)
#DBC0BC
(219,192,188)
#C6ADAA
(198,173,170)
#B19A98
(177,154,152)
#9C8786
(156,135,134)
#877474
(135,116,116)
#726162
(114,97,98)
#5D4E50
(93,78,80)
#483B3E
(72,59,62)
#33282C
(51,40,44)
#1E151A
(30,21,26)
#000000
(0,0,0)

Tints of #F0D3CE

#F0D3CE
(240,211,206)
#F1D7D2
(241,215,210)
#F2DBD6
(242,219,214)
#F3DFDA
(243,223,218)
#F4E3DE
(244,227,222)
#F5E7E2
(245,231,226)
#F6EBE6
(246,235,230)
#F7EFEA
(247,239,234)
#F8F3EE
(248,243,238)
#F9F7F2
(249,247,242)
#FAFBF6
(250,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D3CE; }

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

This text font color is #F0D3CE.


Background Color

.myBgColor { background-color: #F0D3CE; }

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

This div background color is #F0D3CE.


Border color

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

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

This div border color is #F0D3CE.


Opacity

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

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

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

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

This text has shadow with #F0D3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D3CE on black background.


Color preview on white background

This text has color #F0D3CE on white background.



Black color preview on #F0D3CE background

This text has black color on #F0D3CE background.


White color preview on #F0D3CE background

This text has white color on #F0D3CE background.