COLOR #F3EAE5

HEX: #F3EAE5
RGB: (243,234,229)

Color info

#F3EAE5 contains red, green and blue colors in about the same proportion. Web safe color of #F3EAE5 is #FFFFCC (or #FFC).

RGB color model

#F3EAE5 color RGB value is (243,234,229).

  • red value is 243;
  • green value is 234;
  • blue value is 229.
RGB: (243,234,229) (95%,92%,90%)

RGB channels and saturation

R 243 of 255 = 95%
G 234 of 255 = 92%
B 229 of 255 = 90%

243
234
229

R + G + B ~ 92%. #F3EAE5 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 234 + 229 = 706 (100%)
R 243 of 706 ~ 34.42%
G 234 of 706 ~ 33.14%
B 229 of 706 ~ 32.44%

%34.42
%33.14
%32.44

CMYK color model

#F3EAE5 color CMYK value is (0,4,6,5).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 5.76%
  • key color value is 4.71%
CMYK: (0,4,6,5) C0M4Y6K5 (0%,4%,6%,5%) (0.00/0.04/0.06/0.05)

CMYK percentages

%0
%3.7
%5.76
%4.71

Codes

Color #F3EAE5 in popluar color models

F3EAE5
RGB243234229
HSL21°36.84%92.55%
HSB/HSV21°5.76%95.29%
CMYK0.00%3.70%5.76%
4.71%

Color #F3EAE5 in popluar number systems.

HEXF3EAE5
Decimal243234229
Binary111100111110101011100101
Octal363352345

Shades and tints

Shades of #F3EAE5

#F3EAE5
(243,234,229)
#DDD5D1
(221,213,209)
#C7C0BD
(199,192,189)
#B1ABA9
(177,171,169)
#9B9695
(155,150,149)
#858181
(133,129,129)
#6F6C6D
(111,108,109)
#595759
(89,87,89)
#434245
(67,66,69)
#2D2D31
(45,45,49)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #F3EAE5

#F3EAE5
(243,234,229)
#F4EBE7
(244,235,231)
#F5ECE9
(245,236,233)
#F6EDEB
(246,237,235)
#F7EEED
(247,238,237)
#F8EFEF
(248,239,239)
#F9F0F1
(249,240,241)
#FAF1F3
(250,241,243)
#FBF2F5
(251,242,245)
#FCF3F7
(252,243,247)
#FDF4F9
(253,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3EAE5 color. Also use rgb(243,234,229) instead hex code.

Text Font Color

.myTextColor { color: #F3EAE5; }

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

This text font color is #F3EAE5.


Background Color

.myBgColor { background-color: #F3EAE5; }

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

This div background color is #F3EAE5.


Border color

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

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

This div border color is #F3EAE5.


Opacity

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

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

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

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

This text has shadow with #F3EAE5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F3EAE5 on black background.


Color preview on white background

This text has color #F3EAE5 on white background.



Black color preview on #F3EAE5 background

This text has black color on #F3EAE5 background.


White color preview on #F3EAE5 background

This text has white color on #F3EAE5 background.