COLOR #F6D0FB

HEX: #F6D0FB
RGB: (246,208,251)

Color info

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

RGB color model

#F6D0FB color RGB value is (246,208,251).

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

RGB channels and saturation

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

246
208
251

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

Portions of RGB colors in percentages

R + G + B =
246 + 208 + 251 = 705 (100%)
R 246 of 705 ~ 34.89%
G 208 of 705 ~ 29.5%
B 251 of 705 ~ 35.6%

%34.89
%29.5
%35.6

CMYK color model

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

  • cyan value is 1.99%
  • magenta value is 17.13%
  • 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
%17.13
%0
%1.57

Codes

Color #F6D0FB in popluar color models

F6D0FB
RGB246208251
HSL293°84.31%90.00%
HSB/HSV293°17.13%98.43%
CMYK1.99%17.13%0.00%
1.57%

Color #F6D0FB in popluar number systems.

HEXF6D0FB
Decimal246208251
Binary111101101101000011111011
Octal366320373

Shades and tints

Shades of #F6D0FB

#F6D0FB
(246,208,251)
#E0BEE5
(224,190,229)
#CAACCF
(202,172,207)
#B49AB9
(180,154,185)
#9E88A3
(158,136,163)
#88768D
(136,118,141)
#726477
(114,100,119)
#5C5261
(92,82,97)
#46404B
(70,64,75)
#302E35
(48,46,53)
#1A1C1F
(26,28,31)
#000000
(0,0,0)

Tints of #F6D0FB

#F6D0FB
(246,208,251)
#F6D4FB
(246,212,251)
#F6D8FB
(246,216,251)
#F6DCFB
(246,220,251)
#F6E0FB
(246,224,251)
#F6E4FB
(246,228,251)
#F6E8FB
(246,232,251)
#F6ECFB
(246,236,251)
#F6F0FB
(246,240,251)
#F6F4FB
(246,244,251)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D0FB; }

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

This text font color is #F6D0FB.


Background Color

.myBgColor { background-color: #F6D0FB; }

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

This div background color is #F6D0FB.


Border color

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

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

This div border color is #F6D0FB.


Opacity

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

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

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

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

This text has shadow with #F6D0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D0FB on black background.


Color preview on white background

This text has color #F6D0FB on white background.



Black color preview on #F6D0FB background

This text has black color on #F6D0FB background.


White color preview on #F6D0FB background

This text has white color on #F6D0FB background.