COLOR #F6E8E1

HEX: #F6E8E1
RGB: (246,232,225)

Color info

#F6E8E1 contains red, green and blue colors in about the same proportion. Web safe color of #F6E8E1 is #FFFFCC (or #FFC).

RGB color model

#F6E8E1 color RGB value is (246,232,225).

  • red value is 246;
  • green value is 232;
  • blue value is 225.
RGB:
(246,232,225)
(96%,91%,88%)

RGB channels and saturation

R 246 of 255 = 96%
G 232 of 255 = 91%
B 225 of 255 = 88%

246
232
225

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

Portions of RGB colors in percentages

R + G + B =
246 + 232 + 225 = 703 (100%)
R 246 of 703 ~ 34.99%
G 232 of 703 ~ 33%
B 225 of 703 ~ 32.01%

%34.99
%33
%32.01

CMYK color model

#F6E8E1 color CMYK value is (0,6,9,4).

  • cyan value is 0.00%
  • magenta value is 5.69%
  • yellow value is 8.54%
  • key color value is 3.53%
CMYK:
(0,6,9,4)
C0M6Y9K4 
(0%,6%,9%,4%)
(0.00/0.06/0.09/0.04)	

CMYK percentages

%0
%5.69
%8.54
%3.53

Codes

Color #F6E8E1 in popluar color models

F6E8E1
RGB246232225
HSL20°53.85%92.35%
HSB/HSV20°8.54%96.47%
CMYK0.00%5.69%8.54%
3.53%

Color #F6E8E1 in popluar number systems.

HEXF6E8E1
Decimal246232225
Binary111101101110100011100001
Octal366350341

Shades and tints

Shades of #F6E8E1

#F6E8E1
(246,232,225)
#E0D3CD
(224,211,205)
#CABEB9
(202,190,185)
#B4A9A5
(180,169,165)
#9E9491
(158,148,145)
#887F7D
(136,127,125)
#726A69
(114,106,105)
#5C5555
(92,85,85)
#464041
(70,64,65)
#302B2D
(48,43,45)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #F6E8E1

#F6E8E1
(246,232,225)
#F6EAE3
(246,234,227)
#F6ECE5
(246,236,229)
#F6EEE7
(246,238,231)
#F6F0E9
(246,240,233)
#F6F2EB
(246,242,235)
#F6F4ED
(246,244,237)
#F6F6EF
(246,246,239)
#F6F8F1
(246,248,241)
#F6FAF3
(246,250,243)
#F6FCF5
(246,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E8E1 color. Also use rgb(246,232,225) instead hex code.

Text Font Color

.myTextColor { color: #F6E8E1; }

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

This text font color is #F6E8E1.


Background Color

.myBgColor { background-color: #F6E8E1; }

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

This div background color is #F6E8E1.


Border color

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

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

This div border color is #F6E8E1.


Opacity

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

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

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

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

This text has shadow with #F6E8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E8E1 on black background.


Color preview on white background

This text has color #F6E8E1 on white background.



Black color preview on #F6E8E1 background

This text has black color on #F6E8E1 background.


White color preview on #F6E8E1 background

This text has white color on #F6E8E1 background.