COLOR #F0DEBB

HEX: #F0DEBB RGB: (240,222,187)

Color info

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

RGB color model

#F0DEBB color RGB value is (240,222,187).

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

RGB channels and saturation

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

240
222
187

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

Portions of RGB colors in percentages

R + G + B = 240 + 222 + 187 = 649 (100%)
R 240 of 649 ~ 36.98%
G 222 of 649 ~ 34.21%
B 187 of 649 ~ 28.81'%

%36.98
%34.21
%28.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.50%
  • 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.5
%22.08
%5.88

Codes

Color #F0DEBB in popluar color models

F0 DE BB
RGB 240 222 187
HSL 40° 63.86% 83.73%
HSB/HSV 40° 22.08% 94.12%
CMYK 0.00% 7.50% 22.08%
5.88%

Color #F0DEBB in popluar number systems.

HEX F0 DE BB
Decimal 240 222 187
Binary 11110000 11011110 10111011
Octal 360 336 273

Shades and tints

Shades of #F0DEBB

#F0DEBB
(240,222,187)
#DBCAAA
(219,202,170)
#C6B699
(198,182,153)
#B1A288
(177,162,136)
#9C8E77
(156,142,119)
#877A66
(135,122,102)
#726655
(114,102,85)
#5D5244
(93,82,68)
#483E33
(72,62,51)
#332A22
(51,42,34)
#1E1611
(30,22,17)
#000000
(0,0,0)

Tints of #F0DEBB

#F0DEBB
(240,222,187)
#F1E1C1
(241,225,193)
#F2E4C7
(242,228,199)
#F3E7CD
(243,231,205)
#F4EAD3
(244,234,211)
#F5EDD9
(245,237,217)
#F6F0DF
(246,240,223)
#F7F3E5
(247,243,229)
#F8F6EB
(248,246,235)
#F9F9F1
(249,249,241)
#FAFCF7
(250,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DEBB; }

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

This text font color is #F0DEBB.

Background Color

.myBgColor { background-color: #F0DEBB; }

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

This div background color is #F0DEBB.

Border color

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

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

This div border color is #F0DEBB.

Opacity

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

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

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

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

This text has shadow with #F0DEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DEBB.

Preview

Color preview on black background

This text has color #F0DEBB on black background.


Color preview on white background

This text has color #F0DEBB on white background.


Black color preview on #F0DEBB background

This text has black color on #F0DEBB background.


White color preview on #F0DEBB background

This text has white color on #F0DEBB background.


Related colors

Complementary color

Complementary color for #hex is #0F2144.


I love getcolorcode.com

Triadic colors

1 #BBF0DE and #DEBBF0 with #F0DEBB are triadic colors.

2 #BBDEF0 and #DEF0BB with #F0DEBB are triadic colors.