COLOR #F0DCBE

HEX: #F0DCBE
RGB: (240,220,190)

Color info

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

RGB color model

#F0DCBE color RGB value is (240,220,190).

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

RGB channels and saturation

R 240 of 255 = 94%
G 220 of 255 = 86%
B 190 of 255 = 75%

240
220
190

R + G + B ~ 85%. #F0DCBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 220 + 190 = 650 (100%)
R 240 of 650 ~ 36.92%
G 220 of 650 ~ 33.85%
B 190 of 650 ~ 29.23%

%36.92
%33.85
%29.23

CMYK color model

#F0DCBE color CMYK value is (0,8,21,6).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 20.83%
  • key color value is 5.88%
CMYK:
(0,8,21,6)
C0M8Y21K6 
(0%,8%,21%,6%)
(0.00/0.08/0.21/0.06)	

CMYK percentages

%0
%8.33
%20.83
%5.88

Codes

Color #F0DCBE in popluar color models

F0DCBE
RGB240220190
HSL36°62.50%84.31%
HSB/HSV36°20.83%94.12%
CMYK0.00%8.33%20.83%
5.88%

Color #F0DCBE in popluar number systems.

HEXF0DCBE
Decimal240220190
Binary111100001101110010111110
Octal360334276

Shades and tints

Shades of #F0DCBE

#F0DCBE
(240,220,190)
#DBC8AD
(219,200,173)
#C6B49C
(198,180,156)
#B1A08B
(177,160,139)
#9C8C7A
(156,140,122)
#877869
(135,120,105)
#726458
(114,100,88)
#5D5047
(93,80,71)
#483C36
(72,60,54)
#332825
(51,40,37)
#1E1414
(30,20,20)
#000000
(0,0,0)

Tints of #F0DCBE

#F0DCBE
(240,220,190)
#F1DFC3
(241,223,195)
#F2E2C8
(242,226,200)
#F3E5CD
(243,229,205)
#F4E8D2
(244,232,210)
#F5EBD7
(245,235,215)
#F6EEDC
(246,238,220)
#F7F1E1
(247,241,225)
#F8F4E6
(248,244,230)
#F9F7EB
(249,247,235)
#FAFAF0
(250,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DCBE; }

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

This text font color is #F0DCBE.


Background Color

.myBgColor { background-color: #F0DCBE; }

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

This div background color is #F0DCBE.


Border color

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

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

This div border color is #F0DCBE.


Opacity

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

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

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

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

This text has shadow with #F0DCBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DCBE on black background.


Color preview on white background

This text has color #F0DCBE on white background.



Black color preview on #F0DCBE background

This text has black color on #F0DCBE background.


White color preview on #F0DCBE background

This text has white color on #F0DCBE background.