COLOR #F0D8EA

HEX: #F0D8EA
RGB: (240,216,234)

Color info

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

RGB color model

#F0D8EA color RGB value is (240,216,234).

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

RGB channels and saturation

R 240 of 255 = 94%
G 216 of 255 = 85%
B 234 of 255 = 92%

240
216
234

R + G + B ~ 90%. #F0D8EA is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 216 + 234 = 690 (100%)
R 240 of 690 ~ 34.78%
G 216 of 690 ~ 31.3%
B 234 of 690 ~ 33.91%

%34.78
%31.3
%33.91

CMYK color model

#F0D8EA color CMYK value is (0,10,3,6).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 2.50%
  • key color value is 5.88%
CMYK:
(0,10,3,6)
C0M10Y3K6 
(0%,10%,3%,6%)
(0.00/0.10/0.03/0.06)	

CMYK percentages

%0
%10
%2.5
%5.88

Codes

Color #F0D8EA in popluar color models

F0D8EA
RGB240216234
HSL315°44.44%89.41%
HSB/HSV315°10.00%94.12%
CMYK0.00%10.00%2.50%
5.88%

Color #F0D8EA in popluar number systems.

HEXF0D8EA
Decimal240216234
Binary111100001101100011101010
Octal360330352

Shades and tints

Shades of #F0D8EA

#F0D8EA
(240,216,234)
#DBC5D5
(219,197,213)
#C6B2C0
(198,178,192)
#B19FAB
(177,159,171)
#9C8C96
(156,140,150)
#877981
(135,121,129)
#72666C
(114,102,108)
#5D5357
(93,83,87)
#484042
(72,64,66)
#332D2D
(51,45,45)
#1E1A18
(30,26,24)
#000000
(0,0,0)

Tints of #F0D8EA

#F0D8EA
(240,216,234)
#F1DBEB
(241,219,235)
#F2DEEC
(242,222,236)
#F3E1ED
(243,225,237)
#F4E4EE
(244,228,238)
#F5E7EF
(245,231,239)
#F6EAF0
(246,234,240)
#F7EDF1
(247,237,241)
#F8F0F2
(248,240,242)
#F9F3F3
(249,243,243)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D8EA; }

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

This text font color is #F0D8EA.


Background Color

.myBgColor { background-color: #F0D8EA; }

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

This div background color is #F0D8EA.


Border color

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

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

This div border color is #F0D8EA.


Opacity

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

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

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

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

This text has shadow with #F0D8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D8EA on black background.


Color preview on white background

This text has color #F0D8EA on white background.



Black color preview on #F0D8EA background

This text has black color on #F0D8EA background.


White color preview on #F0D8EA background

This text has white color on #F0D8EA background.