COLOR #F6EACA

HEX: #F6EACA RGB: (246,234,202)

Color info

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

RGB color model

#F6EACA color RGB value is (246,234,202).

RGB: (246,234,202) (96%, 92%, 79%)

RGB channels and saturation

R 246 of 255 = 96%
G 234 of 255 = 92%
B 202 of 255 = 79%

246
234
202

R + G + B ~ 89%. #F6EACA is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 234 + 202 = 682 (100%)
R 246 of 682 ~ 36.07%
G 234 of 682 ~ 34.31%
B 202 of 682 ~ 29.62'%

%36.07
%34.31
%29.62

CMYK color model

#F6EACA color CMYK value is (0,5,18,4).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 17.89%
  • key color value is 3.53%
CMYK: (0,5,18,4) C0M5Y18K4 (0%,5%,18%,4%) (0.00/0.05/0.18/0.04) 

CMYK percentages

%0
%4.88
%17.89
%3.53

Codes

Color #F6EACA in popluar color models

F6 EA CA
RGB 246 234 202
HSL 44° 70.97% 87.84%
HSB/HSV 44° 17.89% 96.47%
CMYK 0.00% 4.88% 17.89%
3.53%

Color #F6EACA in popluar number systems.

HEX F6 EA CA
Decimal 246 234 202
Binary 11110110 11101010 11001010
Octal 366 352 312

Shades and tints

Shades of #F6EACA

#F6EACA
(246,234,202)
#E0D5B8
(224,213,184)
#CAC0A6
(202,192,166)
#B4AB94
(180,171,148)
#9E9682
(158,150,130)
#888170
(136,129,112)
#726C5E
(114,108,94)
#5C574C
(92,87,76)
#46423A
(70,66,58)
#302D28
(48,45,40)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #F6EACA

#F6EACA
(246,234,202)
#F6EBCE
(246,235,206)
#F6ECD2
(246,236,210)
#F6EDD6
(246,237,214)
#F6EEDA
(246,238,218)
#F6EFDE
(246,239,222)
#F6F0E2
(246,240,226)
#F6F1E6
(246,241,230)
#F6F2EA
(246,242,234)
#F6F3EE
(246,243,238)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6EACA color. Also use rgb(246,234,202) instead hex code.

Text Font Color

.myTextColor { color: #F6EACA; }

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

This text font color is #F6EACA.

Background Color

.myBgColor { background-color: #F6EACA; }

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

This div background color is #F6EACA.

Border color

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

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

This div border color is #F6EACA.

Opacity

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

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

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

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

This text has shadow with #F6EACA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6EACA.

Preview

Color preview on black background

This text has color #F6EACA on black background.


Color preview on white background

This text has color #F6EACA on white background.


Black color preview on #F6EACA background

This text has black color on #F6EACA background.


White color preview on #F6EACA background

This text has white color on #F6EACA background.


Related colors

Complementary color

Complementary color for #hex is #091535.


I love getcolorcode.com

Triadic colors

1 #CAF6EA and #EACAF6 with #F6EACA are triadic colors.

2 #CAEAF6 and #EAF6CA with #F6EACA are triadic colors.