COLOR #F6F3EA

HEX: #F6F3EA
RGB: (246,243,234)

Color info

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

RGB color model

#F6F3EA color RGB value is (246,243,234).

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

RGB channels and saturation

R 246 of 255 = 96%
G 243 of 255 = 95%
B 234 of 255 = 92%

246
243
234

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

Portions of RGB colors in percentages

R + G + B =
246 + 243 + 234 = 723 (100%)
R 246 of 723 ~ 34.02%
G 243 of 723 ~ 33.61%
B 234 of 723 ~ 32.37%

%34.02
%33.61
%32.37

CMYK color model

#F6F3EA color CMYK value is (0,1,5,4).

  • cyan value is 0.00%
  • magenta value is 1.22%
  • yellow value is 4.88%
  • key color value is 3.53%
CMYK:
(0,1,5,4)
C0M1Y5K4 
(0%,1%,5%,4%)
(0.00/0.01/0.05/0.04)	

CMYK percentages

%0
%1.22
%4.88
%3.53

Codes

Color #F6F3EA in popluar color models

F6F3EA
RGB246243234
HSL45°40.00%94.12%
HSB/HSV45°4.88%96.47%
CMYK0.00%1.22%4.88%
3.53%

Color #F6F3EA in popluar number systems.

HEXF6F3EA
Decimal246243234
Binary111101101111001111101010
Octal366363352

Shades and tints

Shades of #F6F3EA

#F6F3EA
(246,243,234)
#E0DDD5
(224,221,213)
#CAC7C0
(202,199,192)
#B4B1AB
(180,177,171)
#9E9B96
(158,155,150)
#888581
(136,133,129)
#726F6C
(114,111,108)
#5C5957
(92,89,87)
#464342
(70,67,66)
#302D2D
(48,45,45)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #F6F3EA

#F6F3EA
(246,243,234)
#F6F4EB
(246,244,235)
#F6F5EC
(246,245,236)
#F6F6ED
(246,246,237)
#F6F7EE
(246,247,238)
#F6F8EF
(246,248,239)
#F6F9F0
(246,249,240)
#F6FAF1
(246,250,241)
#F6FBF2
(246,251,242)
#F6FCF3
(246,252,243)
#F6FDF4
(246,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F3EA; }

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

This text font color is #F6F3EA.


Background Color

.myBgColor { background-color: #F6F3EA; }

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

This div background color is #F6F3EA.


Border color

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

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

This div border color is #F6F3EA.


Opacity

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

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

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

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

This text has shadow with #F6F3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F3EA on black background.


Color preview on white background

This text has color #F6F3EA on white background.



Black color preview on #F6F3EA background

This text has black color on #F6F3EA background.


White color preview on #F6F3EA background

This text has white color on #F6F3EA background.