COLOR #F3E0DB

HEX: #F3E0DB
RGB: (243,224,219)

Color info

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

RGB color model

#F3E0DB color RGB value is (243,224,219).

  • red value is 243;
  • green value is 224;
  • blue value is 219.
RGB:
(243,224,219)
(95%,88%,86%)

RGB channels and saturation

R 243 of 255 = 95%
G 224 of 255 = 88%
B 219 of 255 = 86%

243
224
219

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

Portions of RGB colors in percentages

R + G + B =
243 + 224 + 219 = 686 (100%)
R 243 of 686 ~ 35.42%
G 224 of 686 ~ 32.65%
B 219 of 686 ~ 31.92%

%35.42
%32.65
%31.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.82%
  • yellow value is 9.88%
  • key color value is 4.71%
CMYK:
(0,8,10,5)
C0M8Y10K5 
(0%,8%,10%,5%)
(0.00/0.08/0.10/0.05)	

CMYK percentages

%0
%7.82
%9.88
%4.71

Codes

Color #F3E0DB in popluar color models

F3E0DB
RGB243224219
HSL13°50.00%90.59%
HSB/HSV13°9.88%95.29%
CMYK0.00%7.82%9.88%
4.71%

Color #F3E0DB in popluar number systems.

HEXF3E0DB
Decimal243224219
Binary111100111110000011011011
Octal363340333

Shades and tints

Shades of #F3E0DB

#F3E0DB
(243,224,219)
#DDCCC8
(221,204,200)
#C7B8B5
(199,184,181)
#B1A4A2
(177,164,162)
#9B908F
(155,144,143)
#857C7C
(133,124,124)
#6F6869
(111,104,105)
#595456
(89,84,86)
#434043
(67,64,67)
#2D2C30
(45,44,48)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #F3E0DB

#F3E0DB
(243,224,219)
#F4E2DE
(244,226,222)
#F5E4E1
(245,228,225)
#F6E6E4
(246,230,228)
#F7E8E7
(247,232,231)
#F8EAEA
(248,234,234)
#F9ECED
(249,236,237)
#FAEEF0
(250,238,240)
#FBF0F3
(251,240,243)
#FCF2F6
(252,242,246)
#FDF4F9
(253,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3E0DB; }

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

This text font color is #F3E0DB.


Background Color

.myBgColor { background-color: #F3E0DB; }

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

This div background color is #F3E0DB.


Border color

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

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

This div border color is #F3E0DB.


Opacity

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

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

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

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

This text has shadow with #F3E0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3E0DB on black background.


Color preview on white background

This text has color #F3E0DB on white background.



Black color preview on #F3E0DB background

This text has black color on #F3E0DB background.


White color preview on #F3E0DB background

This text has white color on #F3E0DB background.