COLOR #F0D2DB

HEX: #F0D2DB RGB: (240,210,219)

Color info

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

RGB color model

#F0D2DB color RGB value is (240,210,219).

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

RGB channels and saturation

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

240
210
219

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

Portions of RGB colors in percentages

R + G + B = 240 + 210 + 219 = 669 (100%)
R 240 of 669 ~ 35.87%
G 210 of 669 ~ 31.39%
B 219 of 669 ~ 32.74'%

%35.87
%31.39
%32.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.50%
  • 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.5
%8.75
%5.88

Codes

Color #F0D2DB in popluar color models

F0 D2 DB
RGB 240 210 219
HSL 342° 50.00% 88.24%
HSB/HSV 342° 12.50% 94.12%
CMYK 0.00% 12.50% 8.75%
5.88%

Color #F0D2DB in popluar number systems.

HEX F0 D2 DB
Decimal 240 210 219
Binary 11110000 11010010 11011011
Octal 360 322 333

Shades and tints

Shades of #F0D2DB

#F0D2DB
(240,210,219)
#DBBFC8
(219,191,200)
#C6ACB5
(198,172,181)
#B199A2
(177,153,162)
#9C868F
(156,134,143)
#87737C
(135,115,124)
#726069
(114,96,105)
#5D4D56
(93,77,86)
#483A43
(72,58,67)
#332730
(51,39,48)
#1E141D
(30,20,29)
#000000
(0,0,0)

Tints of #F0D2DB

#F0D2DB
(240,210,219)
#F1D6DE
(241,214,222)
#F2DAE1
(242,218,225)
#F3DEE4
(243,222,228)
#F4E2E7
(244,226,231)
#F5E6EA
(245,230,234)
#F6EAED
(246,234,237)
#F7EEF0
(247,238,240)
#F8F2F3
(248,242,243)
#F9F6F6
(249,246,246)
#FAFAF9
(250,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D2DB; }

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

This text font color is #F0D2DB.

Background Color

.myBgColor { background-color: #F0D2DB; }

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

This div background color is #F0D2DB.

Border color

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

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

This div border color is #F0D2DB.

Opacity

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

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

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

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

This text has shadow with #F0D2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0D2DB.

Preview

Color preview on black background

This text has color #F0D2DB on black background.


Color preview on white background

This text has color #F0D2DB on white background.


Black color preview on #F0D2DB background

This text has black color on #F0D2DB background.


White color preview on #F0D2DB background

This text has white color on #F0D2DB background.


Related colors

Complementary color

Complementary color for #hex is #0F2D24.


I love getcolorcode.com

Triadic colors

1 #DBF0D2 and #D2DBF0 with #F0D2DB are triadic colors.

2 #DBD2F0 and #D2F0DB with #F0D2DB are triadic colors.