COLOR #F2D6EF

HEX: #F2D6EF
RGB: (242,214,239)

Color info

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

RGB color model

#F2D6EF color RGB value is (242,214,239).

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

RGB channels and saturation

R 242 of 255 = 95%
G 214 of 255 = 84%
B 239 of 255 = 94%

242
214
239

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

Portions of RGB colors in percentages

R + G + B =
242 + 214 + 239 = 695 (100%)
R 242 of 695 ~ 34.82%
G 214 of 695 ~ 30.79%
B 239 of 695 ~ 34.39%

%34.82
%30.79
%34.39

CMYK color model

#F2D6EF color CMYK value is (0,12,1,5).

  • cyan value is 0.00%
  • magenta value is 11.57%
  • yellow value is 1.24%
  • key color value is 5.10%
CMYK:
(0,12,1,5)
C0M12Y1K5 
(0%,12%,1%,5%)
(0.00/0.12/0.01/0.05)	

CMYK percentages

%0
%11.57
%1.24
%5.1

Codes

Color #F2D6EF in popluar color models

F2D6EF
RGB242214239
HSL306°51.85%89.41%
HSB/HSV306°11.57%94.90%
CMYK0.00%11.57%1.24%
5.10%

Color #F2D6EF in popluar number systems.

HEXF2D6EF
Decimal242214239
Binary111100101101011011101111
Octal362326357

Shades and tints

Shades of #F2D6EF

#F2D6EF
(242,214,239)
#DCC3DA
(220,195,218)
#C6B0C5
(198,176,197)
#B09DB0
(176,157,176)
#9A8A9B
(154,138,155)
#847786
(132,119,134)
#6E6471
(110,100,113)
#58515C
(88,81,92)
#423E47
(66,62,71)
#2C2B32
(44,43,50)
#16181D
(22,24,29)
#000000
(0,0,0)

Tints of #F2D6EF

#F2D6EF
(242,214,239)
#F3D9F0
(243,217,240)
#F4DCF1
(244,220,241)
#F5DFF2
(245,223,242)
#F6E2F3
(246,226,243)
#F7E5F4
(247,229,244)
#F8E8F5
(248,232,245)
#F9EBF6
(249,235,246)
#FAEEF7
(250,238,247)
#FBF1F8
(251,241,248)
#FCF4F9
(252,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2D6EF; }

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

This text font color is #F2D6EF.


Background Color

.myBgColor { background-color: #F2D6EF; }

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

This div background color is #F2D6EF.


Border color

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

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

This div border color is #F2D6EF.


Opacity

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

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

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

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

This text has shadow with #F2D6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D6EF on black background.


Color preview on white background

This text has color #F2D6EF on white background.



Black color preview on #F2D6EF background

This text has black color on #F2D6EF background.


White color preview on #F2D6EF background

This text has white color on #F2D6EF background.