COLOR #F0DDE2

HEX: #F0DDE2
RGB: (240,221,226)

Color info

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

RGB color model

#F0DDE2 color RGB value is (240,221,226).

  • red value is 240;
  • green value is 221;
  • blue value is 226.
RGB:
(240,221,226)
(94%,87%,89%)

RGB channels and saturation

R 240 of 255 = 94%
G 221 of 255 = 87%
B 226 of 255 = 89%

240
221
226

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

Portions of RGB colors in percentages

R + G + B =
240 + 221 + 226 = 687 (100%)
R 240 of 687 ~ 34.93%
G 221 of 687 ~ 32.17%
B 226 of 687 ~ 32.9%

%34.93
%32.17
%32.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.92%
  • yellow value is 5.83%
  • key color value is 5.88%
CMYK:
(0,8,6,6)
C0M8Y6K6 
(0%,8%,6%,6%)
(0.00/0.08/0.06/0.06)	

CMYK percentages

%0
%7.92
%5.83
%5.88

Codes

Color #F0DDE2 in popluar color models

F0DDE2
RGB240221226
HSL344°38.78%90.39%
HSB/HSV344°7.92%94.12%
CMYK0.00%7.92%5.83%
5.88%

Color #F0DDE2 in popluar number systems.

HEXF0DDE2
Decimal240221226
Binary111100001101110111100010
Octal360335342

Shades and tints

Shades of #F0DDE2

#F0DDE2
(240,221,226)
#DBC9CE
(219,201,206)
#C6B5BA
(198,181,186)
#B1A1A6
(177,161,166)
#9C8D92
(156,141,146)
#87797E
(135,121,126)
#72656A
(114,101,106)
#5D5156
(93,81,86)
#483D42
(72,61,66)
#33292E
(51,41,46)
#1E151A
(30,21,26)
#000000
(0,0,0)

Tints of #F0DDE2

#F0DDE2
(240,221,226)
#F1E0E4
(241,224,228)
#F2E3E6
(242,227,230)
#F3E6E8
(243,230,232)
#F4E9EA
(244,233,234)
#F5ECEC
(245,236,236)
#F6EFEE
(246,239,238)
#F7F2F0
(247,242,240)
#F8F5F2
(248,245,242)
#F9F8F4
(249,248,244)
#FAFBF6
(250,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DDE2; }

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

This text font color is #F0DDE2.


Background Color

.myBgColor { background-color: #F0DDE2; }

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

This div background color is #F0DDE2.


Border color

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

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

This div border color is #F0DDE2.


Opacity

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

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

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

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

This text has shadow with #F0DDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DDE2 on black background.


Color preview on white background

This text has color #F0DDE2 on white background.



Black color preview on #F0DDE2 background

This text has black color on #F0DDE2 background.


White color preview on #F0DDE2 background

This text has white color on #F0DDE2 background.