COLOR #F0DFE1

HEX: #F0DFE1
RGB: (240,223,225)

Color info

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

RGB color model

#F0DFE1 color RGB value is (240,223,225).

  • red value is 240;
  • green value is 223;
  • blue value is 225.
RGB:
(240,223,225)
(94%,87%,88%)

RGB channels and saturation

R 240 of 255 = 94%
G 223 of 255 = 87%
B 225 of 255 = 88%

240
223
225

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

Portions of RGB colors in percentages

R + G + B =
240 + 223 + 225 = 688 (100%)
R 240 of 688 ~ 34.88%
G 223 of 688 ~ 32.41%
B 225 of 688 ~ 32.7%

%34.88
%32.41
%32.7

CMYK color model

#F0DFE1 color CMYK value is (0,7,6,6).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 6.25%
  • key color value is 5.88%
CMYK:
(0,7,6,6)
C0M7Y6K6 
(0%,7%,6%,6%)
(0.00/0.07/0.06/0.06)	

CMYK percentages

%0
%7.08
%6.25
%5.88

Codes

Color #F0DFE1 in popluar color models

F0DFE1
RGB240223225
HSL353°36.17%90.78%
HSB/HSV353°7.08%94.12%
CMYK0.00%7.08%6.25%
5.88%

Color #F0DFE1 in popluar number systems.

HEXF0DFE1
Decimal240223225
Binary111100001101111111100001
Octal360337341

Shades and tints

Shades of #F0DFE1

#F0DFE1
(240,223,225)
#DBCBCD
(219,203,205)
#C6B7B9
(198,183,185)
#B1A3A5
(177,163,165)
#9C8F91
(156,143,145)
#877B7D
(135,123,125)
#726769
(114,103,105)
#5D5355
(93,83,85)
#483F41
(72,63,65)
#332B2D
(51,43,45)
#1E1719
(30,23,25)
#000000
(0,0,0)

Tints of #F0DFE1

#F0DFE1
(240,223,225)
#F1E1E3
(241,225,227)
#F2E3E5
(242,227,229)
#F3E5E7
(243,229,231)
#F4E7E9
(244,231,233)
#F5E9EB
(245,233,235)
#F6EBED
(246,235,237)
#F7EDEF
(247,237,239)
#F8EFF1
(248,239,241)
#F9F1F3
(249,241,243)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DFE1 color. Also use rgb(240,223,225) instead hex code.

Text Font Color

.myTextColor { color: #F0DFE1; }

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

This text font color is #F0DFE1.


Background Color

.myBgColor { background-color: #F0DFE1; }

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

This div background color is #F0DFE1.


Border color

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

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

This div border color is #F0DFE1.


Opacity

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

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

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

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

This text has shadow with #F0DFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DFE1 on black background.


Color preview on white background

This text has color #F0DFE1 on white background.



Black color preview on #F0DFE1 background

This text has black color on #F0DFE1 background.


White color preview on #F0DFE1 background

This text has white color on #F0DFE1 background.