COLOR #F0DDBB

HEX: #F0DDBB RGB: (240,221,187)

Color info

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

RGB color model

#F0DDBB color RGB value is (240,221,187).

RGB: (240,221,187) (94%, 87%, 73%)

RGB channels and saturation

R 240 of 255 = 94%
G 221 of 255 = 87%
B 187 of 255 = 73%

240
221
187

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

Portions of RGB colors in percentages

R + G + B = 240 + 221 + 187 = 648 (100%)
R 240 of 648 ~ 37.04%
G 221 of 648 ~ 34.1%
B 187 of 648 ~ 28.86'%

%37.04
%34.1
%28.86

CMYK color model

#F0DDBB color CMYK value is (0,8,22,6).

  • cyan value is 0.00%
  • magenta value is 7.92%
  • yellow value is 22.08%
  • key color value is 5.88%
CMYK: (0,8,22,6) C0M8Y22K6 (0%,8%,22%,6%) (0.00/0.08/0.22/0.06) 

CMYK percentages

%0
%7.92
%22.08
%5.88

Codes

Color #F0DDBB in popluar color models

F0 DD BB
RGB 240 221 187
HSL 38° 63.86% 83.73%
HSB/HSV 38° 22.08% 94.12%
CMYK 0.00% 7.92% 22.08%
5.88%

Color #F0DDBB in popluar number systems.

HEX F0 DD BB
Decimal 240 221 187
Binary 11110000 11011101 10111011
Octal 360 335 273

Shades and tints

Shades of #F0DDBB

#F0DDBB
(240,221,187)
#DBC9AA
(219,201,170)
#C6B599
(198,181,153)
#B1A188
(177,161,136)
#9C8D77
(156,141,119)
#877966
(135,121,102)
#726555
(114,101,85)
#5D5144
(93,81,68)
#483D33
(72,61,51)
#332922
(51,41,34)
#1E1511
(30,21,17)
#000000
(0,0,0)

Tints of #F0DDBB

#F0DDBB
(240,221,187)
#F1E0C1
(241,224,193)
#F2E3C7
(242,227,199)
#F3E6CD
(243,230,205)
#F4E9D3
(244,233,211)
#F5ECD9
(245,236,217)
#F6EFDF
(246,239,223)
#F7F2E5
(247,242,229)
#F8F5EB
(248,245,235)
#F9F8F1
(249,248,241)
#FAFBF7
(250,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DDBB color. Also use rgb(240,221,187) instead hex code.

Text Font Color

.myTextColor { color: #F0DDBB; }

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

This text font color is #F0DDBB.

Background Color

.myBgColor { background-color: #F0DDBB; }

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

This div background color is #F0DDBB.

Border color

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

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

This div border color is #F0DDBB.

Opacity

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

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

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

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

This text has shadow with #F0DDBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DDBB.

Preview

Color preview on black background

This text has color #F0DDBB on black background.


Color preview on white background

This text has color #F0DDBB on white background.


Black color preview on #F0DDBB background

This text has black color on #F0DDBB background.


White color preview on #F0DDBB background

This text has white color on #F0DDBB background.


Related colors

Complementary color

Complementary color for #hex is #0F2244.


I love getcolorcode.com

Triadic colors

1 #BBF0DD and #DDBBF0 with #F0DDBB are triadic colors.

2 #BBDDF0 and #DDF0BB with #F0DDBB are triadic colors.