COLOR #F0D8EE

HEX: #F0D8EE
RGB: (240,216,238)

Color info

#F0D8EE contains red, green and blue colors in about the same proportion. Web safe color of #F0D8EE is #FFCCFF (or #FCF).

RGB color model

#F0D8EE color RGB value is (240,216,238).

  • red value is 240;
  • green value is 216;
  • blue value is 238.
RGB:
(240,216,238)
(94%,85%,93%)

RGB channels and saturation

R 240 of 255 = 94%
G 216 of 255 = 85%
B 238 of 255 = 93%

240
216
238

R + G + B ~ 91%. #F0D8EE is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 216 + 238 = 694 (100%)
R 240 of 694 ~ 34.58%
G 216 of 694 ~ 31.12%
B 238 of 694 ~ 34.29%

%34.58
%31.12
%34.29

CMYK color model

#F0D8EE color CMYK value is (0,10,1,6).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 0.83%
  • key color value is 5.88%
CMYK:
(0,10,1,6)
C0M10Y1K6 
(0%,10%,1%,6%)
(0.00/0.10/0.01/0.06)	

CMYK percentages

%0
%10
%0.83
%5.88

Codes

Color #F0D8EE in popluar color models

F0D8EE
RGB240216238
HSL305°44.44%89.41%
HSB/HSV305°10.00%94.12%
CMYK0.00%10.00%0.83%
5.88%

Color #F0D8EE in popluar number systems.

HEXF0D8EE
Decimal240216238
Binary111100001101100011101110
Octal360330356

Shades and tints

Shades of #F0D8EE

#F0D8EE
(240,216,238)
#DBC5D9
(219,197,217)
#C6B2C4
(198,178,196)
#B19FAF
(177,159,175)
#9C8C9A
(156,140,154)
#877985
(135,121,133)
#726670
(114,102,112)
#5D535B
(93,83,91)
#484046
(72,64,70)
#332D31
(51,45,49)
#1E1A1C
(30,26,28)
#000000
(0,0,0)

Tints of #F0D8EE

#F0D8EE
(240,216,238)
#F1DBEF
(241,219,239)
#F2DEF0
(242,222,240)
#F3E1F1
(243,225,241)
#F4E4F2
(244,228,242)
#F5E7F3
(245,231,243)
#F6EAF4
(246,234,244)
#F7EDF5
(247,237,245)
#F8F0F6
(248,240,246)
#F9F3F7
(249,243,247)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D8EE color. Also use rgb(240,216,238) instead hex code.

Text Font Color

.myTextColor { color: #F0D8EE; }

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

This text font color is #F0D8EE.


Background Color

.myBgColor { background-color: #F0D8EE; }

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

This div background color is #F0D8EE.


Border color

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

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

This div border color is #F0D8EE.


Opacity

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

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

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

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

This text has shadow with #F0D8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D8EE on black background.


Color preview on white background

This text has color #F0D8EE on white background.



Black color preview on #F0D8EE background

This text has black color on #F0D8EE background.


White color preview on #F0D8EE background

This text has white color on #F0D8EE background.