COLOR #F3E3DA

HEX: #F3E3DA
RGB: (243,227,218)

Color info

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

RGB color model

#F3E3DA color RGB value is (243,227,218).

  • red value is 243;
  • green value is 227;
  • blue value is 218.
RGB:
(243,227,218)
(95%,89%,85%)

RGB channels and saturation

R 243 of 255 = 95%
G 227 of 255 = 89%
B 218 of 255 = 85%

243
227
218

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

Portions of RGB colors in percentages

R + G + B =
243 + 227 + 218 = 688 (100%)
R 243 of 688 ~ 35.32%
G 227 of 688 ~ 32.99%
B 218 of 688 ~ 31.69%

%35.32
%32.99
%31.69

CMYK color model

#F3E3DA color CMYK value is (0,7,10,5).

  • cyan value is 0.00%
  • magenta value is 6.58%
  • yellow value is 10.29%
  • key color value is 4.71%
CMYK:
(0,7,10,5)
C0M7Y10K5 
(0%,7%,10%,5%)
(0.00/0.07/0.10/0.05)	

CMYK percentages

%0
%6.58
%10.29
%4.71

Codes

Color #F3E3DA in popluar color models

F3E3DA
RGB243227218
HSL22°51.02%90.39%
HSB/HSV22°10.29%95.29%
CMYK0.00%6.58%10.29%
4.71%

Color #F3E3DA in popluar number systems.

HEXF3E3DA
Decimal243227218
Binary111100111110001111011010
Octal363343332

Shades and tints

Shades of #F3E3DA

#F3E3DA
(243,227,218)
#DDCFC7
(221,207,199)
#C7BBB4
(199,187,180)
#B1A7A1
(177,167,161)
#9B938E
(155,147,142)
#857F7B
(133,127,123)
#6F6B68
(111,107,104)
#595755
(89,87,85)
#434342
(67,67,66)
#2D2F2F
(45,47,47)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #F3E3DA

#F3E3DA
(243,227,218)
#F4E5DD
(244,229,221)
#F5E7E0
(245,231,224)
#F6E9E3
(246,233,227)
#F7EBE6
(247,235,230)
#F8EDE9
(248,237,233)
#F9EFEC
(249,239,236)
#FAF1EF
(250,241,239)
#FBF3F2
(251,243,242)
#FCF5F5
(252,245,245)
#FDF7F8
(253,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3E3DA color. Also use rgb(243,227,218) instead hex code.

Text Font Color

.myTextColor { color: #F3E3DA; }

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

This text font color is #F3E3DA.


Background Color

.myBgColor { background-color: #F3E3DA; }

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

This div background color is #F3E3DA.


Border color

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

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

This div border color is #F3E3DA.


Opacity

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

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

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

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

This text has shadow with #F3E3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3E3DA on black background.


Color preview on white background

This text has color #F3E3DA on white background.



Black color preview on #F3E3DA background

This text has black color on #F3E3DA background.


White color preview on #F3E3DA background

This text has white color on #F3E3DA background.