COLOR #F3E5E5

HEX: #F3E5E5
RGB: (243,229,229)

Color info

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

RGB color model

#F3E5E5 color RGB value is (243,229,229).

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

RGB channels and saturation

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

243
229
229

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

Portions of RGB colors in percentages

R + G + B =
243 + 229 + 229 = 701 (100%)
R 243 of 701 ~ 34.66%
G 229 of 701 ~ 32.67%
B 229 of 701 ~ 32.67%

%34.66
%32.67
%32.67

CMYK color model

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

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

CMYK percentages

%0
%5.76
%5.76
%4.71

Codes

Color #F3E5E5 in popluar color models

F3E5E5
RGB243229229
HSL36.84%92.55%
HSB/HSV5.76%95.29%
CMYK0.00%5.76%5.76%
4.71%

Color #F3E5E5 in popluar number systems.

HEXF3E5E5
Decimal243229229
Binary111100111110010111100101
Octal363345345

Shades and tints

Shades of #F3E5E5

#F3E5E5
(243,229,229)
#DDD1D1
(221,209,209)
#C7BDBD
(199,189,189)
#B1A9A9
(177,169,169)
#9B9595
(155,149,149)
#858181
(133,129,129)
#6F6D6D
(111,109,109)
#595959
(89,89,89)
#434545
(67,69,69)
#2D3131
(45,49,49)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #F3E5E5

#F3E5E5
(243,229,229)
#F4E7E7
(244,231,231)
#F5E9E9
(245,233,233)
#F6EBEB
(246,235,235)
#F7EDED
(247,237,237)
#F8EFEF
(248,239,239)
#F9F1F1
(249,241,241)
#FAF3F3
(250,243,243)
#FBF5F5
(251,245,245)
#FCF7F7
(252,247,247)
#FDF9F9
(253,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3E5E5; }

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

This text font color is #F3E5E5.


Background Color

.myBgColor { background-color: #F3E5E5; }

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

This div background color is #F3E5E5.


Border color

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

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

This div border color is #F3E5E5.


Opacity

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

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

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

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

This text has shadow with #F3E5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3E5E5 on black background.


Color preview on white background

This text has color #F3E5E5 on white background.



Black color preview on #F3E5E5 background

This text has black color on #F3E5E5 background.


White color preview on #F3E5E5 background

This text has white color on #F3E5E5 background.