COLOR #F3EAE6

HEX: #F3EAE6
RGB: (243,234,230)

Color info

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

RGB color model

#F3EAE6 color RGB value is (243,234,230).

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

RGB channels and saturation

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

243
234
230

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

Portions of RGB colors in percentages

R + G + B =
243 + 234 + 230 = 707 (100%)
R 243 of 707 ~ 34.37%
G 234 of 707 ~ 33.1%
B 230 of 707 ~ 32.53%

%34.37
%33.1
%32.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 5.35%
  • key color value is 4.71%
CMYK:
(0,4,5,5)
C0M4Y5K5 
(0%,4%,5%,5%)
(0.00/0.04/0.05/0.05)	

CMYK percentages

%0
%3.7
%5.35
%4.71

Codes

Color #F3EAE6 in popluar color models

F3EAE6
RGB243234230
HSL18°35.14%92.75%
HSB/HSV18°5.35%95.29%
CMYK0.00%3.70%5.35%
4.71%

Color #F3EAE6 in popluar number systems.

HEXF3EAE6
Decimal243234230
Binary111100111110101011100110
Octal363352346

Shades and tints

Shades of #F3EAE6

#F3EAE6
(243,234,230)
#DDD5D2
(221,213,210)
#C7C0BE
(199,192,190)
#B1ABAA
(177,171,170)
#9B9696
(155,150,150)
#858182
(133,129,130)
#6F6C6E
(111,108,110)
#59575A
(89,87,90)
#434246
(67,66,70)
#2D2D32
(45,45,50)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #F3EAE6

#F3EAE6
(243,234,230)
#F4EBE8
(244,235,232)
#F5ECEA
(245,236,234)
#F6EDEC
(246,237,236)
#F7EEEE
(247,238,238)
#F8EFF0
(248,239,240)
#F9F0F2
(249,240,242)
#FAF1F4
(250,241,244)
#FBF2F6
(251,242,246)
#FCF3F8
(252,243,248)
#FDF4FA
(253,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EAE6; }

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

This text font color is #F3EAE6.


Background Color

.myBgColor { background-color: #F3EAE6; }

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

This div background color is #F3EAE6.


Border color

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

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

This div border color is #F3EAE6.


Opacity

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

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

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

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

This text has shadow with #F3EAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3EAE6 on black background.


Color preview on white background

This text has color #F3EAE6 on white background.



Black color preview on #F3EAE6 background

This text has black color on #F3EAE6 background.


White color preview on #F3EAE6 background

This text has white color on #F3EAE6 background.