COLOR #F0D4CD

HEX: #F0D4CD
RGB: (240,212,205)

Color info

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

RGB color model

#F0D4CD color RGB value is (240,212,205).

  • red value is 240;
  • green value is 212;
  • blue value is 205.
RGB:
(240,212,205)
(94%,83%,80%)

RGB channels and saturation

R 240 of 255 = 94%
G 212 of 255 = 83%
B 205 of 255 = 80%

240
212
205

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

Portions of RGB colors in percentages

R + G + B =
240 + 212 + 205 = 657 (100%)
R 240 of 657 ~ 36.53%
G 212 of 657 ~ 32.27%
B 205 of 657 ~ 31.2%

%36.53
%32.27
%31.2

CMYK color model

#F0D4CD color CMYK value is (0,12,15,6).

  • cyan value is 0.00%
  • magenta value is 11.67%
  • yellow value is 14.58%
  • key color value is 5.88%
CMYK:
(0,12,15,6)
C0M12Y15K6 
(0%,12%,15%,6%)
(0.00/0.12/0.15/0.06)	

CMYK percentages

%0
%11.67
%14.58
%5.88

Codes

Color #F0D4CD in popluar color models

F0D4CD
RGB240212205
HSL12°53.85%87.25%
HSB/HSV12°14.58%94.12%
CMYK0.00%11.67%14.58%
5.88%

Color #F0D4CD in popluar number systems.

HEXF0D4CD
Decimal240212205
Binary111100001101010011001101
Octal360324315

Shades and tints

Shades of #F0D4CD

#F0D4CD
(240,212,205)
#DBC1BB
(219,193,187)
#C6AEA9
(198,174,169)
#B19B97
(177,155,151)
#9C8885
(156,136,133)
#877573
(135,117,115)
#726261
(114,98,97)
#5D4F4F
(93,79,79)
#483C3D
(72,60,61)
#33292B
(51,41,43)
#1E1619
(30,22,25)
#000000
(0,0,0)

Tints of #F0D4CD

#F0D4CD
(240,212,205)
#F1D7D1
(241,215,209)
#F2DAD5
(242,218,213)
#F3DDD9
(243,221,217)
#F4E0DD
(244,224,221)
#F5E3E1
(245,227,225)
#F6E6E5
(246,230,229)
#F7E9E9
(247,233,233)
#F8ECED
(248,236,237)
#F9EFF1
(249,239,241)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D4CD color. Also use rgb(240,212,205) instead hex code.

Text Font Color

.myTextColor { color: #F0D4CD; }

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

This text font color is #F0D4CD.


Background Color

.myBgColor { background-color: #F0D4CD; }

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

This div background color is #F0D4CD.


Border color

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

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

This div border color is #F0D4CD.


Opacity

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

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

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

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

This text has shadow with #F0D4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D4CD on black background.


Color preview on white background

This text has color #F0D4CD on white background.



Black color preview on #F0D4CD background

This text has black color on #F0D4CD background.


White color preview on #F0D4CD background

This text has white color on #F0D4CD background.