COLOR #F3E0EA

HEX: #F3E0EA
RGB: (243,224,234)

Color info

#F3E0EA contains red, green and blue colors in about the same proportion. Web safe color of #F3E0EA is #FFCCFF (or #FCF).

RGB color model

#F3E0EA color RGB value is (243,224,234).

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

RGB channels and saturation

R 243 of 255 = 95%
G 224 of 255 = 88%
B 234 of 255 = 92%

243
224
234

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

Portions of RGB colors in percentages

R + G + B =
243 + 224 + 234 = 701 (100%)
R 243 of 701 ~ 34.66%
G 224 of 701 ~ 31.95%
B 234 of 701 ~ 33.38%

%34.66
%31.95
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.82%
  • yellow value is 3.70%
  • key color value is 4.71%
CMYK:
(0,8,4,5)
C0M8Y4K5 
(0%,8%,4%,5%)
(0.00/0.08/0.04/0.05)	

CMYK percentages

%0
%7.82
%3.7
%4.71

Codes

Color #F3E0EA in popluar color models

F3E0EA
RGB243224234
HSL328°44.19%91.57%
HSB/HSV328°7.82%95.29%
CMYK0.00%7.82%3.70%
4.71%

Color #F3E0EA in popluar number systems.

HEXF3E0EA
Decimal243224234
Binary111100111110000011101010
Octal363340352

Shades and tints

Shades of #F3E0EA

#F3E0EA
(243,224,234)
#DDCCD5
(221,204,213)
#C7B8C0
(199,184,192)
#B1A4AB
(177,164,171)
#9B9096
(155,144,150)
#857C81
(133,124,129)
#6F686C
(111,104,108)
#595457
(89,84,87)
#434042
(67,64,66)
#2D2C2D
(45,44,45)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #F3E0EA

#F3E0EA
(243,224,234)
#F4E2EB
(244,226,235)
#F5E4EC
(245,228,236)
#F6E6ED
(246,230,237)
#F7E8EE
(247,232,238)
#F8EAEF
(248,234,239)
#F9ECF0
(249,236,240)
#FAEEF1
(250,238,241)
#FBF0F2
(251,240,242)
#FCF2F3
(252,242,243)
#FDF4F4
(253,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3E0EA; }

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

This text font color is #F3E0EA.


Background Color

.myBgColor { background-color: #F3E0EA; }

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

This div background color is #F3E0EA.


Border color

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

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

This div border color is #F3E0EA.


Opacity

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

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

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

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

This text has shadow with #F3E0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3E0EA on black background.


Color preview on white background

This text has color #F3E0EA on white background.



Black color preview on #F3E0EA background

This text has black color on #F3E0EA background.


White color preview on #F3E0EA background

This text has white color on #F3E0EA background.