COLOR #F2D6FA

HEX: #F2D6FA
RGB: (242,214,250)

Color info

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

RGB color model

#F2D6FA color RGB value is (242,214,250).

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

RGB channels and saturation

R 242 of 255 = 95%
G 214 of 255 = 84%
B 250 of 255 = 98%

242
214
250

R + G + B ~ 92%. #F2D6FA is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 214 + 250 = 706 (100%)
R 242 of 706 ~ 34.28%
G 214 of 706 ~ 30.31%
B 250 of 706 ~ 35.41%

%34.28
%30.31
%35.41

CMYK color model

#F2D6FA color CMYK value is (3,14,0,2).

  • cyan value is 3.20%
  • magenta value is 14.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(3,14,0,2)
C3M14Y0K2 
(3%,14%,0%,2%)
(0.03/0.14/0.00/0.02)	

CMYK percentages

%3.2
%14.4
%0
%1.96

Codes

Color #F2D6FA in popluar color models

F2D6FA
RGB242214250
HSL287°78.26%90.98%
HSB/HSV287°14.40%98.04%
CMYK3.20%14.40%0.00%
1.96%

Color #F2D6FA in popluar number systems.

HEXF2D6FA
Decimal242214250
Binary111100101101011011111010
Octal362326372

Shades and tints

Shades of #F2D6FA

#F2D6FA
(242,214,250)
#DCC3E4
(220,195,228)
#C6B0CE
(198,176,206)
#B09DB8
(176,157,184)
#9A8AA2
(154,138,162)
#84778C
(132,119,140)
#6E6476
(110,100,118)
#585160
(88,81,96)
#423E4A
(66,62,74)
#2C2B34
(44,43,52)
#16181E
(22,24,30)
#000000
(0,0,0)

Tints of #F2D6FA

#F2D6FA
(242,214,250)
#F3D9FA
(243,217,250)
#F4DCFA
(244,220,250)
#F5DFFA
(245,223,250)
#F6E2FA
(246,226,250)
#F7E5FA
(247,229,250)
#F8E8FA
(248,232,250)
#F9EBFA
(249,235,250)
#FAEEFA
(250,238,250)
#FBF1FA
(251,241,250)
#FCF4FA
(252,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2D6FA; }

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

This text font color is #F2D6FA.


Background Color

.myBgColor { background-color: #F2D6FA; }

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

This div background color is #F2D6FA.


Border color

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

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

This div border color is #F2D6FA.


Opacity

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

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

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

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

This text has shadow with #F2D6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D6FA on black background.


Color preview on white background

This text has color #F2D6FA on white background.



Black color preview on #F2D6FA background

This text has black color on #F2D6FA background.


White color preview on #F2D6FA background

This text has white color on #F2D6FA background.