COLOR #F0D1E2

HEX: #F0D1E2 RGB: (240,209,226)

Color info

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

RGB color model

#F0D1E2 color RGB value is (240,209,226).

RGB: (240,209,226) (94%, 82%, 89%)

RGB channels and saturation

R 240 of 255 = 94%
G 209 of 255 = 82%
B 226 of 255 = 89%

240
209
226

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

Portions of RGB colors in percentages

R + G + B = 240 + 209 + 226 = 675 (100%)
R 240 of 675 ~ 35.56%
G 209 of 675 ~ 30.96%
B 226 of 675 ~ 33.48'%

%35.56
%30.96
%33.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.92%
  • yellow value is 5.83%
  • key color value is 5.88%
CMYK: (0,13,6,6) C0M13Y6K6 (0%,13%,6%,6%) (0.00/0.13/0.06/0.06) 

CMYK percentages

%0
%12.92
%5.83
%5.88

Codes

Color #F0D1E2 in popluar color models

F0 D1 E2
RGB 240 209 226
HSL 327° 50.82% 88.04%
HSB/HSV 327° 12.92% 94.12%
CMYK 0.00% 12.92% 5.83%
5.88%

Color #F0D1E2 in popluar number systems.

HEX F0 D1 E2
Decimal 240 209 226
Binary 11110000 11010001 11100010
Octal 360 321 342

Shades and tints

Shades of #F0D1E2

#F0D1E2
(240,209,226)
#DBBECE
(219,190,206)
#C6ABBA
(198,171,186)
#B198A6
(177,152,166)
#9C8592
(156,133,146)
#87727E
(135,114,126)
#725F6A
(114,95,106)
#5D4C56
(93,76,86)
#483942
(72,57,66)
#33262E
(51,38,46)
#1E131A
(30,19,26)
#000000
(0,0,0)

Tints of #F0D1E2

#F0D1E2
(240,209,226)
#F1D5E4
(241,213,228)
#F2D9E6
(242,217,230)
#F3DDE8
(243,221,232)
#F4E1EA
(244,225,234)
#F5E5EC
(245,229,236)
#F6E9EE
(246,233,238)
#F7EDF0
(247,237,240)
#F8F1F2
(248,241,242)
#F9F5F4
(249,245,244)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D1E2; }

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

This text font color is #F0D1E2.

Background Color

.myBgColor { background-color: #F0D1E2; }

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

This div background color is #F0D1E2.

Border color

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

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

This div border color is #F0D1E2.

Opacity

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

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

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

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

This text has shadow with #F0D1E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0D1E2.

Preview

Color preview on black background

This text has color #F0D1E2 on black background.


Color preview on white background

This text has color #F0D1E2 on white background.


Black color preview on #F0D1E2 background

This text has black color on #F0D1E2 background.


White color preview on #F0D1E2 background

This text has white color on #F0D1E2 background.


Related colors

Complementary color

Complementary color for #hex is #0F2E1D.


I love getcolorcode.com

Triadic colors

1 #E2F0D1 and #D1E2F0 with #F0D1E2 are triadic colors.

2 #E2D1F0 and #D1F0E2 with #F0D1E2 are triadic colors.