COLOR #F6F0EB

HEX: #F6F0EB
RGB: (246,240,235)

Color info

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

RGB color model

#F6F0EB color RGB value is (246,240,235).

  • red value is 246;
  • green value is 240;
  • blue value is 235.
RGB:
(246,240,235)
(96%,94%,92%)

RGB channels and saturation

R 246 of 255 = 96%
G 240 of 255 = 94%
B 235 of 255 = 92%

246
240
235

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

Portions of RGB colors in percentages

R + G + B =
246 + 240 + 235 = 721 (100%)
R 246 of 721 ~ 34.12%
G 240 of 721 ~ 33.29%
B 235 of 721 ~ 32.59%

%34.12
%33.29
%32.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 4.47%
  • key color value is 3.53%
CMYK:
(0,2,4,4)
C0M2Y4K4 
(0%,2%,4%,4%)
(0.00/0.02/0.04/0.04)	

CMYK percentages

%0
%2.44
%4.47
%3.53

Codes

Color #F6F0EB in popluar color models

F6F0EB
RGB246240235
HSL27°37.93%94.31%
HSB/HSV27°4.47%96.47%
CMYK0.00%2.44%4.47%
3.53%

Color #F6F0EB in popluar number systems.

HEXF6F0EB
Decimal246240235
Binary111101101111000011101011
Octal366360353

Shades and tints

Shades of #F6F0EB

#F6F0EB
(246,240,235)
#E0DBD6
(224,219,214)
#CAC6C1
(202,198,193)
#B4B1AC
(180,177,172)
#9E9C97
(158,156,151)
#888782
(136,135,130)
#72726D
(114,114,109)
#5C5D58
(92,93,88)
#464843
(70,72,67)
#30332E
(48,51,46)
#1A1E19
(26,30,25)
#000000
(0,0,0)

Tints of #F6F0EB

#F6F0EB
(246,240,235)
#F6F1EC
(246,241,236)
#F6F2ED
(246,242,237)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6F0EB color. Also use rgb(246,240,235) instead hex code.

Text Font Color

.myTextColor { color: #F6F0EB; }

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

This text font color is #F6F0EB.


Background Color

.myBgColor { background-color: #F6F0EB; }

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

This div background color is #F6F0EB.


Border color

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

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

This div border color is #F6F0EB.


Opacity

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

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

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

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

This text has shadow with #F6F0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F0EB on black background.


Color preview on white background

This text has color #F6F0EB on white background.



Black color preview on #F6F0EB background

This text has black color on #F6F0EB background.


White color preview on #F6F0EB background

This text has white color on #F6F0EB background.