COLOR #F0D9CA

HEX: #F0D9CA
RGB: (240,217,202)

Color info

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

RGB color model

#F0D9CA color RGB value is (240,217,202).

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

RGB channels and saturation

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

240
217
202

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

Portions of RGB colors in percentages

R + G + B =
240 + 217 + 202 = 659 (100%)
R 240 of 659 ~ 36.42%
G 217 of 659 ~ 32.93%
B 202 of 659 ~ 30.65%

%36.42
%32.93
%30.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.58%
  • 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
%9.58
%15.83
%5.88

Codes

Color #F0D9CA in popluar color models

F0D9CA
RGB240217202
HSL24°55.88%86.67%
HSB/HSV24°15.83%94.12%
CMYK0.00%9.58%15.83%
5.88%

Color #F0D9CA in popluar number systems.

HEXF0D9CA
Decimal240217202
Binary111100001101100111001010
Octal360331312

Shades and tints

Shades of #F0D9CA

#F0D9CA
(240,217,202)
#DBC6B8
(219,198,184)
#C6B3A6
(198,179,166)
#B1A094
(177,160,148)
#9C8D82
(156,141,130)
#877A70
(135,122,112)
#72675E
(114,103,94)
#5D544C
(93,84,76)
#48413A
(72,65,58)
#332E28
(51,46,40)
#1E1B16
(30,27,22)
#000000
(0,0,0)

Tints of #F0D9CA

#F0D9CA
(240,217,202)
#F1DCCE
(241,220,206)
#F2DFD2
(242,223,210)
#F3E2D6
(243,226,214)
#F4E5DA
(244,229,218)
#F5E8DE
(245,232,222)
#F6EBE2
(246,235,226)
#F7EEE6
(247,238,230)
#F8F1EA
(248,241,234)
#F9F4EE
(249,244,238)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D9CA; }

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

This text font color is #F0D9CA.


Background Color

.myBgColor { background-color: #F0D9CA; }

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

This div background color is #F0D9CA.


Border color

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

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

This div border color is #F0D9CA.


Opacity

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

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

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

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

This text has shadow with #F0D9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D9CA on black background.


Color preview on white background

This text has color #F0D9CA on white background.



Black color preview on #F0D9CA background

This text has black color on #F0D9CA background.


White color preview on #F0D9CA background

This text has white color on #F0D9CA background.