COLOR #F3E3DE

HEX: #F3E3DE
RGB: (243,227,222)

Color info

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

RGB color model

#F3E3DE color RGB value is (243,227,222).

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

RGB channels and saturation

R 243 of 255 = 95%
G 227 of 255 = 89%
B 222 of 255 = 87%

243
227
222

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

Portions of RGB colors in percentages

R + G + B =
243 + 227 + 222 = 692 (100%)
R 243 of 692 ~ 35.12%
G 227 of 692 ~ 32.8%
B 222 of 692 ~ 32.08%

%35.12
%32.8
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.58%
  • yellow value is 8.64%
  • 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
%6.58
%8.64
%4.71

Codes

Color #F3E3DE in popluar color models

F3E3DE
RGB243227222
HSL14°46.67%91.18%
HSB/HSV14°8.64%95.29%
CMYK0.00%6.58%8.64%
4.71%

Color #F3E3DE in popluar number systems.

HEXF3E3DE
Decimal243227222
Binary111100111110001111011110
Octal363343336

Shades and tints

Shades of #F3E3DE

#F3E3DE
(243,227,222)
#DDCFCA
(221,207,202)
#C7BBB6
(199,187,182)
#B1A7A2
(177,167,162)
#9B938E
(155,147,142)
#857F7A
(133,127,122)
#6F6B66
(111,107,102)
#595752
(89,87,82)
#43433E
(67,67,62)
#2D2F2A
(45,47,42)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #F3E3DE

#F3E3DE
(243,227,222)
#F4E5E1
(244,229,225)
#F5E7E4
(245,231,228)
#F6E9E7
(246,233,231)
#F7EBEA
(247,235,234)
#F8EDED
(248,237,237)
#F9EFF0
(249,239,240)
#FAF1F3
(250,241,243)
#FBF3F6
(251,243,246)
#FCF5F9
(252,245,249)
#FDF7FC
(253,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3E3DE; }

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

This text font color is #F3E3DE.


Background Color

.myBgColor { background-color: #F3E3DE; }

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

This div background color is #F3E3DE.


Border color

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

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

This div border color is #F3E3DE.


Opacity

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

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

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

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

This text has shadow with #F3E3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3E3DE on black background.


Color preview on white background

This text has color #F3E3DE on white background.



Black color preview on #F3E3DE background

This text has black color on #F3E3DE background.


White color preview on #F3E3DE background

This text has white color on #F3E3DE background.