COLOR #F6EECC

HEX: #F6EECC RGB: (246,238,204)

Color info

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

RGB color model

#F6EECC color RGB value is (246,238,204).

RGB: (246,238,204) (96%, 93%, 80%)

RGB channels and saturation

R 246 of 255 = 96%
G 238 of 255 = 93%
B 204 of 255 = 80%

246
238
204

R + G + B ~ 90%. #F6EECC is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 238 + 204 = 688 (100%)
R 246 of 688 ~ 35.76%
G 238 of 688 ~ 34.59%
B 204 of 688 ~ 29.65'%

%35.76
%34.59
%29.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.25%
  • yellow value is 17.07%
  • key color value is 3.53%
CMYK: (0,3,17,4) C0M3Y17K4 (0%,3%,17%,4%) (0.00/0.03/0.17/0.04) 

CMYK percentages

%0
%3.25
%17.07
%3.53

Codes

Color #F6EECC in popluar color models

F6 EE CC
RGB 246 238 204
HSL 49° 70.00% 88.24%
HSB/HSV 49° 17.07% 96.47%
CMYK 0.00% 3.25% 17.07%
3.53%

Color #F6EECC in popluar number systems.

HEX F6 EE CC
Decimal 246 238 204
Binary 11110110 11101110 11001100
Octal 366 356 314

Shades and tints

Shades of #F6EECC

#F6EECC
(246,238,204)
#E0D9BA
(224,217,186)
#CAC4A8
(202,196,168)
#B4AF96
(180,175,150)
#9E9A84
(158,154,132)
#888572
(136,133,114)
#727060
(114,112,96)
#5C5B4E
(92,91,78)
#46463C
(70,70,60)
#30312A
(48,49,42)
#1A1C18
(26,28,24)
#000000
(0,0,0)

Tints of #F6EECC

#F6EECC
(246,238,204)
#F6EFD0
(246,239,208)
#F6F0D4
(246,240,212)
#F6F1D8
(246,241,216)
#F6F2DC
(246,242,220)
#F6F3E0
(246,243,224)
#F6F4E4
(246,244,228)
#F6F5E8
(246,245,232)
#F6F6EC
(246,246,236)
#F6F7F0
(246,247,240)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EECC; }

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

This text font color is #F6EECC.

Background Color

.myBgColor { background-color: #F6EECC; }

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

This div background color is #F6EECC.

Border color

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

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

This div border color is #F6EECC.

Opacity

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

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

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

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

This text has shadow with #F6EECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6EECC.

Preview

Color preview on black background

This text has color #F6EECC on black background.


Color preview on white background

This text has color #F6EECC on white background.


Black color preview on #F6EECC background

This text has black color on #F6EECC background.


White color preview on #F6EECC background

This text has white color on #F6EECC background.


Related colors

Complementary color

Complementary color for #hex is #091133.


I love getcolorcode.com

Triadic colors

1 #CCF6EE and #EECCF6 with #F6EECC are triadic colors.

2 #CCEEF6 and #EEF6CC with #F6EECC are triadic colors.