COLOR #F6EFEC

HEX: #F6EFEC RGB: (246,239,236)

Color info

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

RGB color model

#F6EFEC color RGB value is (246,239,236).

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

RGB channels and saturation

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

246
239
236

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

Portions of RGB colors in percentages

R + G + B = 246 + 239 + 236 = 721 (100%)
R 246 of 721 ~ 34.12%
G 239 of 721 ~ 33.15%
B 236 of 721 ~ 32.73'%

%34.12
%33.15
%32.73

CMYK color model

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

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

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

CMYK percentages

%0
%2.85
%4.07
%3.53

Codes

Color #F6EFEC in popluar color models

F6 EF EC
RGB 246 239 236
HSL 18° 35.71% 94.51%
HSB/HSV 18° 4.07% 96.47%
CMYK 0.00% 2.85% 4.07%
3.53%

Color #F6EFEC in popluar number systems.

HEX F6 EF EC
Decimal 246 239 236
Binary 11110110 11101111 11101100
Octal 366 357 354

Shades and tints

Shades of #F6EFEC

#F6EFEC
(246,239,236)
#E0DAD7
(224,218,215)
#CAC5C2
(202,197,194)
#B4B0AD
(180,176,173)
#9E9B98
(158,155,152)
#888683
(136,134,131)
#72716E
(114,113,110)
#5C5C59
(92,92,89)
#464744
(70,71,68)
#30322F
(48,50,47)
#1A1D1A
(26,29,26)
#000000
(0,0,0)

Tints of #F6EFEC

#F6EFEC
(246,239,236)
#F6F0ED
(246,240,237)
#F6F1EE
(246,241,238)
#F6F2EF
(246,242,239)
#F6F3F0
(246,243,240)
#F6F4F1
(246,244,241)
#F6F5F2
(246,245,242)
#F6F6F3
(246,246,243)
#F6F7F4
(246,247,244)
#F6F8F5
(246,248,245)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EFEC; }

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

This text font color is #F6EFEC.

Background Color

.myBgColor { background-color: #F6EFEC; }

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

This div background color is #F6EFEC.

Border color

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

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

This div border color is #F6EFEC.

Opacity

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

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

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

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

This text has shadow with #F6EFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6EFEC.

Preview

Color preview on black background

This text has color #F6EFEC on black background.


Color preview on white background

This text has color #F6EFEC on white background.


Black color preview on #F6EFEC background

This text has black color on #F6EFEC background.


White color preview on #F6EFEC background

This text has white color on #F6EFEC background.


Related colors

Complementary color

Complementary color for #hex is #091013.


I love getcolorcode.com

Triadic colors

1 #ECF6EF and #EFECF6 with #F6EFEC are triadic colors.

2 #ECEFF6 and #EFF6EC with #F6EFEC are triadic colors.