COLOR #F6EEE6

HEX: #F6EEE6
RGB: (246,238,230)

Color info

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

RGB color model

#F6EEE6 color RGB value is (246,238,230).

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

RGB channels and saturation

R 246 of 255 = 96%
G 238 of 255 = 93%
B 230 of 255 = 90%

246
238
230

R + G + B ~ 93%. #F6EEE6 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 238 + 230 = 714 (100%)
R 246 of 714 ~ 34.45%
G 238 of 714 ~ 33.33%
B 230 of 714 ~ 32.21%

%34.45
%33.33
%32.21

CMYK color model

#F6EEE6 color CMYK value is (0,3,7,4).

  • cyan value is 0.00%
  • magenta value is 3.25%
  • yellow value is 6.50%
  • key color value is 3.53%
CMYK:
(0,3,7,4)
C0M3Y7K4 
(0%,3%,7%,4%)
(0.00/0.03/0.07/0.04)	

CMYK percentages

%0
%3.25
%6.5
%3.53

Codes

Color #F6EEE6 in popluar color models

F6EEE6
RGB246238230
HSL30°47.06%93.33%
HSB/HSV30°6.50%96.47%
CMYK0.00%3.25%6.50%
3.53%

Color #F6EEE6 in popluar number systems.

HEXF6EEE6
Decimal246238230
Binary111101101110111011100110
Octal366356346

Shades and tints

Shades of #F6EEE6

#F6EEE6
(246,238,230)
#E0D9D2
(224,217,210)
#CAC4BE
(202,196,190)
#B4AFAA
(180,175,170)
#9E9A96
(158,154,150)
#888582
(136,133,130)
#72706E
(114,112,110)
#5C5B5A
(92,91,90)
#464646
(70,70,70)
#303132
(48,49,50)
#1A1C1E
(26,28,30)
#000000
(0,0,0)

Tints of #F6EEE6

#F6EEE6
(246,238,230)
#F6EFE8
(246,239,232)
#F6F0EA
(246,240,234)
#F6F1EC
(246,241,236)
#F6F2EE
(246,242,238)
#F6F3F0
(246,243,240)
#F6F4F2
(246,244,242)
#F6F5F4
(246,245,244)
#F6F6F6
(246,246,246)
#F6F7F8
(246,247,248)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EEE6; }

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

This text font color is #F6EEE6.


Background Color

.myBgColor { background-color: #F6EEE6; }

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

This div background color is #F6EEE6.


Border color

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

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

This div border color is #F6EEE6.


Opacity

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

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

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

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

This text has shadow with #F6EEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EEE6 on black background.


Color preview on white background

This text has color #F6EEE6 on white background.



Black color preview on #F6EEE6 background

This text has black color on #F6EEE6 background.


White color preview on #F6EEE6 background

This text has white color on #F6EEE6 background.