COLOR #F3E1CE

HEX: #F3E1CE RGB: (243,225,206)

Color info

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

RGB color model

#F3E1CE color RGB value is (243,225,206).

RGB: (243,225,206) (95%, 88%, 81%)

RGB channels and saturation

R 243 of 255 = 95%
G 225 of 255 = 88%
B 206 of 255 = 81%

243
225
206

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

Portions of RGB colors in percentages

R + G + B = 243 + 225 + 206 = 674 (100%)
R 243 of 674 ~ 36.05%
G 225 of 674 ~ 33.38%
B 206 of 674 ~ 30.56'%

%36.05
%33.38
%30.56

CMYK color model

#F3E1CE color CMYK value is (0,7,15,5).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 15.23%
  • key color value is 4.71%

CMYK: (0,7,15,5)
C0M7Y15K5 (0%, 7%, 15%, 5%)
(0.00 / 0.07 / 0.15 / 0.05)

CMYK percentages

%0
%7.41
%15.23
%4.71

Codes

Color #F3E1CE in popluar color models

F3 E1 CE
RGB 243 225 206
HSL 31° 60.66% 88.04%
HSB/HSV 31° 15.23% 95.29%
CMYK 0.00% 7.41% 15.23%
4.71%

Color #F3E1CE in popluar number systems.

HEX F3 E1 CE
Decimal 243 225 206
Binary 11110011 11100001 11001110
Octal 363 341 316

Shades and tints

Shades of #F3E1CE

#F3E1CE
(243,225,206)
#DDCDBC
(221,205,188)
#C7B9AA
(199,185,170)
#B1A598
(177,165,152)
#9B9186
(155,145,134)
#857D74
(133,125,116)
#6F6962
(111,105,98)
#595550
(89,85,80)
#43413E
(67,65,62)
#2D2D2C
(45,45,44)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #F3E1CE

#F3E1CE
(243,225,206)
#F4E3D2
(244,227,210)
#F5E5D6
(245,229,214)
#F6E7DA
(246,231,218)
#F7E9DE
(247,233,222)
#F8EBE2
(248,235,226)
#F9EDE6
(249,237,230)
#FAEFEA
(250,239,234)
#FBF1EE
(251,241,238)
#FCF3F2
(252,243,242)
#FDF5F6
(253,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3E1CE color. Also use rgb(243,225,206) instead hex code.

Text Font Color

.myTextColor { color: #F3E1CE; }

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

This text font color is #F3E1CE.

Background Color

.myBgColor { background-color: #F3E1CE; }

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

This div background color is #F3E1CE.

Border color

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

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

This div border color is #F3E1CE.

Opacity

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

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

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

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

This text has shadow with #F3E1CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3E1CE.

Preview

Color preview on black background

This text has color #F3E1CE on black background.


Color preview on white background

This text has color #F3E1CE on white background.


Black color preview on #F3E1CE background

This text has black color on #F3E1CE background.


White color preview on #F3E1CE background

This text has white color on #F3E1CE background.


Related colors

Complementary color

Complementary color for #hex is #0C1E31.


I love getcolorcode.com

Triadic colors

1 #CEF3E1 and #E1CEF3 with #F3E1CE are triadic colors.

2 #CEE1F3 and #E1F3CE with #F3E1CE are triadic colors.