COLOR #F3E2CA

HEX: #F3E2CA RGB: (243,226,202)

Color info

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

RGB color model

#F3E2CA color RGB value is (243,226,202).

RGB: (243,226,202) (95%, 89%, 79%)

RGB channels and saturation

R 243 of 255 = 95%
G 226 of 255 = 89%
B 202 of 255 = 79%

243
226
202

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

Portions of RGB colors in percentages

R + G + B = 243 + 226 + 202 = 671 (100%)
R 243 of 671 ~ 36.21%
G 226 of 671 ~ 33.68%
B 202 of 671 ~ 30.1'%

%36.21
%33.68
%30.1

CMYK color model

#F3E2CA color CMYK value is (0,7,17,5).

  • cyan value is 0.00%
  • magenta value is 7.00%
  • yellow value is 16.87%
  • key color value is 4.71%

CMYK: (0,7,17,5)
C0M7Y17K5 (0%, 7%, 17%, 5%)
(0.00 / 0.07 / 0.17 / 0.05)

CMYK percentages

%0
%7
%16.87
%4.71

Codes

Color #F3E2CA in popluar color models

F3 E2 CA
RGB 243 226 202
HSL 35° 63.08% 87.25%
HSB/HSV 35° 16.87% 95.29%
CMYK 0.00% 7.00% 16.87%
4.71%

Color #F3E2CA in popluar number systems.

HEX F3 E2 CA
Decimal 243 226 202
Binary 11110011 11100010 11001010
Octal 363 342 312

Shades and tints

Shades of #F3E2CA

#F3E2CA
(243,226,202)
#DDCEB8
(221,206,184)
#C7BAA6
(199,186,166)
#B1A694
(177,166,148)
#9B9282
(155,146,130)
#857E70
(133,126,112)
#6F6A5E
(111,106,94)
#59564C
(89,86,76)
#43423A
(67,66,58)
#2D2E28
(45,46,40)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #F3E2CA

#F3E2CA
(243,226,202)
#F4E4CE
(244,228,206)
#F5E6D2
(245,230,210)
#F6E8D6
(246,232,214)
#F7EADA
(247,234,218)
#F8ECDE
(248,236,222)
#F9EEE2
(249,238,226)
#FAF0E6
(250,240,230)
#FBF2EA
(251,242,234)
#FCF4EE
(252,244,238)
#FDF6F2
(253,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3E2CA; }

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

This text font color is #F3E2CA.

Background Color

.myBgColor { background-color: #F3E2CA; }

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

This div background color is #F3E2CA.

Border color

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

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

This div border color is #F3E2CA.

Opacity

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

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

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

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

This text has shadow with #F3E2CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3E2CA.

Preview

Color preview on black background

This text has color #F3E2CA on black background.


Color preview on white background

This text has color #F3E2CA on white background.


Black color preview on #F3E2CA background

This text has black color on #F3E2CA background.


White color preview on #F3E2CA background

This text has white color on #F3E2CA background.


Related colors

Complementary color

Complementary color for #hex is #0C1D35.


I love getcolorcode.com

Triadic colors

1 #CAF3E2 and #E2CAF3 with #F3E2CA are triadic colors.

2 #CAE2F3 and #E2F3CA with #F3E2CA are triadic colors.