COLOR #F2D6FB

HEX: #F2D6FB
RGB: (242,214,251)

Color info

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

RGB color model

#F2D6FB color RGB value is (242,214,251).

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

RGB channels and saturation

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

242
214
251

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

Portions of RGB colors in percentages

R + G + B =
242 + 214 + 251 = 707 (100%)
R 242 of 707 ~ 34.23%
G 214 of 707 ~ 30.27%
B 251 of 707 ~ 35.5%

%34.23
%30.27
%35.5

CMYK color model

#F2D6FB color CMYK value is (4,15,0,2).

  • cyan value is 3.59%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(4,15,0,2)
C4M15Y0K2 
(4%,15%,0%,2%)
(0.04/0.15/0.00/0.02)	

CMYK percentages

%3.59
%14.74
%0
%1.57

Codes

Color #F2D6FB in popluar color models

F2D6FB
RGB242214251
HSL285°82.22%91.18%
HSB/HSV285°14.74%98.43%
CMYK3.59%14.74%0.00%
1.57%

Color #F2D6FB in popluar number systems.

HEXF2D6FB
Decimal242214251
Binary111100101101011011111011
Octal362326373

Shades and tints

Shades of #F2D6FB

#F2D6FB
(242,214,251)
#DCC3E5
(220,195,229)
#C6B0CF
(198,176,207)
#B09DB9
(176,157,185)
#9A8AA3
(154,138,163)
#84778D
(132,119,141)
#6E6477
(110,100,119)
#585161
(88,81,97)
#423E4B
(66,62,75)
#2C2B35
(44,43,53)
#16181F
(22,24,31)
#000000
(0,0,0)

Tints of #F2D6FB

#F2D6FB
(242,214,251)
#F3D9FB
(243,217,251)
#F4DCFB
(244,220,251)
#F5DFFB
(245,223,251)
#F6E2FB
(246,226,251)
#F7E5FB
(247,229,251)
#F8E8FB
(248,232,251)
#F9EBFB
(249,235,251)
#FAEEFB
(250,238,251)
#FBF1FB
(251,241,251)
#FCF4FB
(252,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2D6FB; }

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

This text font color is #F2D6FB.


Background Color

.myBgColor { background-color: #F2D6FB; }

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

This div background color is #F2D6FB.


Border color

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

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

This div border color is #F2D6FB.


Opacity

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

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

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

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

This text has shadow with #F2D6FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D6FB on black background.


Color preview on white background

This text has color #F2D6FB on white background.



Black color preview on #F2D6FB background

This text has black color on #F2D6FB background.


White color preview on #F2D6FB background

This text has white color on #F2D6FB background.