COLOR #F1D6FC

HEX: #F1D6FC
RGB: (241,214,252)

Color info

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

RGB color model

#F1D6FC color RGB value is (241,214,252).

  • red value is 241;
  • green value is 214;
  • blue value is 252.
RGB:
(241,214,252)
(95%,84%,99%)

RGB channels and saturation

R 241 of 255 = 95%
G 214 of 255 = 84%
B 252 of 255 = 99%

241
214
252

R + G + B ~ 93%. #F1D6FC is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 214 + 252 = 707 (100%)
R 241 of 707 ~ 34.09%
G 214 of 707 ~ 30.27%
B 252 of 707 ~ 35.64%

%34.09
%30.27
%35.64

CMYK color model

#F1D6FC color CMYK value is (4,15,0,1).

  • cyan value is 4.37%
  • magenta value is 15.08%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(4,15,0,1)
C4M15Y0K1 
(4%,15%,0%,1%)
(0.04/0.15/0.00/0.01)	

CMYK percentages

%4.37
%15.08
%0
%1.18

Codes

Color #F1D6FC in popluar color models

F1D6FC
RGB241214252
HSL283°86.36%91.37%
HSB/HSV283°15.08%98.82%
CMYK4.37%15.08%0.00%
1.18%

Color #F1D6FC in popluar number systems.

HEXF1D6FC
Decimal241214252
Binary111100011101011011111100
Octal361326374

Shades and tints

Shades of #F1D6FC

#F1D6FC
(241,214,252)
#DCC3E6
(220,195,230)
#C7B0D0
(199,176,208)
#B29DBA
(178,157,186)
#9D8AA4
(157,138,164)
#88778E
(136,119,142)
#736478
(115,100,120)
#5E5162
(94,81,98)
#493E4C
(73,62,76)
#342B36
(52,43,54)
#1F1820
(31,24,32)
#000000
(0,0,0)

Tints of #F1D6FC

#F1D6FC
(241,214,252)
#F2D9FC
(242,217,252)
#F3DCFC
(243,220,252)
#F4DFFC
(244,223,252)
#F5E2FC
(245,226,252)
#F6E5FC
(246,229,252)
#F7E8FC
(247,232,252)
#F8EBFC
(248,235,252)
#F9EEFC
(249,238,252)
#FAF1FC
(250,241,252)
#FBF4FC
(251,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D6FC color. Also use rgb(241,214,252) instead hex code.

Text Font Color

.myTextColor { color: #F1D6FC; }

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

This text font color is #F1D6FC.


Background Color

.myBgColor { background-color: #F1D6FC; }

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

This div background color is #F1D6FC.


Border color

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

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

This div border color is #F1D6FC.


Opacity

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

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

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

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

This text has shadow with #F1D6FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D6FC on black background.


Color preview on white background

This text has color #F1D6FC on white background.



Black color preview on #F1D6FC background

This text has black color on #F1D6FC background.


White color preview on #F1D6FC background

This text has white color on #F1D6FC background.