COLOR #F3E1DC

HEX: #F3E1DC
RGB: (243,225,220)

Color info

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

RGB color model

#F3E1DC color RGB value is (243,225,220).

  • red value is 243;
  • green value is 225;
  • blue value is 220.
RGB:
(243,225,220)
(95%,88%,86%)

RGB channels and saturation

R 243 of 255 = 95%
G 225 of 255 = 88%
B 220 of 255 = 86%

243
225
220

R + G + B ~ 90%. #F3E1DC is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 225 + 220 = 688 (100%)
R 243 of 688 ~ 35.32%
G 225 of 688 ~ 32.7%
B 220 of 688 ~ 31.98%

%35.32
%32.7
%31.98

CMYK color model

#F3E1DC color CMYK value is (0,7,9,5).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 9.47%
  • key color value is 4.71%
CMYK:
(0,7,9,5)
C0M7Y9K5 
(0%,7%,9%,5%)
(0.00/0.07/0.09/0.05)	

CMYK percentages

%0
%7.41
%9.47
%4.71

Codes

Color #F3E1DC in popluar color models

F3E1DC
RGB243225220
HSL13°48.94%90.78%
HSB/HSV13°9.47%95.29%
CMYK0.00%7.41%9.47%
4.71%

Color #F3E1DC in popluar number systems.

HEXF3E1DC
Decimal243225220
Binary111100111110000111011100
Octal363341334

Shades and tints

Shades of #F3E1DC

#F3E1DC
(243,225,220)
#DDCDC8
(221,205,200)
#C7B9B4
(199,185,180)
#B1A5A0
(177,165,160)
#9B918C
(155,145,140)
#857D78
(133,125,120)
#6F6964
(111,105,100)
#595550
(89,85,80)
#43413C
(67,65,60)
#2D2D28
(45,45,40)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #F3E1DC

#F3E1DC
(243,225,220)
#F4E3DF
(244,227,223)
#F5E5E2
(245,229,226)
#F6E7E5
(246,231,229)
#F7E9E8
(247,233,232)
#F8EBEB
(248,235,235)
#F9EDEE
(249,237,238)
#FAEFF1
(250,239,241)
#FBF1F4
(251,241,244)
#FCF3F7
(252,243,247)
#FDF5FA
(253,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3E1DC; }

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

This text font color is #F3E1DC.


Background Color

.myBgColor { background-color: #F3E1DC; }

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

This div background color is #F3E1DC.


Border color

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

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

This div border color is #F3E1DC.


Opacity

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

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

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

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

This text has shadow with #F3E1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3E1DC on black background.


Color preview on white background

This text has color #F3E1DC on white background.



Black color preview on #F3E1DC background

This text has black color on #F3E1DC background.


White color preview on #F3E1DC background

This text has white color on #F3E1DC background.