COLOR #F0DDE8

HEX: #F0DDE8
RGB: (240,221,232)

Color info

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

RGB color model

#F0DDE8 color RGB value is (240,221,232).

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

RGB channels and saturation

R 240 of 255 = 94%
G 221 of 255 = 87%
B 232 of 255 = 91%

240
221
232

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

Portions of RGB colors in percentages

R + G + B =
240 + 221 + 232 = 693 (100%)
R 240 of 693 ~ 34.63%
G 221 of 693 ~ 31.89%
B 232 of 693 ~ 33.48%

%34.63
%31.89
%33.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.92%
  • yellow value is 3.33%
  • key color value is 5.88%
CMYK:
(0,8,3,6)
C0M8Y3K6 
(0%,8%,3%,6%)
(0.00/0.08/0.03/0.06)	

CMYK percentages

%0
%7.92
%3.33
%5.88

Codes

Color #F0DDE8 in popluar color models

F0DDE8
RGB240221232
HSL325°38.78%90.39%
HSB/HSV325°7.92%94.12%
CMYK0.00%7.92%3.33%
5.88%

Color #F0DDE8 in popluar number systems.

HEXF0DDE8
Decimal240221232
Binary111100001101110111101000
Octal360335350

Shades and tints

Shades of #F0DDE8

#F0DDE8
(240,221,232)
#DBC9D3
(219,201,211)
#C6B5BE
(198,181,190)
#B1A1A9
(177,161,169)
#9C8D94
(156,141,148)
#87797F
(135,121,127)
#72656A
(114,101,106)
#5D5155
(93,81,85)
#483D40
(72,61,64)
#33292B
(51,41,43)
#1E1516
(30,21,22)
#000000
(0,0,0)

Tints of #F0DDE8

#F0DDE8
(240,221,232)
#F1E0EA
(241,224,234)
#F2E3EC
(242,227,236)
#F3E6EE
(243,230,238)
#F4E9F0
(244,233,240)
#F5ECF2
(245,236,242)
#F6EFF4
(246,239,244)
#F7F2F6
(247,242,246)
#F8F5F8
(248,245,248)
#F9F8FA
(249,248,250)
#FAFBFC
(250,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DDE8; }

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

This text font color is #F0DDE8.


Background Color

.myBgColor { background-color: #F0DDE8; }

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

This div background color is #F0DDE8.


Border color

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

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

This div border color is #F0DDE8.


Opacity

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

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

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

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

This text has shadow with #F0DDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DDE8 on black background.


Color preview on white background

This text has color #F0DDE8 on white background.



Black color preview on #F0DDE8 background

This text has black color on #F0DDE8 background.


White color preview on #F0DDE8 background

This text has white color on #F0DDE8 background.