COLOR #F6E3EA

HEX: #F6E3EA
RGB: (246,227,234)

Color info

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

RGB color model

#F6E3EA color RGB value is (246,227,234).

  • red value is 246;
  • green value is 227;
  • blue value is 234.
RGB:
(246,227,234)
(96%,89%,92%)

RGB channels and saturation

R 246 of 255 = 96%
G 227 of 255 = 89%
B 234 of 255 = 92%

246
227
234

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

Portions of RGB colors in percentages

R + G + B =
246 + 227 + 234 = 707 (100%)
R 246 of 707 ~ 34.79%
G 227 of 707 ~ 32.11%
B 234 of 707 ~ 33.1%

%34.79
%32.11
%33.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.72%
  • yellow value is 4.88%
  • key color value is 3.53%
CMYK:
(0,8,5,4)
C0M8Y5K4 
(0%,8%,5%,4%)
(0.00/0.08/0.05/0.04)	

CMYK percentages

%0
%7.72
%4.88
%3.53

Codes

Color #F6E3EA in popluar color models

F6E3EA
RGB246227234
HSL338°51.35%92.75%
HSB/HSV338°7.72%96.47%
CMYK0.00%7.72%4.88%
3.53%

Color #F6E3EA in popluar number systems.

HEXF6E3EA
Decimal246227234
Binary111101101110001111101010
Octal366343352

Shades and tints

Shades of #F6E3EA

#F6E3EA
(246,227,234)
#E0CFD5
(224,207,213)
#CABBC0
(202,187,192)
#B4A7AB
(180,167,171)
#9E9396
(158,147,150)
#887F81
(136,127,129)
#726B6C
(114,107,108)
#5C5757
(92,87,87)
#464342
(70,67,66)
#302F2D
(48,47,45)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #F6E3EA

#F6E3EA
(246,227,234)
#F6E5EB
(246,229,235)
#F6E7EC
(246,231,236)
#F6E9ED
(246,233,237)
#F6EBEE
(246,235,238)
#F6EDEF
(246,237,239)
#F6EFF0
(246,239,240)
#F6F1F1
(246,241,241)
#F6F3F2
(246,243,242)
#F6F5F3
(246,245,243)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E3EA color. Also use rgb(246,227,234) instead hex code.

Text Font Color

.myTextColor { color: #F6E3EA; }

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

This text font color is #F6E3EA.


Background Color

.myBgColor { background-color: #F6E3EA; }

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

This div background color is #F6E3EA.


Border color

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

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

This div border color is #F6E3EA.


Opacity

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

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

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

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

This text has shadow with #F6E3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E3EA on black background.


Color preview on white background

This text has color #F6E3EA on white background.



Black color preview on #F6E3EA background

This text has black color on #F6E3EA background.


White color preview on #F6E3EA background

This text has white color on #F6E3EA background.