COLOR #F6E9FC

HEX: #F6E9FC RGB: (246,233,252)

Color info

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

RGB color model

#F6E9FC color RGB value is (246,233,252).

RGB: (246,233,252) (96%, 91%, 99%)

RGB channels and saturation

R 246 of 255 = 96%
G 233 of 255 = 91%
B 252 of 255 = 99%

246
233
252

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

Portions of RGB colors in percentages

R + G + B = 246 + 233 + 252 = 731 (100%)
R 246 of 731 ~ 33.65%
G 233 of 731 ~ 31.87%
B 252 of 731 ~ 34.47'%

%33.65
%31.87
%34.47

CMYK color model

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

  • cyan value is 2.38%
  • magenta value is 7.54%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (2,8,0,1)
C2M8Y0K1 (2%, 8%, 0%, 1%)
(0.02 / 0.08 / 0.00 / 0.01)

CMYK percentages

%2.38
%7.54
%0
%1.18

Codes

Color #F6E9FC in popluar color models

F6 E9 FC
RGB 246 233 252
HSL 281° 76.00% 95.10%
HSB/HSV 281° 7.54% 98.82%
CMYK 2.38% 7.54% 0.00%
1.18%

Color #F6E9FC in popluar number systems.

HEX F6 E9 FC
Decimal 246 233 252
Binary 11110110 11101001 11111100
Octal 366 351 374

Shades and tints

Shades of #F6E9FC

#F6E9FC
(246,233,252)
#E0D4E6
(224,212,230)
#CABFD0
(202,191,208)
#B4AABA
(180,170,186)
#9E95A4
(158,149,164)
#88808E
(136,128,142)
#726B78
(114,107,120)
#5C5662
(92,86,98)
#46414C
(70,65,76)
#302C36
(48,44,54)
#1A1720
(26,23,32)
#000000
(0,0,0)

Tints of #F6E9FC

#F6E9FC
(246,233,252)
#F6EBFC
(246,235,252)
#F6EDFC
(246,237,252)
#F6EFFC
(246,239,252)
#F6F1FC
(246,241,252)
#F6F3FC
(246,243,252)
#F6F5FC
(246,245,252)
#F6F7FC
(246,247,252)
#F6F9FC
(246,249,252)
#F6FBFC
(246,251,252)
#F6FDFC
(246,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E9FC color. Also use rgb(246,233,252) instead hex code.

Text Font Color

.myTextColor { color: #F6E9FC; }

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

This text font color is #F6E9FC.

Background Color

.myBgColor { background-color: #F6E9FC; }

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

This div background color is #F6E9FC.

Border color

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

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

This div border color is #F6E9FC.

Opacity

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

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

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

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

This text has shadow with #F6E9FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6E9FC.

Preview

Color preview on black background

This text has color #F6E9FC on black background.


Color preview on white background

This text has color #F6E9FC on white background.


Black color preview on #F6E9FC background

This text has black color on #F6E9FC background.


White color preview on #F6E9FC background

This text has white color on #F6E9FC background.


Related colors

Complementary color

Complementary color for #hex is #091603.


I love getcolorcode.com

Triadic colors

1 #FCF6E9 and #E9FCF6 with #F6E9FC are triadic colors.

2 #FCE9F6 and #E9F6FC with #F6E9FC are triadic colors.