COLOR #F0D9DE

HEX: #F0D9DE
RGB: (240,217,222)

Color info

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

RGB color model

#F0D9DE color RGB value is (240,217,222).

  • red value is 240;
  • green value is 217;
  • blue value is 222.
RGB:
(240,217,222)
(94%,85%,87%)

RGB channels and saturation

R 240 of 255 = 94%
G 217 of 255 = 85%
B 222 of 255 = 87%

240
217
222

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

Portions of RGB colors in percentages

R + G + B =
240 + 217 + 222 = 679 (100%)
R 240 of 679 ~ 35.35%
G 217 of 679 ~ 31.96%
B 222 of 679 ~ 32.7%

%35.35
%31.96
%32.7

CMYK color model

#F0D9DE color CMYK value is (0,10,8,6).

  • cyan value is 0.00%
  • magenta value is 9.58%
  • yellow value is 7.50%
  • key color value is 5.88%
CMYK:
(0,10,8,6)
C0M10Y8K6 
(0%,10%,8%,6%)
(0.00/0.10/0.08/0.06)	

CMYK percentages

%0
%9.58
%7.5
%5.88

Codes

Color #F0D9DE in popluar color models

F0D9DE
RGB240217222
HSL347°43.40%89.61%
HSB/HSV347°9.58%94.12%
CMYK0.00%9.58%7.50%
5.88%

Color #F0D9DE in popluar number systems.

HEXF0D9DE
Decimal240217222
Binary111100001101100111011110
Octal360331336

Shades and tints

Shades of #F0D9DE

#F0D9DE
(240,217,222)
#DBC6CA
(219,198,202)
#C6B3B6
(198,179,182)
#B1A0A2
(177,160,162)
#9C8D8E
(156,141,142)
#877A7A
(135,122,122)
#726766
(114,103,102)
#5D5452
(93,84,82)
#48413E
(72,65,62)
#332E2A
(51,46,42)
#1E1B16
(30,27,22)
#000000
(0,0,0)

Tints of #F0D9DE

#F0D9DE
(240,217,222)
#F1DCE1
(241,220,225)
#F2DFE4
(242,223,228)
#F3E2E7
(243,226,231)
#F4E5EA
(244,229,234)
#F5E8ED
(245,232,237)
#F6EBF0
(246,235,240)
#F7EEF3
(247,238,243)
#F8F1F6
(248,241,246)
#F9F4F9
(249,244,249)
#FAF7FC
(250,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D9DE color. Also use rgb(240,217,222) instead hex code.

Text Font Color

.myTextColor { color: #F0D9DE; }

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

This text font color is #F0D9DE.


Background Color

.myBgColor { background-color: #F0D9DE; }

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

This div background color is #F0D9DE.


Border color

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

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

This div border color is #F0D9DE.


Opacity

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

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

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

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

This text has shadow with #F0D9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D9DE on black background.


Color preview on white background

This text has color #F0D9DE on white background.



Black color preview on #F0D9DE background

This text has black color on #F0D9DE background.


White color preview on #F0D9DE background

This text has white color on #F0D9DE background.