COLOR #F6F3EE

HEX: #F6F3EE
RGB: (246,243,238)

Color info

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

RGB color model

#F6F3EE color RGB value is (246,243,238).

  • red value is 246;
  • green value is 243;
  • blue value is 238.
RGB:
(246,243,238)
(96%,95%,93%)

RGB channels and saturation

R 246 of 255 = 96%
G 243 of 255 = 95%
B 238 of 255 = 93%

246
243
238

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

Portions of RGB colors in percentages

R + G + B =
246 + 243 + 238 = 727 (100%)
R 246 of 727 ~ 33.84%
G 243 of 727 ~ 33.43%
B 238 of 727 ~ 32.74%

%33.84
%33.43
%32.74

CMYK color model

#F6F3EE color CMYK value is (0,1,3,4).

  • cyan value is 0.00%
  • magenta value is 1.22%
  • yellow value is 3.25%
  • key color value is 3.53%
CMYK:
(0,1,3,4)
C0M1Y3K4 
(0%,1%,3%,4%)
(0.00/0.01/0.03/0.04)	

CMYK percentages

%0
%1.22
%3.25
%3.53

Codes

Color #F6F3EE in popluar color models

F6F3EE
RGB246243238
HSL37°30.77%94.90%
HSB/HSV37°3.25%96.47%
CMYK0.00%1.22%3.25%
3.53%

Color #F6F3EE in popluar number systems.

HEXF6F3EE
Decimal246243238
Binary111101101111001111101110
Octal366363356

Shades and tints

Shades of #F6F3EE

#F6F3EE
(246,243,238)
#E0DDD9
(224,221,217)
#CAC7C4
(202,199,196)
#B4B1AF
(180,177,175)
#9E9B9A
(158,155,154)
#888585
(136,133,133)
#726F70
(114,111,112)
#5C595B
(92,89,91)
#464346
(70,67,70)
#302D31
(48,45,49)
#1A171C
(26,23,28)
#000000
(0,0,0)

Tints of #F6F3EE

#F6F3EE
(246,243,238)
#F6F4EF
(246,244,239)
#F6F5F0
(246,245,240)
#F6F6F1
(246,246,241)
#F6F7F2
(246,247,242)
#F6F8F3
(246,248,243)
#F6F9F4
(246,249,244)
#F6FAF5
(246,250,245)
#F6FBF6
(246,251,246)
#F6FCF7
(246,252,247)
#F6FDF8
(246,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6F3EE color. Also use rgb(246,243,238) instead hex code.

Text Font Color

.myTextColor { color: #F6F3EE; }

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

This text font color is #F6F3EE.


Background Color

.myBgColor { background-color: #F6F3EE; }

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

This div background color is #F6F3EE.


Border color

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

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

This div border color is #F6F3EE.


Opacity

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

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

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

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

This text has shadow with #F6F3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F3EE on black background.


Color preview on white background

This text has color #F6F3EE on white background.



Black color preview on #F6F3EE background

This text has black color on #F6F3EE background.


White color preview on #F6F3EE background

This text has white color on #F6F3EE background.