COLOR #F0DDDF

HEX: #F0DDDF RGB: (240,221,223)

Color info

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

RGB color model

#F0DDDF color RGB value is (240,221,223).

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

RGB channels and saturation

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

240
221
223

R + G + B ~ 89%. #F0DDDF is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 221 + 223 = 684 (100%)
R 240 of 684 ~ 35.09%
G 221 of 684 ~ 32.31%
B 223 of 684 ~ 32.6'%

%35.09
%32.31
%32.6

CMYK color model

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

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

CMYK: (0,8,7,6)
C0M8Y7K6 (0%, 8%, 7%, 6%)
(0.00 / 0.08 / 0.07 / 0.06)

CMYK percentages

%0
%7.92
%7.08
%5.88

Codes

Color #F0DDDF in popluar color models

F0 DD DF
RGB 240 221 223
HSL 354° 38.78% 90.39%
HSB/HSV 354° 7.92% 94.12%
CMYK 0.00% 7.92% 7.08%
5.88%

Color #F0DDDF in popluar number systems.

HEX F0 DD DF
Decimal 240 221 223
Binary 11110000 11011101 11011111
Octal 360 335 337

Shades and tints

Shades of #F0DDDF

#F0DDDF
(240,221,223)
#DBC9CB
(219,201,203)
#C6B5B7
(198,181,183)
#B1A1A3
(177,161,163)
#9C8D8F
(156,141,143)
#87797B
(135,121,123)
#726567
(114,101,103)
#5D5153
(93,81,83)
#483D3F
(72,61,63)
#33292B
(51,41,43)
#1E1517
(30,21,23)
#000000
(0,0,0)

Tints of #F0DDDF

#F0DDDF
(240,221,223)
#F1E0E1
(241,224,225)
#F2E3E3
(242,227,227)
#F3E6E5
(243,230,229)
#F4E9E7
(244,233,231)
#F5ECE9
(245,236,233)
#F6EFEB
(246,239,235)
#F7F2ED
(247,242,237)
#F8F5EF
(248,245,239)
#F9F8F1
(249,248,241)
#FAFBF3
(250,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DDDF; }

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

This text font color is #F0DDDF.

Background Color

.myBgColor { background-color: #F0DDDF; }

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

This div background color is #F0DDDF.

Border color

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

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

This div border color is #F0DDDF.

Opacity

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

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

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

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

This text has shadow with #F0DDDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DDDF.

Preview

Color preview on black background

This text has color #F0DDDF on black background.


Color preview on white background

This text has color #F0DDDF on white background.


Black color preview on #F0DDDF background

This text has black color on #F0DDDF background.


White color preview on #F0DDDF background

This text has white color on #F0DDDF background.


Related colors

Complementary color

Complementary color for #hex is #0F2220.


I love getcolorcode.com

Triadic colors

1 #DFF0DD and #DDDFF0 with #F0DDDF are triadic colors.

2 #DFDDF0 and #DDF0DF with #F0DDDF are triadic colors.