COLOR #F0D0BE

HEX: #F0D0BE
RGB: (240,208,190)

Color info

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

RGB color model

#F0D0BE color RGB value is (240,208,190).

  • red value is 240;
  • green value is 208;
  • blue value is 190.
RGB:
(240,208,190)
(94%,82%,75%)

RGB channels and saturation

R 240 of 255 = 94%
G 208 of 255 = 82%
B 190 of 255 = 75%

240
208
190

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

Portions of RGB colors in percentages

R + G + B =
240 + 208 + 190 = 638 (100%)
R 240 of 638 ~ 37.62%
G 208 of 638 ~ 32.6%
B 190 of 638 ~ 29.78%

%37.62
%32.6
%29.78

CMYK color model

#F0D0BE color CMYK value is (0,13,21,6).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 20.83%
  • key color value is 5.88%
CMYK:
(0,13,21,6)
C0M13Y21K6 
(0%,13%,21%,6%)
(0.00/0.13/0.21/0.06)	

CMYK percentages

%0
%13.33
%20.83
%5.88

Codes

Color #F0D0BE in popluar color models

F0D0BE
RGB240208190
HSL22°62.50%84.31%
HSB/HSV22°20.83%94.12%
CMYK0.00%13.33%20.83%
5.88%

Color #F0D0BE in popluar number systems.

HEXF0D0BE
Decimal240208190
Binary111100001101000010111110
Octal360320276

Shades and tints

Shades of #F0D0BE

#F0D0BE
(240,208,190)
#DBBEAD
(219,190,173)
#C6AC9C
(198,172,156)
#B19A8B
(177,154,139)
#9C887A
(156,136,122)
#877669
(135,118,105)
#726458
(114,100,88)
#5D5247
(93,82,71)
#484036
(72,64,54)
#332E25
(51,46,37)
#1E1C14
(30,28,20)
#000000
(0,0,0)

Tints of #F0D0BE

#F0D0BE
(240,208,190)
#F1D4C3
(241,212,195)
#F2D8C8
(242,216,200)
#F3DCCD
(243,220,205)
#F4E0D2
(244,224,210)
#F5E4D7
(245,228,215)
#F6E8DC
(246,232,220)
#F7ECE1
(247,236,225)
#F8F0E6
(248,240,230)
#F9F4EB
(249,244,235)
#FAF8F0
(250,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D0BE color. Also use rgb(240,208,190) instead hex code.

Text Font Color

.myTextColor { color: #F0D0BE; }

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

This text font color is #F0D0BE.


Background Color

.myBgColor { background-color: #F0D0BE; }

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

This div background color is #F0D0BE.


Border color

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

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

This div border color is #F0D0BE.


Opacity

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

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

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

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

This text has shadow with #F0D0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D0BE on black background.


Color preview on white background

This text has color #F0D0BE on white background.



Black color preview on #F0D0BE background

This text has black color on #F0D0BE background.


White color preview on #F0D0BE background

This text has white color on #F0D0BE background.