COLOR #F3E0DF

HEX: #F3E0DF RGB: (243,224,223)

Color info

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

RGB color model

#F3E0DF color RGB value is (243,224,223).

RGB: (243,224,223) (95%, 88%, 87%)

RGB channels and saturation

R 243 of 255 = 95%
G 224 of 255 = 88%
B 223 of 255 = 87%

243
224
223

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

Portions of RGB colors in percentages

R + G + B = 243 + 224 + 223 = 690 (100%)
R 243 of 690 ~ 35.22%
G 224 of 690 ~ 32.46%
B 223 of 690 ~ 32.32'%

%35.22
%32.46
%32.32

CMYK color model

#F3E0DF color CMYK value is (0,8,8,5).

  • cyan value is 0.00%
  • magenta value is 7.82%
  • yellow value is 8.23%
  • key color value is 4.71%

CMYK: (0,8,8,5)
C0M8Y8K5 (0%, 8%, 8%, 5%)
(0.00 / 0.08 / 0.08 / 0.05)

CMYK percentages

%0
%7.82
%8.23
%4.71

Codes

Color #F3E0DF in popluar color models

F3 E0 DF
RGB 243 224 223
HSL 45.45% 91.37%
HSB/HSV 8.23% 95.29%
CMYK 0.00% 7.82% 8.23%
4.71%

Color #F3E0DF in popluar number systems.

HEX F3 E0 DF
Decimal 243 224 223
Binary 11110011 11100000 11011111
Octal 363 340 337

Shades and tints

Shades of #F3E0DF

#F3E0DF
(243,224,223)
#DDCCCB
(221,204,203)
#C7B8B7
(199,184,183)
#B1A4A3
(177,164,163)
#9B908F
(155,144,143)
#857C7B
(133,124,123)
#6F6867
(111,104,103)
#595453
(89,84,83)
#43403F
(67,64,63)
#2D2C2B
(45,44,43)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #F3E0DF

#F3E0DF
(243,224,223)
#F4E2E1
(244,226,225)
#F5E4E3
(245,228,227)
#F6E6E5
(246,230,229)
#F7E8E7
(247,232,231)
#F8EAE9
(248,234,233)
#F9ECEB
(249,236,235)
#FAEEED
(250,238,237)
#FBF0EF
(251,240,239)
#FCF2F1
(252,242,241)
#FDF4F3
(253,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3E0DF color. Also use rgb(243,224,223) instead hex code.

Text Font Color

.myTextColor { color: #F3E0DF; }

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

This text font color is #F3E0DF.

Background Color

.myBgColor { background-color: #F3E0DF; }

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

This div background color is #F3E0DF.

Border color

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

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

This div border color is #F3E0DF.

Opacity

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

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

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

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

This text has shadow with #F3E0DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3E0DF.

Preview

Color preview on black background

This text has color #F3E0DF on black background.


Color preview on white background

This text has color #F3E0DF on white background.


Black color preview on #F3E0DF background

This text has black color on #F3E0DF background.


White color preview on #F3E0DF background

This text has white color on #F3E0DF background.


Related colors

Complementary color

Complementary color for #hex is #0C1F20.


I love getcolorcode.com

Triadic colors

1 #DFF3E0 and #E0DFF3 with #F3E0DF are triadic colors.

2 #DFE0F3 and #E0F3DF with #F3E0DF are triadic colors.