COLOR #F3E3D4

HEX: #F3E3D4
RGB: (243,227,212)

Color info

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

RGB color model

#F3E3D4 color RGB value is (243,227,212).

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

RGB channels and saturation

R 243 of 255 = 95%
G 227 of 255 = 89%
B 212 of 255 = 83%

243
227
212

R + G + B ~ 89%. #F3E3D4 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 227 + 212 = 682 (100%)
R 243 of 682 ~ 35.63%
G 227 of 682 ~ 33.28%
B 212 of 682 ~ 31.09%

%35.63
%33.28
%31.09

CMYK color model

#F3E3D4 color CMYK value is (0,7,13,5).

  • cyan value is 0.00%
  • magenta value is 6.58%
  • yellow value is 12.76%
  • key color value is 4.71%
CMYK:
(0,7,13,5)
C0M7Y13K5 
(0%,7%,13%,5%)
(0.00/0.07/0.13/0.05)	

CMYK percentages

%0
%6.58
%12.76
%4.71

Codes

Color #F3E3D4 in popluar color models

F3E3D4
RGB243227212
HSL29°56.36%89.22%
HSB/HSV29°12.76%95.29%
CMYK0.00%6.58%12.76%
4.71%

Color #F3E3D4 in popluar number systems.

HEXF3E3D4
Decimal243227212
Binary111100111110001111010100
Octal363343324

Shades and tints

Shades of #F3E3D4

#F3E3D4
(243,227,212)
#DDCFC1
(221,207,193)
#C7BBAE
(199,187,174)
#B1A79B
(177,167,155)
#9B9388
(155,147,136)
#857F75
(133,127,117)
#6F6B62
(111,107,98)
#59574F
(89,87,79)
#43433C
(67,67,60)
#2D2F29
(45,47,41)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #F3E3D4

#F3E3D4
(243,227,212)
#F4E5D7
(244,229,215)
#F5E7DA
(245,231,218)
#F6E9DD
(246,233,221)
#F7EBE0
(247,235,224)
#F8EDE3
(248,237,227)
#F9EFE6
(249,239,230)
#FAF1E9
(250,241,233)
#FBF3EC
(251,243,236)
#FCF5EF
(252,245,239)
#FDF7F2
(253,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3E3D4; }

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

This text font color is #F3E3D4.


Background Color

.myBgColor { background-color: #F3E3D4; }

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

This div background color is #F3E3D4.


Border color

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

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

This div border color is #F3E3D4.


Opacity

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

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

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

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

This text has shadow with #F3E3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3E3D4 on black background.


Color preview on white background

This text has color #F3E3D4 on white background.



Black color preview on #F3E3D4 background

This text has black color on #F3E3D4 background.


White color preview on #F3E3D4 background

This text has white color on #F3E3D4 background.