COLOR #F0DDE5

HEX: #F0DDE5
RGB: (240,221,229)

Color info

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

RGB color model

#F0DDE5 color RGB value is (240,221,229).

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

RGB channels and saturation

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

240
221
229

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

Portions of RGB colors in percentages

R + G + B =
240 + 221 + 229 = 690 (100%)
R 240 of 690 ~ 34.78%
G 221 of 690 ~ 32.03%
B 229 of 690 ~ 33.19%

%34.78
%32.03
%33.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.92%
  • yellow value is 4.58%
  • key color value is 5.88%
CMYK:
(0,8,5,6)
C0M8Y5K6 
(0%,8%,5%,6%)
(0.00/0.08/0.05/0.06)	

CMYK percentages

%0
%7.92
%4.58
%5.88

Codes

Color #F0DDE5 in popluar color models

F0DDE5
RGB240221229
HSL335°38.78%90.39%
HSB/HSV335°7.92%94.12%
CMYK0.00%7.92%4.58%
5.88%

Color #F0DDE5 in popluar number systems.

HEXF0DDE5
Decimal240221229
Binary111100001101110111100101
Octal360335345

Shades and tints

Shades of #F0DDE5

#F0DDE5
(240,221,229)
#DBC9D1
(219,201,209)
#C6B5BD
(198,181,189)
#B1A1A9
(177,161,169)
#9C8D95
(156,141,149)
#877981
(135,121,129)
#72656D
(114,101,109)
#5D5159
(93,81,89)
#483D45
(72,61,69)
#332931
(51,41,49)
#1E151D
(30,21,29)
#000000
(0,0,0)

Tints of #F0DDE5

#F0DDE5
(240,221,229)
#F1E0E7
(241,224,231)
#F2E3E9
(242,227,233)
#F3E6EB
(243,230,235)
#F4E9ED
(244,233,237)
#F5ECEF
(245,236,239)
#F6EFF1
(246,239,241)
#F7F2F3
(247,242,243)
#F8F5F5
(248,245,245)
#F9F8F7
(249,248,247)
#FAFBF9
(250,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DDE5; }

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

This text font color is #F0DDE5.


Background Color

.myBgColor { background-color: #F0DDE5; }

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

This div background color is #F0DDE5.


Border color

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

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

This div border color is #F0DDE5.


Opacity

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

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

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

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

This text has shadow with #F0DDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DDE5 on black background.


Color preview on white background

This text has color #F0DDE5 on white background.



Black color preview on #F0DDE5 background

This text has black color on #F0DDE5 background.


White color preview on #F0DDE5 background

This text has white color on #F0DDE5 background.