COLOR #F3E6DE

HEX: #F3E6DE
RGB: (243,230,222)

Color info

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

RGB color model

#F3E6DE color RGB value is (243,230,222).

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

RGB channels and saturation

R 243 of 255 = 95%
G 230 of 255 = 90%
B 222 of 255 = 87%

243
230
222

R + G + B ~ 91%. #F3E6DE is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 230 + 222 = 695 (100%)
R 243 of 695 ~ 34.96%
G 230 of 695 ~ 33.09%
B 222 of 695 ~ 31.94%

%34.96
%33.09
%31.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.35%
  • yellow value is 8.64%
  • key color value is 4.71%
CMYK:
(0,5,9,5)
C0M5Y9K5 
(0%,5%,9%,5%)
(0.00/0.05/0.09/0.05)	

CMYK percentages

%0
%5.35
%8.64
%4.71

Codes

Color #F3E6DE in popluar color models

F3E6DE
RGB243230222
HSL23°46.67%91.18%
HSB/HSV23°8.64%95.29%
CMYK0.00%5.35%8.64%
4.71%

Color #F3E6DE in popluar number systems.

HEXF3E6DE
Decimal243230222
Binary111100111110011011011110
Octal363346336

Shades and tints

Shades of #F3E6DE

#F3E6DE
(243,230,222)
#DDD2CA
(221,210,202)
#C7BEB6
(199,190,182)
#B1AAA2
(177,170,162)
#9B968E
(155,150,142)
#85827A
(133,130,122)
#6F6E66
(111,110,102)
#595A52
(89,90,82)
#43463E
(67,70,62)
#2D322A
(45,50,42)
#171E16
(23,30,22)
#000000
(0,0,0)

Tints of #F3E6DE

#F3E6DE
(243,230,222)
#F4E8E1
(244,232,225)
#F5EAE4
(245,234,228)
#F6ECE7
(246,236,231)
#F7EEEA
(247,238,234)
#F8F0ED
(248,240,237)
#F9F2F0
(249,242,240)
#FAF4F3
(250,244,243)
#FBF6F6
(251,246,246)
#FCF8F9
(252,248,249)
#FDFAFC
(253,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3E6DE; }

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

This text font color is #F3E6DE.


Background Color

.myBgColor { background-color: #F3E6DE; }

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

This div background color is #F3E6DE.


Border color

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

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

This div border color is #F3E6DE.


Opacity

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

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

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

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

This text has shadow with #F3E6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3E6DE on black background.


Color preview on white background

This text has color #F3E6DE on white background.



Black color preview on #F3E6DE background

This text has black color on #F3E6DE background.


White color preview on #F3E6DE background

This text has white color on #F3E6DE background.