COLOR #F0DBBE

HEX: #F0DBBE
RGB: (240,219,190)

Color info

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

RGB color model

#F0DBBE color RGB value is (240,219,190).

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

RGB channels and saturation

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

240
219
190

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

Portions of RGB colors in percentages

R + G + B =
240 + 219 + 190 = 649 (100%)
R 240 of 649 ~ 36.98%
G 219 of 649 ~ 33.74%
B 190 of 649 ~ 29.28%

%36.98
%33.74
%29.28

CMYK color model

#F0DBBE color CMYK value is (0,9,21,6).

  • cyan value is 0.00%
  • magenta value is 8.75%
  • yellow value is 20.83%
  • key color value is 5.88%
CMYK:
(0,9,21,6)
C0M9Y21K6 
(0%,9%,21%,6%)
(0.00/0.09/0.21/0.06)	

CMYK percentages

%0
%8.75
%20.83
%5.88

Codes

Color #F0DBBE in popluar color models

F0DBBE
RGB240219190
HSL35°62.50%84.31%
HSB/HSV35°20.83%94.12%
CMYK0.00%8.75%20.83%
5.88%

Color #F0DBBE in popluar number systems.

HEXF0DBBE
Decimal240219190
Binary111100001101101110111110
Octal360333276

Shades and tints

Shades of #F0DBBE

#F0DBBE
(240,219,190)
#DBC8AD
(219,200,173)
#C6B59C
(198,181,156)
#B1A28B
(177,162,139)
#9C8F7A
(156,143,122)
#877C69
(135,124,105)
#726958
(114,105,88)
#5D5647
(93,86,71)
#484336
(72,67,54)
#333025
(51,48,37)
#1E1D14
(30,29,20)
#000000
(0,0,0)

Tints of #F0DBBE

#F0DBBE
(240,219,190)
#F1DEC3
(241,222,195)
#F2E1C8
(242,225,200)
#F3E4CD
(243,228,205)
#F4E7D2
(244,231,210)
#F5EAD7
(245,234,215)
#F6EDDC
(246,237,220)
#F7F0E1
(247,240,225)
#F8F3E6
(248,243,230)
#F9F6EB
(249,246,235)
#FAF9F0
(250,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DBBE; }

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

This text font color is #F0DBBE.


Background Color

.myBgColor { background-color: #F0DBBE; }

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

This div background color is #F0DBBE.


Border color

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

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

This div border color is #F0DBBE.


Opacity

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

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

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

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

This text has shadow with #F0DBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DBBE on black background.


Color preview on white background

This text has color #F0DBBE on white background.



Black color preview on #F0DBBE background

This text has black color on #F0DBBE background.


White color preview on #F0DBBE background

This text has white color on #F0DBBE background.