COLOR #F2D3EF

HEX: #F2D3EF
RGB: (242,211,239)

Color info

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

RGB color model

#F2D3EF color RGB value is (242,211,239).

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

RGB channels and saturation

R 242 of 255 = 95%
G 211 of 255 = 83%
B 239 of 255 = 94%

242
211
239

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

Portions of RGB colors in percentages

R + G + B =
242 + 211 + 239 = 692 (100%)
R 242 of 692 ~ 34.97%
G 211 of 692 ~ 30.49%
B 239 of 692 ~ 34.54%

%34.97
%30.49
%34.54

CMYK color model

#F2D3EF color CMYK value is (0,13,1,5).

  • cyan value is 0.00%
  • magenta value is 12.81%
  • yellow value is 1.24%
  • key color value is 5.10%
CMYK:
(0,13,1,5)
C0M13Y1K5 
(0%,13%,1%,5%)
(0.00/0.13/0.01/0.05)	

CMYK percentages

%0
%12.81
%1.24
%5.1

Codes

Color #F2D3EF in popluar color models

F2D3EF
RGB242211239
HSL306°54.39%88.82%
HSB/HSV306°12.81%94.90%
CMYK0.00%12.81%1.24%
5.10%

Color #F2D3EF in popluar number systems.

HEXF2D3EF
Decimal242211239
Binary111100101101001111101111
Octal362323357

Shades and tints

Shades of #F2D3EF

#F2D3EF
(242,211,239)
#DCC0DA
(220,192,218)
#C6ADC5
(198,173,197)
#B09AB0
(176,154,176)
#9A879B
(154,135,155)
#847486
(132,116,134)
#6E6171
(110,97,113)
#584E5C
(88,78,92)
#423B47
(66,59,71)
#2C2832
(44,40,50)
#16151D
(22,21,29)
#000000
(0,0,0)

Tints of #F2D3EF

#F2D3EF
(242,211,239)
#F3D7F0
(243,215,240)
#F4DBF1
(244,219,241)
#F5DFF2
(245,223,242)
#F6E3F3
(246,227,243)
#F7E7F4
(247,231,244)
#F8EBF5
(248,235,245)
#F9EFF6
(249,239,246)
#FAF3F7
(250,243,247)
#FBF7F8
(251,247,248)
#FCFBF9
(252,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2D3EF; }

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

This text font color is #F2D3EF.


Background Color

.myBgColor { background-color: #F2D3EF; }

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

This div background color is #F2D3EF.


Border color

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

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

This div border color is #F2D3EF.


Opacity

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

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

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

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

This text has shadow with #F2D3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D3EF on black background.


Color preview on white background

This text has color #F2D3EF on white background.



Black color preview on #F2D3EF background

This text has black color on #F2D3EF background.


White color preview on #F2D3EF background

This text has white color on #F2D3EF background.