COLOR #F0D1CE

HEX: #F0D1CE
RGB: (240,209,206)

Color info

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

RGB color model

#F0D1CE color RGB value is (240,209,206).

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

RGB channels and saturation

R 240 of 255 = 94%
G 209 of 255 = 82%
B 206 of 255 = 81%

240
209
206

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

Portions of RGB colors in percentages

R + G + B =
240 + 209 + 206 = 655 (100%)
R 240 of 655 ~ 36.64%
G 209 of 655 ~ 31.91%
B 206 of 655 ~ 31.45%

%36.64
%31.91
%31.45

CMYK color model

#F0D1CE color CMYK value is (0,13,14,6).

  • cyan value is 0.00%
  • magenta value is 12.92%
  • yellow value is 14.17%
  • key color value is 5.88%
CMYK:
(0,13,14,6)
C0M13Y14K6 
(0%,13%,14%,6%)
(0.00/0.13/0.14/0.06)	

CMYK percentages

%0
%12.92
%14.17
%5.88

Codes

Color #F0D1CE in popluar color models

F0D1CE
RGB240209206
HSL53.13%87.45%
HSB/HSV14.17%94.12%
CMYK0.00%12.92%14.17%
5.88%

Color #F0D1CE in popluar number systems.

HEXF0D1CE
Decimal240209206
Binary111100001101000111001110
Octal360321316

Shades and tints

Shades of #F0D1CE

#F0D1CE
(240,209,206)
#DBBEBC
(219,190,188)
#C6ABAA
(198,171,170)
#B19898
(177,152,152)
#9C8586
(156,133,134)
#877274
(135,114,116)
#725F62
(114,95,98)
#5D4C50
(93,76,80)
#48393E
(72,57,62)
#33262C
(51,38,44)
#1E131A
(30,19,26)
#000000
(0,0,0)

Tints of #F0D1CE

#F0D1CE
(240,209,206)
#F1D5D2
(241,213,210)
#F2D9D6
(242,217,214)
#F3DDDA
(243,221,218)
#F4E1DE
(244,225,222)
#F5E5E2
(245,229,226)
#F6E9E6
(246,233,230)
#F7EDEA
(247,237,234)
#F8F1EE
(248,241,238)
#F9F5F2
(249,245,242)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D1CE; }

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

This text font color is #F0D1CE.


Background Color

.myBgColor { background-color: #F0D1CE; }

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

This div background color is #F0D1CE.


Border color

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

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

This div border color is #F0D1CE.


Opacity

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

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

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

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

This text has shadow with #F0D1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D1CE on black background.


Color preview on white background

This text has color #F0D1CE on white background.



Black color preview on #F0D1CE background

This text has black color on #F0D1CE background.


White color preview on #F0D1CE background

This text has white color on #F0D1CE background.