COLOR #F0D3EF

HEX: #F0D3EF
RGB: (240,211,239)

Color info

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

RGB color model

#F0D3EF color RGB value is (240,211,239).

  • red value is 240;
  • green value is 211;
  • blue value is 239.
RGB:
(240,211,239)
(94%,83%,94%)

RGB channels and saturation

R 240 of 255 = 94%
G 211 of 255 = 83%
B 239 of 255 = 94%

240
211
239

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

Portions of RGB colors in percentages

R + G + B =
240 + 211 + 239 = 690 (100%)
R 240 of 690 ~ 34.78%
G 211 of 690 ~ 30.58%
B 239 of 690 ~ 34.64%

%34.78
%30.58
%34.64

CMYK color model

#F0D3EF color CMYK value is (0,12,0,6).

  • cyan value is 0.00%
  • magenta value is 12.08%
  • yellow value is 0.42%
  • key color value is 5.88%
CMYK:
(0,12,0,6)
C0M12Y0K6 
(0%,12%,0%,6%)
(0.00/0.12/0.00/0.06)	

CMYK percentages

%0
%12.08
%0.42
%5.88

Codes

Color #F0D3EF in popluar color models

F0D3EF
RGB240211239
HSL302°49.15%88.43%
HSB/HSV302°12.08%94.12%
CMYK0.00%12.08%0.42%
5.88%

Color #F0D3EF in popluar number systems.

HEXF0D3EF
Decimal240211239
Binary111100001101001111101111
Octal360323357

Shades and tints

Shades of #F0D3EF

#F0D3EF
(240,211,239)
#DBC0DA
(219,192,218)
#C6ADC5
(198,173,197)
#B19AB0
(177,154,176)
#9C879B
(156,135,155)
#877486
(135,116,134)
#726171
(114,97,113)
#5D4E5C
(93,78,92)
#483B47
(72,59,71)
#332832
(51,40,50)
#1E151D
(30,21,29)
#000000
(0,0,0)

Tints of #F0D3EF

#F0D3EF
(240,211,239)
#F1D7F0
(241,215,240)
#F2DBF1
(242,219,241)
#F3DFF2
(243,223,242)
#F4E3F3
(244,227,243)
#F5E7F4
(245,231,244)
#F6EBF5
(246,235,245)
#F7EFF6
(247,239,246)
#F8F3F7
(248,243,247)
#F9F7F8
(249,247,248)
#FAFBF9
(250,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D3EF color. Also use rgb(240,211,239) instead hex code.

Text Font Color

.myTextColor { color: #F0D3EF; }

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

This text font color is #F0D3EF.


Background Color

.myBgColor { background-color: #F0D3EF; }

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

This div background color is #F0D3EF.


Border color

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

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

This div border color is #F0D3EF.


Opacity

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

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

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

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

This text has shadow with #F0D3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D3EF on black background.


Color preview on white background

This text has color #F0D3EF on white background.



Black color preview on #F0D3EF background

This text has black color on #F0D3EF background.


White color preview on #F0D3EF background

This text has white color on #F0D3EF background.