COLOR #F0D8CA

HEX: #F0D8CA
RGB: (240,216,202)

Color info

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

RGB color model

#F0D8CA color RGB value is (240,216,202).

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

RGB channels and saturation

R 240 of 255 = 94%
G 216 of 255 = 85%
B 202 of 255 = 79%

240
216
202

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

Portions of RGB colors in percentages

R + G + B =
240 + 216 + 202 = 658 (100%)
R 240 of 658 ~ 36.47%
G 216 of 658 ~ 32.83%
B 202 of 658 ~ 30.7%

%36.47
%32.83
%30.7

CMYK color model

#F0D8CA color CMYK value is (0,10,16,6).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 15.83%
  • key color value is 5.88%
CMYK:
(0,10,16,6)
C0M10Y16K6 
(0%,10%,16%,6%)
(0.00/0.10/0.16/0.06)	

CMYK percentages

%0
%10
%15.83
%5.88

Codes

Color #F0D8CA in popluar color models

F0D8CA
RGB240216202
HSL22°55.88%86.67%
HSB/HSV22°15.83%94.12%
CMYK0.00%10.00%15.83%
5.88%

Color #F0D8CA in popluar number systems.

HEXF0D8CA
Decimal240216202
Binary111100001101100011001010
Octal360330312

Shades and tints

Shades of #F0D8CA

#F0D8CA
(240,216,202)
#DBC5B8
(219,197,184)
#C6B2A6
(198,178,166)
#B19F94
(177,159,148)
#9C8C82
(156,140,130)
#877970
(135,121,112)
#72665E
(114,102,94)
#5D534C
(93,83,76)
#48403A
(72,64,58)
#332D28
(51,45,40)
#1E1A16
(30,26,22)
#000000
(0,0,0)

Tints of #F0D8CA

#F0D8CA
(240,216,202)
#F1DBCE
(241,219,206)
#F2DED2
(242,222,210)
#F3E1D6
(243,225,214)
#F4E4DA
(244,228,218)
#F5E7DE
(245,231,222)
#F6EAE2
(246,234,226)
#F7EDE6
(247,237,230)
#F8F0EA
(248,240,234)
#F9F3EE
(249,243,238)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D8CA; }

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

This text font color is #F0D8CA.


Background Color

.myBgColor { background-color: #F0D8CA; }

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

This div background color is #F0D8CA.


Border color

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

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

This div border color is #F0D8CA.


Opacity

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

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

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

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

This text has shadow with #F0D8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D8CA on black background.


Color preview on white background

This text has color #F0D8CA on white background.



Black color preview on #F0D8CA background

This text has black color on #F0D8CA background.


White color preview on #F0D8CA background

This text has white color on #F0D8CA background.