COLOR #F0D3BF

HEX: #F0D3BF
RGB: (240,211,191)

Color info

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

RGB color model

#F0D3BF color RGB value is (240,211,191).

  • red value is 240;
  • green value is 211;
  • blue value is 191.
RGB:
(240,211,191)
(94%,83%,75%)

RGB channels and saturation

R 240 of 255 = 94%
G 211 of 255 = 83%
B 191 of 255 = 75%

240
211
191

R + G + B ~ 84%. #F0D3BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 211 + 191 = 642 (100%)
R 240 of 642 ~ 37.38%
G 211 of 642 ~ 32.87%
B 191 of 642 ~ 29.75%

%37.38
%32.87
%29.75

CMYK color model

#F0D3BF color CMYK value is (0,12,20,6).

  • cyan value is 0.00%
  • magenta value is 12.08%
  • yellow value is 20.42%
  • key color value is 5.88%
CMYK:
(0,12,20,6)
C0M12Y20K6 
(0%,12%,20%,6%)
(0.00/0.12/0.20/0.06)	

CMYK percentages

%0
%12.08
%20.42
%5.88

Codes

Color #F0D3BF in popluar color models

F0D3BF
RGB240211191
HSL24°62.03%84.51%
HSB/HSV24°20.42%94.12%
CMYK0.00%12.08%20.42%
5.88%

Color #F0D3BF in popluar number systems.

HEXF0D3BF
Decimal240211191
Binary111100001101001110111111
Octal360323277

Shades and tints

Shades of #F0D3BF

#F0D3BF
(240,211,191)
#DBC0AE
(219,192,174)
#C6AD9D
(198,173,157)
#B19A8C
(177,154,140)
#9C877B
(156,135,123)
#87746A
(135,116,106)
#726159
(114,97,89)
#5D4E48
(93,78,72)
#483B37
(72,59,55)
#332826
(51,40,38)
#1E1515
(30,21,21)
#000000
(0,0,0)

Tints of #F0D3BF

#F0D3BF
(240,211,191)
#F1D7C4
(241,215,196)
#F2DBC9
(242,219,201)
#F3DFCE
(243,223,206)
#F4E3D3
(244,227,211)
#F5E7D8
(245,231,216)
#F6EBDD
(246,235,221)
#F7EFE2
(247,239,226)
#F8F3E7
(248,243,231)
#F9F7EC
(249,247,236)
#FAFBF1
(250,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D3BF color. Also use rgb(240,211,191) instead hex code.

Text Font Color

.myTextColor { color: #F0D3BF; }

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

This text font color is #F0D3BF.


Background Color

.myBgColor { background-color: #F0D3BF; }

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

This div background color is #F0D3BF.


Border color

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

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

This div border color is #F0D3BF.


Opacity

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

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

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

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

This text has shadow with #F0D3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D3BF on black background.


Color preview on white background

This text has color #F0D3BF on white background.



Black color preview on #F0D3BF background

This text has black color on #F0D3BF background.


White color preview on #F0D3BF background

This text has white color on #F0D3BF background.