COLOR #F0D9ED

HEX: #F0D9ED RGB: (240,217,237)

Color info

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

RGB color model

#F0D9ED color RGB value is (240,217,237).

RGB: (240,217,237) (94%, 85%, 93%)

RGB channels and saturation

R 240 of 255 = 94%
G 217 of 255 = 85%
B 237 of 255 = 93%

240
217
237

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

Portions of RGB colors in percentages

R + G + B = 240 + 217 + 237 = 694 (100%)
R 240 of 694 ~ 34.58%
G 217 of 694 ~ 31.27%
B 237 of 694 ~ 34.15'%

%34.58
%31.27
%34.15

CMYK color model

#F0D9ED color CMYK value is (0,10,1,6).

  • cyan value is 0.00%
  • magenta value is 9.58%
  • yellow value is 1.25%
  • key color value is 5.88%
CMYK: (0,10,1,6) C0M10Y1K6 (0%,10%,1%,6%) (0.00/0.10/0.01/0.06) 

CMYK percentages

%0
%9.58
%1.25
%5.88

Codes

Color #F0D9ED in popluar color models

F0 D9 ED
RGB 240 217 237
HSL 308° 43.40% 89.61%
HSB/HSV 308° 9.58% 94.12%
CMYK 0.00% 9.58% 1.25%
5.88%

Color #F0D9ED in popluar number systems.

HEX F0 D9 ED
Decimal 240 217 237
Binary 11110000 11011001 11101101
Octal 360 331 355

Shades and tints

Shades of #F0D9ED

#F0D9ED
(240,217,237)
#DBC6D8
(219,198,216)
#C6B3C3
(198,179,195)
#B1A0AE
(177,160,174)
#9C8D99
(156,141,153)
#877A84
(135,122,132)
#72676F
(114,103,111)
#5D545A
(93,84,90)
#484145
(72,65,69)
#332E30
(51,46,48)
#1E1B1B
(30,27,27)
#000000
(0,0,0)

Tints of #F0D9ED

#F0D9ED
(240,217,237)
#F1DCEE
(241,220,238)
#F2DFEF
(242,223,239)
#F3E2F0
(243,226,240)
#F4E5F1
(244,229,241)
#F5E8F2
(245,232,242)
#F6EBF3
(246,235,243)
#F7EEF4
(247,238,244)
#F8F1F5
(248,241,245)
#F9F4F6
(249,244,246)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D9ED; }

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

This text font color is #F0D9ED.

Background Color

.myBgColor { background-color: #F0D9ED; }

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

This div background color is #F0D9ED.

Border color

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

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

This div border color is #F0D9ED.

Opacity

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

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

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

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

This text has shadow with #F0D9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0D9ED.

Preview

Color preview on black background

This text has color #F0D9ED on black background.


Color preview on white background

This text has color #F0D9ED on white background.


Black color preview on #F0D9ED background

This text has black color on #F0D9ED background.


White color preview on #F0D9ED background

This text has white color on #F0D9ED background.


Related colors

Complementary color

Complementary color for #hex is #0F2612.


I love getcolorcode.com

Triadic colors

1 #EDF0D9 and #D9EDF0 with #F0D9ED are triadic colors.

2 #EDD9F0 and #D9F0ED with #F0D9ED are triadic colors.