COLOR #F3E1E5

HEX: #F3E1E5 RGB: (243,225,229)

Color info

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

RGB color model

#F3E1E5 color RGB value is (243,225,229).

RGB: (243,225,229) (95%, 88%, 90%)

RGB channels and saturation

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

243
225
229

R + G + B ~ 91%. #F3E1E5 is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 225 + 229 = 697 (100%)
R 243 of 697 ~ 34.86%
G 225 of 697 ~ 32.28%
B 229 of 697 ~ 32.86'%

%34.86
%32.28
%32.86

CMYK color model

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

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

CMYK percentages

%0
%7.41
%5.76
%4.71

Codes

Color #F3E1E5 in popluar color models

F3 E1 E5
RGB 243 225 229
HSL 347° 42.86% 91.76%
HSB/HSV 347° 7.41% 95.29%
CMYK 0.00% 7.41% 5.76%
4.71%

Color #F3E1E5 in popluar number systems.

HEX F3 E1 E5
Decimal 243 225 229
Binary 11110011 11100001 11100101
Octal 363 341 345

Shades and tints

Shades of #F3E1E5

#F3E1E5
(243,225,229)
#DDCDD1
(221,205,209)
#C7B9BD
(199,185,189)
#B1A5A9
(177,165,169)
#9B9195
(155,145,149)
#857D81
(133,125,129)
#6F696D
(111,105,109)
#595559
(89,85,89)
#434145
(67,65,69)
#2D2D31
(45,45,49)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #F3E1E5

#F3E1E5
(243,225,229)
#F4E3E7
(244,227,231)
#F5E5E9
(245,229,233)
#F6E7EB
(246,231,235)
#F7E9ED
(247,233,237)
#F8EBEF
(248,235,239)
#F9EDF1
(249,237,241)
#FAEFF3
(250,239,243)
#FBF1F5
(251,241,245)
#FCF3F7
(252,243,247)
#FDF5F9
(253,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3E1E5; }

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

This text font color is #F3E1E5.

Background Color

.myBgColor { background-color: #F3E1E5; }

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

This div background color is #F3E1E5.

Border color

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

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

This div border color is #F3E1E5.

Opacity

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

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

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

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

This text has shadow with #F3E1E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3E1E5.

Preview

Color preview on black background

This text has color #F3E1E5 on black background.


Color preview on white background

This text has color #F3E1E5 on white background.


Black color preview on #F3E1E5 background

This text has black color on #F3E1E5 background.


White color preview on #F3E1E5 background

This text has white color on #F3E1E5 background.


Related colors

Complementary color

Complementary color for #hex is #0C1E1A.


I love getcolorcode.com

Triadic colors

1 #E5F3E1 and #E1E5F3 with #F3E1E5 are triadic colors.

2 #E5E1F3 and #E1F3E5 with #F3E1E5 are triadic colors.