COLOR #F0D1DB

HEX: #F0D1DB RGB: (240,209,219)

Color info

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

RGB color model

#F0D1DB color RGB value is (240,209,219).

RGB: (240,209,219) (94%, 82%, 86%)

RGB channels and saturation

R 240 of 255 = 94%
G 209 of 255 = 82%
B 219 of 255 = 86%

240
209
219

R + G + B ~ 87%. #F0D1DB is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 209 + 219 = 668 (100%)
R 240 of 668 ~ 35.93%
G 209 of 668 ~ 31.29%
B 219 of 668 ~ 32.78'%

%35.93
%31.29
%32.78

CMYK color model

#F0D1DB color CMYK value is (0,13,9,6).

  • cyan value is 0.00%
  • magenta value is 12.92%
  • yellow value is 8.75%
  • key color value is 5.88%

CMYK: (0,13,9,6)
C0M13Y9K6 (0%, 13%, 9%, 6%)
(0.00 / 0.13 / 0.09 / 0.06)

CMYK percentages

%0
%12.92
%8.75
%5.88

Codes

Color #F0D1DB in popluar color models

F0 D1 DB
RGB 240 209 219
HSL 341° 50.82% 88.04%
HSB/HSV 341° 12.92% 94.12%
CMYK 0.00% 12.92% 8.75%
5.88%

Color #F0D1DB in popluar number systems.

HEX F0 D1 DB
Decimal 240 209 219
Binary 11110000 11010001 11011011
Octal 360 321 333

Shades and tints

Shades of #F0D1DB

#F0D1DB
(240,209,219)
#DBBEC8
(219,190,200)
#C6ABB5
(198,171,181)
#B198A2
(177,152,162)
#9C858F
(156,133,143)
#87727C
(135,114,124)
#725F69
(114,95,105)
#5D4C56
(93,76,86)
#483943
(72,57,67)
#332630
(51,38,48)
#1E131D
(30,19,29)
#000000
(0,0,0)

Tints of #F0D1DB

#F0D1DB
(240,209,219)
#F1D5DE
(241,213,222)
#F2D9E1
(242,217,225)
#F3DDE4
(243,221,228)
#F4E1E7
(244,225,231)
#F5E5EA
(245,229,234)
#F6E9ED
(246,233,237)
#F7EDF0
(247,237,240)
#F8F1F3
(248,241,243)
#F9F5F6
(249,245,246)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D1DB color. Also use rgb(240,209,219) instead hex code.

Text Font Color

.myTextColor { color: #F0D1DB; }

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

This text font color is #F0D1DB.

Background Color

.myBgColor { background-color: #F0D1DB; }

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

This div background color is #F0D1DB.

Border color

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

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

This div border color is #F0D1DB.

Opacity

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

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

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

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

This text has shadow with #F0D1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0D1DB.

Preview

Color preview on black background

This text has color #F0D1DB on black background.


Color preview on white background

This text has color #F0D1DB on white background.


Black color preview on #F0D1DB background

This text has black color on #F0D1DB background.


White color preview on #F0D1DB background

This text has white color on #F0D1DB background.


Related colors

Complementary color

Complementary color for #hex is #0F2E24.


I love getcolorcode.com

Triadic colors

1 #DBF0D1 and #D1DBF0 with #F0D1DB are triadic colors.

2 #DBD1F0 and #D1F0DB with #F0D1DB are triadic colors.