COLOR #F6D1FB

HEX: #F6D1FB
RGB: (246,209,251)

Color info

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

RGB color model

#F6D1FB color RGB value is (246,209,251).

  • red value is 246;
  • green value is 209;
  • blue value is 251.
RGB:
(246,209,251)
(96%,82%,98%)

RGB channels and saturation

R 246 of 255 = 96%
G 209 of 255 = 82%
B 251 of 255 = 98%

246
209
251

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

Portions of RGB colors in percentages

R + G + B =
246 + 209 + 251 = 706 (100%)
R 246 of 706 ~ 34.84%
G 209 of 706 ~ 29.6%
B 251 of 706 ~ 35.55%

%34.84
%29.6
%35.55

CMYK color model

#F6D1FB color CMYK value is (2,17,0,2).

  • cyan value is 1.99%
  • magenta value is 16.73%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(2,17,0,2)
C2M17Y0K2 
(2%,17%,0%,2%)
(0.02/0.17/0.00/0.02)	

CMYK percentages

%1.99
%16.73
%0
%1.57

Codes

Color #F6D1FB in popluar color models

F6D1FB
RGB246209251
HSL293°84.00%90.20%
HSB/HSV293°16.73%98.43%
CMYK1.99%16.73%0.00%
1.57%

Color #F6D1FB in popluar number systems.

HEXF6D1FB
Decimal246209251
Binary111101101101000111111011
Octal366321373

Shades and tints

Shades of #F6D1FB

#F6D1FB
(246,209,251)
#E0BEE5
(224,190,229)
#CAABCF
(202,171,207)
#B498B9
(180,152,185)
#9E85A3
(158,133,163)
#88728D
(136,114,141)
#725F77
(114,95,119)
#5C4C61
(92,76,97)
#46394B
(70,57,75)
#302635
(48,38,53)
#1A131F
(26,19,31)
#000000
(0,0,0)

Tints of #F6D1FB

#F6D1FB
(246,209,251)
#F6D5FB
(246,213,251)
#F6D9FB
(246,217,251)
#F6DDFB
(246,221,251)
#F6E1FB
(246,225,251)
#F6E5FB
(246,229,251)
#F6E9FB
(246,233,251)
#F6EDFB
(246,237,251)
#F6F1FB
(246,241,251)
#F6F5FB
(246,245,251)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D1FB color. Also use rgb(246,209,251) instead hex code.

Text Font Color

.myTextColor { color: #F6D1FB; }

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

This text font color is #F6D1FB.


Background Color

.myBgColor { background-color: #F6D1FB; }

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

This div background color is #F6D1FB.


Border color

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

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

This div border color is #F6D1FB.


Opacity

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

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

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

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

This text has shadow with #F6D1FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D1FB on black background.


Color preview on white background

This text has color #F6D1FB on white background.



Black color preview on #F6D1FB background

This text has black color on #F6D1FB background.


White color preview on #F6D1FB background

This text has white color on #F6D1FB background.