COLOR #F6EFEE

HEX: #F6EFEE RGB: (246,239,238)

Color info

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

RGB color model

#F6EFEE color RGB value is (246,239,238).

RGB: (246,239,238) (96%, 94%, 93%)

RGB channels and saturation

R 246 of 255 = 96%
G 239 of 255 = 94%
B 238 of 255 = 93%

246
239
238

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

Portions of RGB colors in percentages

R + G + B = 246 + 239 + 238 = 723 (100%)
R 246 of 723 ~ 34.02%
G 239 of 723 ~ 33.06%
B 238 of 723 ~ 32.92'%

%34.02
%33.06
%32.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.85%
  • yellow value is 3.25%
  • key color value is 3.53%

CMYK: (0,3,3,4)
C0M3Y3K4 (0%, 3%, 3%, 4%)
(0.00 / 0.03 / 0.03 / 0.04)

CMYK percentages

%0
%2.85
%3.25
%3.53

Codes

Color #F6EFEE in popluar color models

F6 EF EE
RGB 246 239 238
HSL 30.77% 94.90%
HSB/HSV 3.25% 96.47%
CMYK 0.00% 2.85% 3.25%
3.53%

Color #F6EFEE in popluar number systems.

HEX F6 EF EE
Decimal 246 239 238
Binary 11110110 11101111 11101110
Octal 366 357 356

Shades and tints

Shades of #F6EFEE

#F6EFEE
(246,239,238)
#E0DAD9
(224,218,217)
#CAC5C4
(202,197,196)
#B4B0AF
(180,176,175)
#9E9B9A
(158,155,154)
#888685
(136,134,133)
#727170
(114,113,112)
#5C5C5B
(92,92,91)
#464746
(70,71,70)
#303231
(48,50,49)
#1A1D1C
(26,29,28)
#000000
(0,0,0)

Tints of #F6EFEE

#F6EFEE
(246,239,238)
#F6F0EF
(246,240,239)
#F6F1F0
(246,241,240)
#F6F2F1
(246,242,241)
#F6F3F2
(246,243,242)
#F6F4F3
(246,244,243)
#F6F5F4
(246,245,244)
#F6F6F5
(246,246,245)
#F6F7F6
(246,247,246)
#F6F8F7
(246,248,247)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EFEE; }

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

This text font color is #F6EFEE.

Background Color

.myBgColor { background-color: #F6EFEE; }

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

This div background color is #F6EFEE.

Border color

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

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

This div border color is #F6EFEE.

Opacity

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

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

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

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

This text has shadow with #F6EFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6EFEE.

Preview

Color preview on black background

This text has color #F6EFEE on black background.


Color preview on white background

This text has color #F6EFEE on white background.


Black color preview on #F6EFEE background

This text has black color on #F6EFEE background.


White color preview on #F6EFEE background

This text has white color on #F6EFEE background.


Related colors

Complementary color

Complementary color for #hex is #091011.


I love getcolorcode.com

Triadic colors

1 #EEF6EF and #EFEEF6 with #F6EFEE are triadic colors.

2 #EEEFF6 and #EFF6EE with #F6EFEE are triadic colors.