COLOR #F0D7DA

HEX: #F0D7DA RGB: (240,215,218)

Color info

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

RGB color model

#F0D7DA color RGB value is (240,215,218).

RGB: (240,215,218) (94%, 84%, 85%)

RGB channels and saturation

R 240 of 255 = 94%
G 215 of 255 = 84%
B 218 of 255 = 85%

240
215
218

R + G + B ~ 88%. #F0D7DA is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 215 + 218 = 673 (100%)
R 240 of 673 ~ 35.66%
G 215 of 673 ~ 31.95%
B 218 of 673 ~ 32.39'%

%35.66
%31.95
%32.39

CMYK color model

#F0D7DA color CMYK value is (0,10,9,6).

  • cyan value is 0.00%
  • magenta value is 10.42%
  • yellow value is 9.17%
  • key color value is 5.88%

CMYK: (0,10,9,6)
C0M10Y9K6 (0%, 10%, 9%, 6%)
(0.00 / 0.10 / 0.09 / 0.06)

CMYK percentages

%0
%10.42
%9.17
%5.88

Codes

Color #F0D7DA in popluar color models

F0 D7 DA
RGB 240 215 218
HSL 353° 45.45% 89.22%
HSB/HSV 353° 10.42% 94.12%
CMYK 0.00% 10.42% 9.17%
5.88%

Color #F0D7DA in popluar number systems.

HEX F0 D7 DA
Decimal 240 215 218
Binary 11110000 11010111 11011010
Octal 360 327 332

Shades and tints

Shades of #F0D7DA

#F0D7DA
(240,215,218)
#DBC4C7
(219,196,199)
#C6B1B4
(198,177,180)
#B19EA1
(177,158,161)
#9C8B8E
(156,139,142)
#87787B
(135,120,123)
#726568
(114,101,104)
#5D5255
(93,82,85)
#483F42
(72,63,66)
#332C2F
(51,44,47)
#1E191C
(30,25,28)
#000000
(0,0,0)

Tints of #F0D7DA

#F0D7DA
(240,215,218)
#F1DADD
(241,218,221)
#F2DDE0
(242,221,224)
#F3E0E3
(243,224,227)
#F4E3E6
(244,227,230)
#F5E6E9
(245,230,233)
#F6E9EC
(246,233,236)
#F7ECEF
(247,236,239)
#F8EFF2
(248,239,242)
#F9F2F5
(249,242,245)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D7DA color. Also use rgb(240,215,218) instead hex code.

Text Font Color

.myTextColor { color: #F0D7DA; }

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

This text font color is #F0D7DA.

Background Color

.myBgColor { background-color: #F0D7DA; }

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

This div background color is #F0D7DA.

Border color

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

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

This div border color is #F0D7DA.

Opacity

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

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

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

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

This text has shadow with #F0D7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0D7DA.

Preview

Color preview on black background

This text has color #F0D7DA on black background.


Color preview on white background

This text has color #F0D7DA on white background.


Black color preview on #F0D7DA background

This text has black color on #F0D7DA background.


White color preview on #F0D7DA background

This text has white color on #F0D7DA background.


Related colors

Complementary color

Complementary color for #hex is #0F2825.


I love getcolorcode.com

Triadic colors

1 #DAF0D7 and #D7DAF0 with #F0D7DA are triadic colors.

2 #DAD7F0 and #D7F0DA with #F0D7DA are triadic colors.