COLOR #F0DEDB

HEX: #F0DEDB RGB: (240,222,219)

Color info

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

RGB color model

#F0DEDB color RGB value is (240,222,219).

RGB: (240,222,219) (94%, 87%, 86%)

RGB channels and saturation

R 240 of 255 = 94%
G 222 of 255 = 87%
B 219 of 255 = 86%

240
222
219

R + G + B ~ 89%. #F0DEDB is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 222 + 219 = 681 (100%)
R 240 of 681 ~ 35.24%
G 222 of 681 ~ 32.6%
B 219 of 681 ~ 32.16'%

%35.24
%32.6
%32.16

CMYK color model

#F0DEDB color CMYK value is (0,8,9,6).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 8.75%
  • key color value is 5.88%

CMYK: (0,8,9,6)
C0M8Y9K6 (0%, 8%, 9%, 6%)
(0.00 / 0.08 / 0.09 / 0.06)

CMYK percentages

%0
%7.5
%8.75
%5.88

Codes

Color #F0DEDB in popluar color models

F0 DE DB
RGB 240 222 219
HSL 41.18% 90.00%
HSB/HSV 8.75% 94.12%
CMYK 0.00% 7.50% 8.75%
5.88%

Color #F0DEDB in popluar number systems.

HEX F0 DE DB
Decimal 240 222 219
Binary 11110000 11011110 11011011
Octal 360 336 333

Shades and tints

Shades of #F0DEDB

#F0DEDB
(240,222,219)
#DBCAC8
(219,202,200)
#C6B6B5
(198,182,181)
#B1A2A2
(177,162,162)
#9C8E8F
(156,142,143)
#877A7C
(135,122,124)
#726669
(114,102,105)
#5D5256
(93,82,86)
#483E43
(72,62,67)
#332A30
(51,42,48)
#1E161D
(30,22,29)
#000000
(0,0,0)

Tints of #F0DEDB

#F0DEDB
(240,222,219)
#F1E1DE
(241,225,222)
#F2E4E1
(242,228,225)
#F3E7E4
(243,231,228)
#F4EAE7
(244,234,231)
#F5EDEA
(245,237,234)
#F6F0ED
(246,240,237)
#F7F3F0
(247,243,240)
#F8F6F3
(248,246,243)
#F9F9F6
(249,249,246)
#FAFCF9
(250,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DEDB; }

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

This text font color is #F0DEDB.

Background Color

.myBgColor { background-color: #F0DEDB; }

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

This div background color is #F0DEDB.

Border color

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

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

This div border color is #F0DEDB.

Opacity

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

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

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

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

This text has shadow with #F0DEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DEDB.

Preview

Color preview on black background

This text has color #F0DEDB on black background.


Color preview on white background

This text has color #F0DEDB on white background.


Black color preview on #F0DEDB background

This text has black color on #F0DEDB background.


White color preview on #F0DEDB background

This text has white color on #F0DEDB background.


Related colors

Complementary color

Complementary color for #hex is #0F2124.


I love getcolorcode.com

Triadic colors

1 #DBF0DE and #DEDBF0 with #F0DEDB are triadic colors.

2 #DBDEF0 and #DEF0DB with #F0DEDB are triadic colors.