COLOR #F6E9F2

HEX: #F6E9F2
RGB: (246,233,242)

Color info

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

RGB color model

#F6E9F2 color RGB value is (246,233,242).

  • red value is 246;
  • green value is 233;
  • blue value is 242.
RGB:
(246,233,242)
(96%,91%,95%)

RGB channels and saturation

R 246 of 255 = 96%
G 233 of 255 = 91%
B 242 of 255 = 95%

246
233
242

R + G + B ~ 94%. #F6E9F2 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 233 + 242 = 721 (100%)
R 246 of 721 ~ 34.12%
G 233 of 721 ~ 32.32%
B 242 of 721 ~ 33.56%

%34.12
%32.32
%33.56

CMYK color model

#F6E9F2 color CMYK value is (0,5,2,4).

  • cyan value is 0.00%
  • magenta value is 5.28%
  • yellow value is 1.63%
  • key color value is 3.53%
CMYK:
(0,5,2,4)
C0M5Y2K4 
(0%,5%,2%,4%)
(0.00/0.05/0.02/0.04)	

CMYK percentages

%0
%5.28
%1.63
%3.53

Codes

Color #F6E9F2 in popluar color models

F6E9F2
RGB246233242
HSL318°41.94%93.92%
HSB/HSV318°5.28%96.47%
CMYK0.00%5.28%1.63%
3.53%

Color #F6E9F2 in popluar number systems.

HEXF6E9F2
Decimal246233242
Binary111101101110100111110010
Octal366351362

Shades and tints

Shades of #F6E9F2

#F6E9F2
(246,233,242)
#E0D4DC
(224,212,220)
#CABFC6
(202,191,198)
#B4AAB0
(180,170,176)
#9E959A
(158,149,154)
#888084
(136,128,132)
#726B6E
(114,107,110)
#5C5658
(92,86,88)
#464142
(70,65,66)
#302C2C
(48,44,44)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #F6E9F2

#F6E9F2
(246,233,242)
#F6EBF3
(246,235,243)
#F6EDF4
(246,237,244)
#F6EFF5
(246,239,245)
#F6F1F6
(246,241,246)
#F6F3F7
(246,243,247)
#F6F5F8
(246,245,248)
#F6F7F9
(246,247,249)
#F6F9FA
(246,249,250)
#F6FBFB
(246,251,251)
#F6FDFC
(246,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E9F2; }

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

This text font color is #F6E9F2.


Background Color

.myBgColor { background-color: #F6E9F2; }

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

This div background color is #F6E9F2.


Border color

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

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

This div border color is #F6E9F2.


Opacity

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

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

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

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

This text has shadow with #F6E9F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E9F2 on black background.


Color preview on white background

This text has color #F6E9F2 on white background.



Black color preview on #F6E9F2 background

This text has black color on #F6E9F2 background.


White color preview on #F6E9F2 background

This text has white color on #F6E9F2 background.