COLOR #F0DFEF

HEX: #F0DFEF RGB: (240,223,239)

Color info

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

RGB color model

#F0DFEF color RGB value is (240,223,239).

RGB: (240,223,239) (94%, 87%, 94%)

RGB channels and saturation

R 240 of 255 = 94%
G 223 of 255 = 87%
B 239 of 255 = 94%

240
223
239

R + G + B ~ 92%. #F0DFEF is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 223 + 239 = 702 (100%)
R 240 of 702 ~ 34.19%
G 223 of 702 ~ 31.77%
B 239 of 702 ~ 34.05'%

%34.19
%31.77
%34.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 0.42%
  • key color value is 5.88%

CMYK: (0,7,0,6)
C0M7Y0K6 (0%, 7%, 0%, 6%)
(0.00 / 0.07 / 0.00 / 0.06)

CMYK percentages

%0
%7.08
%0.42
%5.88

Codes

Color #F0DFEF in popluar color models

F0 DF EF
RGB 240 223 239
HSL 304° 36.17% 90.78%
HSB/HSV 304° 7.08% 94.12%
CMYK 0.00% 7.08% 0.42%
5.88%

Color #F0DFEF in popluar number systems.

HEX F0 DF EF
Decimal 240 223 239
Binary 11110000 11011111 11101111
Octal 360 337 357

Shades and tints

Shades of #F0DFEF

#F0DFEF
(240,223,239)
#DBCBDA
(219,203,218)
#C6B7C5
(198,183,197)
#B1A3B0
(177,163,176)
#9C8F9B
(156,143,155)
#877B86
(135,123,134)
#726771
(114,103,113)
#5D535C
(93,83,92)
#483F47
(72,63,71)
#332B32
(51,43,50)
#1E171D
(30,23,29)
#000000
(0,0,0)

Tints of #F0DFEF

#F0DFEF
(240,223,239)
#F1E1F0
(241,225,240)
#F2E3F1
(242,227,241)
#F3E5F2
(243,229,242)
#F4E7F3
(244,231,243)
#F5E9F4
(245,233,244)
#F6EBF5
(246,235,245)
#F7EDF6
(247,237,246)
#F8EFF7
(248,239,247)
#F9F1F8
(249,241,248)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DFEF; }

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

This text font color is #F0DFEF.

Background Color

.myBgColor { background-color: #F0DFEF; }

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

This div background color is #F0DFEF.

Border color

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

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

This div border color is #F0DFEF.

Opacity

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

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

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

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

This text has shadow with #F0DFEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DFEF.

Preview

Color preview on black background

This text has color #F0DFEF on black background.


Color preview on white background

This text has color #F0DFEF on white background.


Black color preview on #F0DFEF background

This text has black color on #F0DFEF background.


White color preview on #F0DFEF background

This text has white color on #F0DFEF background.


Related colors

Complementary color

Complementary color for #hex is #0F2010.


I love getcolorcode.com

Triadic colors

1 #EFF0DF and #DFEFF0 with #F0DFEF are triadic colors.

2 #EFDFF0 and #DFF0EF with #F0DFEF are triadic colors.