COLOR #F0D1E0

HEX: #F0D1E0
RGB: (240,209,224)

Color info

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

RGB color model

#F0D1E0 color RGB value is (240,209,224).

  • red value is 240;
  • green value is 209;
  • blue value is 224.
RGB:
(240,209,224)
(94%,82%,88%)

RGB channels and saturation

R 240 of 255 = 94%
G 209 of 255 = 82%
B 224 of 255 = 88%

240
209
224

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

Portions of RGB colors in percentages

R + G + B =
240 + 209 + 224 = 673 (100%)
R 240 of 673 ~ 35.66%
G 209 of 673 ~ 31.05%
B 224 of 673 ~ 33.28%

%35.66
%31.05
%33.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.92%
  • yellow value is 6.67%
  • key color value is 5.88%
CMYK:
(0,13,7,6)
C0M13Y7K6 
(0%,13%,7%,6%)
(0.00/0.13/0.07/0.06)	

CMYK percentages

%0
%12.92
%6.67
%5.88

Codes

Color #F0D1E0 in popluar color models

F0D1E0
RGB240209224
HSL331°50.82%88.04%
HSB/HSV331°12.92%94.12%
CMYK0.00%12.92%6.67%
5.88%

Color #F0D1E0 in popluar number systems.

HEXF0D1E0
Decimal240209224
Binary111100001101000111100000
Octal360321340

Shades and tints

Shades of #F0D1E0

#F0D1E0
(240,209,224)
#DBBECC
(219,190,204)
#C6ABB8
(198,171,184)
#B198A4
(177,152,164)
#9C8590
(156,133,144)
#87727C
(135,114,124)
#725F68
(114,95,104)
#5D4C54
(93,76,84)
#483940
(72,57,64)
#33262C
(51,38,44)
#1E1318
(30,19,24)
#000000
(0,0,0)

Tints of #F0D1E0

#F0D1E0
(240,209,224)
#F1D5E2
(241,213,226)
#F2D9E4
(242,217,228)
#F3DDE6
(243,221,230)
#F4E1E8
(244,225,232)
#F5E5EA
(245,229,234)
#F6E9EC
(246,233,236)
#F7EDEE
(247,237,238)
#F8F1F0
(248,241,240)
#F9F5F2
(249,245,242)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D1E0; }

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

This text font color is #F0D1E0.


Background Color

.myBgColor { background-color: #F0D1E0; }

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

This div background color is #F0D1E0.


Border color

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

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

This div border color is #F0D1E0.


Opacity

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

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

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

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

This text has shadow with #F0D1E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D1E0 on black background.


Color preview on white background

This text has color #F0D1E0 on white background.



Black color preview on #F0D1E0 background

This text has black color on #F0D1E0 background.


White color preview on #F0D1E0 background

This text has white color on #F0D1E0 background.