COLOR #F0D5CB

HEX: #F0D5CB
RGB: (240,213,203)

Color info

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

RGB color model

#F0D5CB color RGB value is (240,213,203).

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

RGB channels and saturation

R 240 of 255 = 94%
G 213 of 255 = 84%
B 203 of 255 = 80%

240
213
203

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

Portions of RGB colors in percentages

R + G + B =
240 + 213 + 203 = 656 (100%)
R 240 of 656 ~ 36.59%
G 213 of 656 ~ 32.47%
B 203 of 656 ~ 30.95%

%36.59
%32.47
%30.95

CMYK color model

#F0D5CB color CMYK value is (0,11,15,6).

  • cyan value is 0.00%
  • magenta value is 11.25%
  • yellow value is 15.42%
  • key color value is 5.88%
CMYK:
(0,11,15,6)
C0M11Y15K6 
(0%,11%,15%,6%)
(0.00/0.11/0.15/0.06)	

CMYK percentages

%0
%11.25
%15.42
%5.88

Codes

Color #F0D5CB in popluar color models

F0D5CB
RGB240213203
HSL16°55.22%86.86%
HSB/HSV16°15.42%94.12%
CMYK0.00%11.25%15.42%
5.88%

Color #F0D5CB in popluar number systems.

HEXF0D5CB
Decimal240213203
Binary111100001101010111001011
Octal360325313

Shades and tints

Shades of #F0D5CB

#F0D5CB
(240,213,203)
#DBC2B9
(219,194,185)
#C6AFA7
(198,175,167)
#B19C95
(177,156,149)
#9C8983
(156,137,131)
#877671
(135,118,113)
#72635F
(114,99,95)
#5D504D
(93,80,77)
#483D3B
(72,61,59)
#332A29
(51,42,41)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #F0D5CB

#F0D5CB
(240,213,203)
#F1D8CF
(241,216,207)
#F2DBD3
(242,219,211)
#F3DED7
(243,222,215)
#F4E1DB
(244,225,219)
#F5E4DF
(245,228,223)
#F6E7E3
(246,231,227)
#F7EAE7
(247,234,231)
#F8EDEB
(248,237,235)
#F9F0EF
(249,240,239)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D5CB; }

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

This text font color is #F0D5CB.


Background Color

.myBgColor { background-color: #F0D5CB; }

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

This div background color is #F0D5CB.


Border color

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

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

This div border color is #F0D5CB.


Opacity

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

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

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

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

This text has shadow with #F0D5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D5CB on black background.


Color preview on white background

This text has color #F0D5CB on white background.



Black color preview on #F0D5CB background

This text has black color on #F0D5CB background.


White color preview on #F0D5CB background

This text has white color on #F0D5CB background.