COLOR #F0D8CC

HEX: #F0D8CC
RGB: (240,216,204)

Color info

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

RGB color model

#F0D8CC color RGB value is (240,216,204).

  • red value is 240;
  • green value is 216;
  • blue value is 204.
RGB:
(240,216,204)
(94%,85%,80%)

RGB channels and saturation

R 240 of 255 = 94%
G 216 of 255 = 85%
B 204 of 255 = 80%

240
216
204

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

Portions of RGB colors in percentages

R + G + B =
240 + 216 + 204 = 660 (100%)
R 240 of 660 ~ 36.36%
G 216 of 660 ~ 32.73%
B 204 of 660 ~ 30.91%

%36.36
%32.73
%30.91

CMYK color model

#F0D8CC color CMYK value is (0,10,15,6).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 15.00%
  • key color value is 5.88%
CMYK:
(0,10,15,6)
C0M10Y15K6 
(0%,10%,15%,6%)
(0.00/0.10/0.15/0.06)	

CMYK percentages

%0
%10
%15
%5.88

Codes

Color #F0D8CC in popluar color models

F0D8CC
RGB240216204
HSL20°54.55%87.06%
HSB/HSV20°15.00%94.12%
CMYK0.00%10.00%15.00%
5.88%

Color #F0D8CC in popluar number systems.

HEXF0D8CC
Decimal240216204
Binary111100001101100011001100
Octal360330314

Shades and tints

Shades of #F0D8CC

#F0D8CC
(240,216,204)
#DBC5BA
(219,197,186)
#C6B2A8
(198,178,168)
#B19F96
(177,159,150)
#9C8C84
(156,140,132)
#877972
(135,121,114)
#726660
(114,102,96)
#5D534E
(93,83,78)
#48403C
(72,64,60)
#332D2A
(51,45,42)
#1E1A18
(30,26,24)
#000000
(0,0,0)

Tints of #F0D8CC

#F0D8CC
(240,216,204)
#F1DBD0
(241,219,208)
#F2DED4
(242,222,212)
#F3E1D8
(243,225,216)
#F4E4DC
(244,228,220)
#F5E7E0
(245,231,224)
#F6EAE4
(246,234,228)
#F7EDE8
(247,237,232)
#F8F0EC
(248,240,236)
#F9F3F0
(249,243,240)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D8CC color. Also use rgb(240,216,204) instead hex code.

Text Font Color

.myTextColor { color: #F0D8CC; }

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

This text font color is #F0D8CC.


Background Color

.myBgColor { background-color: #F0D8CC; }

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

This div background color is #F0D8CC.


Border color

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

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

This div border color is #F0D8CC.


Opacity

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

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

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

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

This text has shadow with #F0D8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D8CC on black background.


Color preview on white background

This text has color #F0D8CC on white background.



Black color preview on #F0D8CC background

This text has black color on #F0D8CC background.


White color preview on #F0D8CC background

This text has white color on #F0D8CC background.