COLOR #F0D6EA

HEX: #F0D6EA
RGB: (240,214,234)

Color info

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

RGB color model

#F0D6EA color RGB value is (240,214,234).

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

RGB channels and saturation

R 240 of 255 = 94%
G 214 of 255 = 84%
B 234 of 255 = 92%

240
214
234

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

Portions of RGB colors in percentages

R + G + B =
240 + 214 + 234 = 688 (100%)
R 240 of 688 ~ 34.88%
G 214 of 688 ~ 31.1%
B 234 of 688 ~ 34.01%

%34.88
%31.1
%34.01

CMYK color model

#F0D6EA color CMYK value is (0,11,3,6).

  • cyan value is 0.00%
  • magenta value is 10.83%
  • yellow value is 2.50%
  • key color value is 5.88%
CMYK:
(0,11,3,6)
C0M11Y3K6 
(0%,11%,3%,6%)
(0.00/0.11/0.03/0.06)	

CMYK percentages

%0
%10.83
%2.5
%5.88

Codes

Color #F0D6EA in popluar color models

F0D6EA
RGB240214234
HSL314°46.43%89.02%
HSB/HSV314°10.83%94.12%
CMYK0.00%10.83%2.50%
5.88%

Color #F0D6EA in popluar number systems.

HEXF0D6EA
Decimal240214234
Binary111100001101011011101010
Octal360326352

Shades and tints

Shades of #F0D6EA

#F0D6EA
(240,214,234)
#DBC3D5
(219,195,213)
#C6B0C0
(198,176,192)
#B19DAB
(177,157,171)
#9C8A96
(156,138,150)
#877781
(135,119,129)
#72646C
(114,100,108)
#5D5157
(93,81,87)
#483E42
(72,62,66)
#332B2D
(51,43,45)
#1E1818
(30,24,24)
#000000
(0,0,0)

Tints of #F0D6EA

#F0D6EA
(240,214,234)
#F1D9EB
(241,217,235)
#F2DCEC
(242,220,236)
#F3DFED
(243,223,237)
#F4E2EE
(244,226,238)
#F5E5EF
(245,229,239)
#F6E8F0
(246,232,240)
#F7EBF1
(247,235,241)
#F8EEF2
(248,238,242)
#F9F1F3
(249,241,243)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D6EA; }

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

This text font color is #F0D6EA.


Background Color

.myBgColor { background-color: #F0D6EA; }

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

This div background color is #F0D6EA.


Border color

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

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

This div border color is #F0D6EA.


Opacity

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

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

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

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

This text has shadow with #F0D6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D6EA on black background.


Color preview on white background

This text has color #F0D6EA on white background.



Black color preview on #F0D6EA background

This text has black color on #F0D6EA background.


White color preview on #F0D6EA background

This text has white color on #F0D6EA background.