COLOR #F6E7FB

HEX: #F6E7FB
RGB: (246,231,251)

Color info

#F6E7FB contains red, green and blue colors in about the same proportion. Web safe color of #F6E7FB is #FFFFFF (or #FFF).

RGB color model

#F6E7FB color RGB value is (246,231,251).

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

RGB channels and saturation

R 246 of 255 = 96%
G 231 of 255 = 91%
B 251 of 255 = 98%

246
231
251

R + G + B ~ 95%. #F6E7FB is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 231 + 251 = 728 (100%)
R 246 of 728 ~ 33.79%
G 231 of 728 ~ 31.73%
B 251 of 728 ~ 34.48%

%33.79
%31.73
%34.48

CMYK color model

#F6E7FB color CMYK value is (2,8,0,2).

  • cyan value is 1.99%
  • magenta value is 7.97%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(2,8,0,2)
C2M8Y0K2 
(2%,8%,0%,2%)
(0.02/0.08/0.00/0.02)	

CMYK percentages

%1.99
%7.97
%0
%1.57

Codes

Color #F6E7FB in popluar color models

F6E7FB
RGB246231251
HSL285°71.43%94.51%
HSB/HSV285°7.97%98.43%
CMYK1.99%7.97%0.00%
1.57%

Color #F6E7FB in popluar number systems.

HEXF6E7FB
Decimal246231251
Binary111101101110011111111011
Octal366347373

Shades and tints

Shades of #F6E7FB

#F6E7FB
(246,231,251)
#E0D2E5
(224,210,229)
#CABDCF
(202,189,207)
#B4A8B9
(180,168,185)
#9E93A3
(158,147,163)
#887E8D
(136,126,141)
#726977
(114,105,119)
#5C5461
(92,84,97)
#463F4B
(70,63,75)
#302A35
(48,42,53)
#1A151F
(26,21,31)
#000000
(0,0,0)

Tints of #F6E7FB

#F6E7FB
(246,231,251)
#F6E9FB
(246,233,251)
#F6EBFB
(246,235,251)
#F6EDFB
(246,237,251)
#F6EFFB
(246,239,251)
#F6F1FB
(246,241,251)
#F6F3FB
(246,243,251)
#F6F5FB
(246,245,251)
#F6F7FB
(246,247,251)
#F6F9FB
(246,249,251)
#F6FBFB
(246,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E7FB; }

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

This text font color is #F6E7FB.


Background Color

.myBgColor { background-color: #F6E7FB; }

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

This div background color is #F6E7FB.


Border color

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

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

This div border color is #F6E7FB.


Opacity

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

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

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

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

This text has shadow with #F6E7FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E7FB on black background.


Color preview on white background

This text has color #F6E7FB on white background.



Black color preview on #F6E7FB background

This text has black color on #F6E7FB background.


White color preview on #F6E7FB background

This text has white color on #F6E7FB background.