COLOR #F6ECCB

HEX: #F6ECCB RGB: (246,236,203)

Color info

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

RGB color model

#F6ECCB color RGB value is (246,236,203).

RGB: (246,236,203) (96%, 93%, 80%)

RGB channels and saturation

R 246 of 255 = 96%
G 236 of 255 = 93%
B 203 of 255 = 80%

246
236
203

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

Portions of RGB colors in percentages

R + G + B = 246 + 236 + 203 = 685 (100%)
R 246 of 685 ~ 35.91%
G 236 of 685 ~ 34.45%
B 203 of 685 ~ 29.64'%

%35.91
%34.45
%29.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 17.48%
  • key color value is 3.53%
CMYK: (0,4,17,4) C0M4Y17K4 (0%,4%,17%,4%) (0.00/0.04/0.17/0.04) 

CMYK percentages

%0
%4.07
%17.48
%3.53

Codes

Color #F6ECCB in popluar color models

F6 EC CB
RGB 246 236 203
HSL 46° 70.49% 88.04%
HSB/HSV 46° 17.48% 96.47%
CMYK 0.00% 4.07% 17.48%
3.53%

Color #F6ECCB in popluar number systems.

HEX F6 EC CB
Decimal 246 236 203
Binary 11110110 11101100 11001011
Octal 366 354 313

Shades and tints

Shades of #F6ECCB

#F6ECCB
(246,236,203)
#E0D7B9
(224,215,185)
#CAC2A7
(202,194,167)
#B4AD95
(180,173,149)
#9E9883
(158,152,131)
#888371
(136,131,113)
#726E5F
(114,110,95)
#5C594D
(92,89,77)
#46443B
(70,68,59)
#302F29
(48,47,41)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #F6ECCB

#F6ECCB
(246,236,203)
#F6EDCF
(246,237,207)
#F6EED3
(246,238,211)
#F6EFD7
(246,239,215)
#F6F0DB
(246,240,219)
#F6F1DF
(246,241,223)
#F6F2E3
(246,242,227)
#F6F3E7
(246,243,231)
#F6F4EB
(246,244,235)
#F6F5EF
(246,245,239)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6ECCB; }

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

This text font color is #F6ECCB.

Background Color

.myBgColor { background-color: #F6ECCB; }

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

This div background color is #F6ECCB.

Border color

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

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

This div border color is #F6ECCB.

Opacity

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

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

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

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

This text has shadow with #F6ECCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6ECCB.

Preview

Color preview on black background

This text has color #F6ECCB on black background.


Color preview on white background

This text has color #F6ECCB on white background.


Black color preview on #F6ECCB background

This text has black color on #F6ECCB background.


White color preview on #F6ECCB background

This text has white color on #F6ECCB background.


Related colors

Complementary color

Complementary color for #hex is #091334.


I love getcolorcode.com

Triadic colors

1 #CBF6EC and #ECCBF6 with #F6ECCB are triadic colors.

2 #CBECF6 and #ECF6CB with #F6ECCB are triadic colors.