COLOR #F0D9CB

HEX: #F0D9CB
RGB: (240,217,203)

Color info

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

RGB color model

#F0D9CB color RGB value is (240,217,203).

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

RGB channels and saturation

R 240 of 255 = 94%
G 217 of 255 = 85%
B 203 of 255 = 80%

240
217
203

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

Portions of RGB colors in percentages

R + G + B =
240 + 217 + 203 = 660 (100%)
R 240 of 660 ~ 36.36%
G 217 of 660 ~ 32.88%
B 203 of 660 ~ 30.76%

%36.36
%32.88
%30.76

CMYK color model

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

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

Codes

Color #F0D9CB in popluar color models

F0D9CB
RGB240217203
HSL23°55.22%86.86%
HSB/HSV23°15.42%94.12%
CMYK0.00%9.58%15.42%
5.88%

Color #F0D9CB in popluar number systems.

HEXF0D9CB
Decimal240217203
Binary111100001101100111001011
Octal360331313

Shades and tints

Shades of #F0D9CB

#F0D9CB
(240,217,203)
#DBC6B9
(219,198,185)
#C6B3A7
(198,179,167)
#B1A095
(177,160,149)
#9C8D83
(156,141,131)
#877A71
(135,122,113)
#72675F
(114,103,95)
#5D544D
(93,84,77)
#48413B
(72,65,59)
#332E29
(51,46,41)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #F0D9CB

#F0D9CB
(240,217,203)
#F1DCCF
(241,220,207)
#F2DFD3
(242,223,211)
#F3E2D7
(243,226,215)
#F4E5DB
(244,229,219)
#F5E8DF
(245,232,223)
#F6EBE3
(246,235,227)
#F7EEE7
(247,238,231)
#F8F1EB
(248,241,235)
#F9F4EF
(249,244,239)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D9CB; }

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

This text font color is #F0D9CB.


Background Color

.myBgColor { background-color: #F0D9CB; }

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

This div background color is #F0D9CB.


Border color

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

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

This div border color is #F0D9CB.


Opacity

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

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

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

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

This text has shadow with #F0D9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D9CB on black background.


Color preview on white background

This text has color #F0D9CB on white background.



Black color preview on #F0D9CB background

This text has black color on #F0D9CB background.


White color preview on #F0D9CB background

This text has white color on #F0D9CB background.