COLOR #F0DDE6

HEX: #F0DDE6 RGB: (240,221,230)

Color info

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

RGB color model

#F0DDE6 color RGB value is (240,221,230).

RGB: (240,221,230) (94%, 87%, 90%)

RGB channels and saturation

R 240 of 255 = 94%
G 221 of 255 = 87%
B 230 of 255 = 90%

240
221
230

R + G + B ~ 90%. #F0DDE6 is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 221 + 230 = 691 (100%)
R 240 of 691 ~ 34.73%
G 221 of 691 ~ 31.98%
B 230 of 691 ~ 33.29'%

%34.73
%31.98
%33.29

CMYK color model

#F0DDE6 color CMYK value is (0,8,4,6).

  • cyan value is 0.00%
  • magenta value is 7.92%
  • yellow value is 4.17%
  • key color value is 5.88%

CMYK: (0,8,4,6)
C0M8Y4K6 (0%, 8%, 4%, 6%)
(0.00 / 0.08 / 0.04 / 0.06)

CMYK percentages

%0
%7.92
%4.17
%5.88

Codes

Color #F0DDE6 in popluar color models

F0 DD E6
RGB 240 221 230
HSL 332° 38.78% 90.39%
HSB/HSV 332° 7.92% 94.12%
CMYK 0.00% 7.92% 4.17%
5.88%

Color #F0DDE6 in popluar number systems.

HEX F0 DD E6
Decimal 240 221 230
Binary 11110000 11011101 11100110
Octal 360 335 346

Shades and tints

Shades of #F0DDE6

#F0DDE6
(240,221,230)
#DBC9D2
(219,201,210)
#C6B5BE
(198,181,190)
#B1A1AA
(177,161,170)
#9C8D96
(156,141,150)
#877982
(135,121,130)
#72656E
(114,101,110)
#5D515A
(93,81,90)
#483D46
(72,61,70)
#332932
(51,41,50)
#1E151E
(30,21,30)
#000000
(0,0,0)

Tints of #F0DDE6

#F0DDE6
(240,221,230)
#F1E0E8
(241,224,232)
#F2E3EA
(242,227,234)
#F3E6EC
(243,230,236)
#F4E9EE
(244,233,238)
#F5ECF0
(245,236,240)
#F6EFF2
(246,239,242)
#F7F2F4
(247,242,244)
#F8F5F6
(248,245,246)
#F9F8F8
(249,248,248)
#FAFBFA
(250,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DDE6; }

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

This text font color is #F0DDE6.

Background Color

.myBgColor { background-color: #F0DDE6; }

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

This div background color is #F0DDE6.

Border color

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

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

This div border color is #F0DDE6.

Opacity

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

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

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

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

This text has shadow with #F0DDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DDE6.

Preview

Color preview on black background

This text has color #F0DDE6 on black background.


Color preview on white background

This text has color #F0DDE6 on white background.


Black color preview on #F0DDE6 background

This text has black color on #F0DDE6 background.


White color preview on #F0DDE6 background

This text has white color on #F0DDE6 background.


Related colors

Complementary color

Complementary color for #hex is #0F2219.


I love getcolorcode.com

Triadic colors

1 #E6F0DD and #DDE6F0 with #F0DDE6 are triadic colors.

2 #E6DDF0 and #DDF0E6 with #F0DDE6 are triadic colors.