COLOR #F3E6EA

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

Color info

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

RGB color model

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

RGB: (243,230,234) (95%, 90%, 92%)

RGB channels and saturation

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

243
230
234

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

Portions of RGB colors in percentages

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

%34.37
%32.53
%33.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.35%
  • yellow value is 3.70%
  • key color value is 4.71%

CMYK: (0,5,4,5)
C0M5Y4K5 (0%, 5%, 4%, 5%)
(0.00 / 0.05 / 0.04 / 0.05)

CMYK percentages

%0
%5.35
%3.7
%4.71

Codes

Color #F3E6EA in popluar color models

F3 E6 EA
RGB 243 230 234
HSL 342° 35.14% 92.75%
HSB/HSV 342° 5.35% 95.29%
CMYK 0.00% 5.35% 3.70%
4.71%

Color #F3E6EA in popluar number systems.

HEX F3 E6 EA
Decimal 243 230 234
Binary 11110011 11100110 11101010
Octal 363 346 352

Shades and tints

Shades of #F3E6EA

#F3E6EA
(243,230,234)
#DDD2D5
(221,210,213)
#C7BEC0
(199,190,192)
#B1AAAB
(177,170,171)
#9B9696
(155,150,150)
#858281
(133,130,129)
#6F6E6C
(111,110,108)
#595A57
(89,90,87)
#434642
(67,70,66)
#2D322D
(45,50,45)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #F3E6EA

#F3E6EA
(243,230,234)
#F4E8EB
(244,232,235)
#F5EAEC
(245,234,236)
#F6ECED
(246,236,237)
#F7EEEE
(247,238,238)
#F8F0EF
(248,240,239)
#F9F2F0
(249,242,240)
#FAF4F1
(250,244,241)
#FBF6F2
(251,246,242)
#FCF8F3
(252,248,243)
#FDFAF4
(253,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3E6EA; }

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

This text font color is #F3E6EA.

Background Color

.myBgColor { background-color: #F3E6EA; }

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

This div background color is #F3E6EA.

Border color

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

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

This div border color is #F3E6EA.

Opacity

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

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

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

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

This text has shadow with #F3E6EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3E6EA.

Preview

Color preview on black background

This text has color #F3E6EA on black background.


Color preview on white background

This text has color #F3E6EA on white background.


Black color preview on #F3E6EA background

This text has black color on #F3E6EA background.


White color preview on #F3E6EA background

This text has white color on #F3E6EA background.


Related colors

Complementary color

Complementary color for #hex is #0C1915.


I love getcolorcode.com

Triadic colors

1 #EAF3E6 and #E6EAF3 with #F3E6EA are triadic colors.

2 #EAE6F3 and #E6F3EA with #F3E6EA are triadic colors.