COLOR #F0DBED

HEX: #F0DBED RGB: (240,219,237)

Color info

#F0DBED contains red, green and blue colors in about the same proportion. Web safe color of #F0DBED is #FFCCFF (or #FCF).

RGB color model

#F0DBED color RGB value is (240,219,237).

RGB: (240,219,237) (94%, 86%, 93%)

RGB channels and saturation

R 240 of 255 = 94%
G 219 of 255 = 86%
B 237 of 255 = 93%

240
219
237

R + G + B ~ 91%. #F0DBED is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 219 + 237 = 696 (100%)
R 240 of 696 ~ 34.48%
G 219 of 696 ~ 31.47%
B 237 of 696 ~ 34.05'%

%34.48
%31.47
%34.05

CMYK color model

#F0DBED color CMYK value is (0,9,1,6).

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

CMYK: (0,9,1,6)
C0M9Y1K6 (0%, 9%, 1%, 6%)
(0.00 / 0.09 / 0.01 / 0.06)

CMYK percentages

%0
%8.75
%1.25
%5.88

Codes

Color #F0DBED in popluar color models

F0 DB ED
RGB 240 219 237
HSL 309° 41.18% 90.00%
HSB/HSV 309° 8.75% 94.12%
CMYK 0.00% 8.75% 1.25%
5.88%

Color #F0DBED in popluar number systems.

HEX F0 DB ED
Decimal 240 219 237
Binary 11110000 11011011 11101101
Octal 360 333 355

Shades and tints

Shades of #F0DBED

#F0DBED
(240,219,237)
#DBC8D8
(219,200,216)
#C6B5C3
(198,181,195)
#B1A2AE
(177,162,174)
#9C8F99
(156,143,153)
#877C84
(135,124,132)
#72696F
(114,105,111)
#5D565A
(93,86,90)
#484345
(72,67,69)
#333030
(51,48,48)
#1E1D1B
(30,29,27)
#000000
(0,0,0)

Tints of #F0DBED

#F0DBED
(240,219,237)
#F1DEEE
(241,222,238)
#F2E1EF
(242,225,239)
#F3E4F0
(243,228,240)
#F4E7F1
(244,231,241)
#F5EAF2
(245,234,242)
#F6EDF3
(246,237,243)
#F7F0F4
(247,240,244)
#F8F3F5
(248,243,245)
#F9F6F6
(249,246,246)
#FAF9F7
(250,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DBED; }

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

This text font color is #F0DBED.

Background Color

.myBgColor { background-color: #F0DBED; }

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

This div background color is #F0DBED.

Border color

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

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

This div border color is #F0DBED.

Opacity

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

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

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

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

This text has shadow with #F0DBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DBED.

Preview

Color preview on black background

This text has color #F0DBED on black background.


Color preview on white background

This text has color #F0DBED on white background.


Black color preview on #F0DBED background

This text has black color on #F0DBED background.


White color preview on #F0DBED background

This text has white color on #F0DBED background.


Related colors

Complementary color

Complementary color for #hex is #0F2412.


I love getcolorcode.com

Triadic colors

1 #EDF0DB and #DBEDF0 with #F0DBED are triadic colors.

2 #EDDBF0 and #DBF0ED with #F0DBED are triadic colors.