COLOR #F0D5CF

HEX: #F0D5CF
RGB: (240,213,207)

Color info

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

RGB color model

#F0D5CF color RGB value is (240,213,207).

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

RGB channels and saturation

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

240
213
207

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

Portions of RGB colors in percentages

R + G + B =
240 + 213 + 207 = 660 (100%)
R 240 of 660 ~ 36.36%
G 213 of 660 ~ 32.27%
B 207 of 660 ~ 31.36%

%36.36
%32.27
%31.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.25%
  • yellow value is 13.75%
  • 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
%13.75
%5.88

Codes

Color #F0D5CF in popluar color models

F0D5CF
RGB240213207
HSL11°52.38%87.65%
HSB/HSV11°13.75%94.12%
CMYK0.00%11.25%13.75%
5.88%

Color #F0D5CF in popluar number systems.

HEXF0D5CF
Decimal240213207
Binary111100001101010111001111
Octal360325317

Shades and tints

Shades of #F0D5CF

#F0D5CF
(240,213,207)
#DBC2BD
(219,194,189)
#C6AFAB
(198,175,171)
#B19C99
(177,156,153)
#9C8987
(156,137,135)
#877675
(135,118,117)
#726363
(114,99,99)
#5D5051
(93,80,81)
#483D3F
(72,61,63)
#332A2D
(51,42,45)
#1E171B
(30,23,27)
#000000
(0,0,0)

Tints of #F0D5CF

#F0D5CF
(240,213,207)
#F1D8D3
(241,216,211)
#F2DBD7
(242,219,215)
#F3DEDB
(243,222,219)
#F4E1DF
(244,225,223)
#F5E4E3
(245,228,227)
#F6E7E7
(246,231,231)
#F7EAEB
(247,234,235)
#F8EDEF
(248,237,239)
#F9F0F3
(249,240,243)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D5CF; }

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

This text font color is #F0D5CF.


Background Color

.myBgColor { background-color: #F0D5CF; }

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

This div background color is #F0D5CF.


Border color

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

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

This div border color is #F0D5CF.


Opacity

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

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

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

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

This text has shadow with #F0D5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D5CF on black background.


Color preview on white background

This text has color #F0D5CF on white background.



Black color preview on #F0D5CF background

This text has black color on #F0D5CF background.


White color preview on #F0D5CF background

This text has white color on #F0D5CF background.