COLOR #F6E6CA

HEX: #F6E6CA
RGB: (246,230,202)

Color info

#F6E6CA contains red, green and blue colors in about the same proportion. Web safe color of #F6E6CA is #FFCCCC (or #FCC).

RGB color model

#F6E6CA color RGB value is (246,230,202).

  • red value is 246;
  • green value is 230;
  • blue value is 202.
RGB:
(246,230,202)
(96%,90%,79%)

RGB channels and saturation

R 246 of 255 = 96%
G 230 of 255 = 90%
B 202 of 255 = 79%

246
230
202

R + G + B ~ 88%. #F6E6CA is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 230 + 202 = 678 (100%)
R 246 of 678 ~ 36.28%
G 230 of 678 ~ 33.92%
B 202 of 678 ~ 29.79%

%36.28
%33.92
%29.79

CMYK color model

#F6E6CA color CMYK value is (0,7,18,4).

  • cyan value is 0.00%
  • magenta value is 6.50%
  • yellow value is 17.89%
  • key color value is 3.53%
CMYK:
(0,7,18,4)
C0M7Y18K4 
(0%,7%,18%,4%)
(0.00/0.07/0.18/0.04)	

CMYK percentages

%0
%6.5
%17.89
%3.53

Codes

Color #F6E6CA in popluar color models

F6E6CA
RGB246230202
HSL38°70.97%87.84%
HSB/HSV38°17.89%96.47%
CMYK0.00%6.50%17.89%
3.53%

Color #F6E6CA in popluar number systems.

HEXF6E6CA
Decimal246230202
Binary111101101110011011001010
Octal366346312

Shades and tints

Shades of #F6E6CA

#F6E6CA
(246,230,202)
#E0D2B8
(224,210,184)
#CABEA6
(202,190,166)
#B4AA94
(180,170,148)
#9E9682
(158,150,130)
#888270
(136,130,112)
#726E5E
(114,110,94)
#5C5A4C
(92,90,76)
#46463A
(70,70,58)
#303228
(48,50,40)
#1A1E16
(26,30,22)
#000000
(0,0,0)

Tints of #F6E6CA

#F6E6CA
(246,230,202)
#F6E8CE
(246,232,206)
#F6EAD2
(246,234,210)
#F6ECD6
(246,236,214)
#F6EEDA
(246,238,218)
#F6F0DE
(246,240,222)
#F6F2E2
(246,242,226)
#F6F4E6
(246,244,230)
#F6F6EA
(246,246,234)
#F6F8EE
(246,248,238)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E6CA; }

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

This text font color is #F6E6CA.


Background Color

.myBgColor { background-color: #F6E6CA; }

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

This div background color is #F6E6CA.


Border color

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

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

This div border color is #F6E6CA.


Opacity

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

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

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

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

This text has shadow with #F6E6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E6CA on black background.


Color preview on white background

This text has color #F6E6CA on white background.



Black color preview on #F6E6CA background

This text has black color on #F6E6CA background.


White color preview on #F6E6CA background

This text has white color on #F6E6CA background.