COLOR #F6E2CA

HEX: #F6E2CA
RGB: (246,226,202)

Color info

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

RGB color model

#F6E2CA color RGB value is (246,226,202).

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

RGB channels and saturation

R 246 of 255 = 96%
G 226 of 255 = 89%
B 202 of 255 = 79%

246
226
202

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

Portions of RGB colors in percentages

R + G + B =
246 + 226 + 202 = 674 (100%)
R 246 of 674 ~ 36.5%
G 226 of 674 ~ 33.53%
B 202 of 674 ~ 29.97%

%36.5
%33.53
%29.97

CMYK color model

#F6E2CA color CMYK value is (0,8,18,4).

  • cyan value is 0.00%
  • magenta value is 8.13%
  • yellow value is 17.89%
  • key color value is 3.53%
CMYK:
(0,8,18,4)
C0M8Y18K4 
(0%,8%,18%,4%)
(0.00/0.08/0.18/0.04)	

CMYK percentages

%0
%8.13
%17.89
%3.53

Codes

Color #F6E2CA in popluar color models

F6E2CA
RGB246226202
HSL33°70.97%87.84%
HSB/HSV33°17.89%96.47%
CMYK0.00%8.13%17.89%
3.53%

Color #F6E2CA in popluar number systems.

HEXF6E2CA
Decimal246226202
Binary111101101110001011001010
Octal366342312

Shades and tints

Shades of #F6E2CA

#F6E2CA
(246,226,202)
#E0CEB8
(224,206,184)
#CABAA6
(202,186,166)
#B4A694
(180,166,148)
#9E9282
(158,146,130)
#887E70
(136,126,112)
#726A5E
(114,106,94)
#5C564C
(92,86,76)
#46423A
(70,66,58)
#302E28
(48,46,40)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #F6E2CA

#F6E2CA
(246,226,202)
#F6E4CE
(246,228,206)
#F6E6D2
(246,230,210)
#F6E8D6
(246,232,214)
#F6EADA
(246,234,218)
#F6ECDE
(246,236,222)
#F6EEE2
(246,238,226)
#F6F0E6
(246,240,230)
#F6F2EA
(246,242,234)
#F6F4EE
(246,244,238)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E2CA; }

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

This text font color is #F6E2CA.


Background Color

.myBgColor { background-color: #F6E2CA; }

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

This div background color is #F6E2CA.


Border color

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

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

This div border color is #F6E2CA.


Opacity

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

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

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

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

This text has shadow with #F6E2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E2CA on black background.


Color preview on white background

This text has color #F6E2CA on white background.



Black color preview on #F6E2CA background

This text has black color on #F6E2CA background.


White color preview on #F6E2CA background

This text has white color on #F6E2CA background.