COLOR #F6E5EB

HEX: #F6E5EB
RGB: (246,229,235)

Color info

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

RGB color model

#F6E5EB color RGB value is (246,229,235).

  • red value is 246;
  • green value is 229;
  • blue value is 235.
RGB:
(246,229,235)
(96%,90%,92%)

RGB channels and saturation

R 246 of 255 = 96%
G 229 of 255 = 90%
B 235 of 255 = 92%

246
229
235

R + G + B ~ 93%. #F6E5EB is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 229 + 235 = 710 (100%)
R 246 of 710 ~ 34.65%
G 229 of 710 ~ 32.25%
B 235 of 710 ~ 33.1%

%34.65
%32.25
%33.1

CMYK color model

#F6E5EB color CMYK value is (0,7,4,4).

  • cyan value is 0.00%
  • magenta value is 6.91%
  • yellow value is 4.47%
  • key color value is 3.53%
CMYK:
(0,7,4,4)
C0M7Y4K4 
(0%,7%,4%,4%)
(0.00/0.07/0.04/0.04)	

CMYK percentages

%0
%6.91
%4.47
%3.53

Codes

Color #F6E5EB in popluar color models

F6E5EB
RGB246229235
HSL339°48.57%93.14%
HSB/HSV339°6.91%96.47%
CMYK0.00%6.91%4.47%
3.53%

Color #F6E5EB in popluar number systems.

HEXF6E5EB
Decimal246229235
Binary111101101110010111101011
Octal366345353

Shades and tints

Shades of #F6E5EB

#F6E5EB
(246,229,235)
#E0D1D6
(224,209,214)
#CABDC1
(202,189,193)
#B4A9AC
(180,169,172)
#9E9597
(158,149,151)
#888182
(136,129,130)
#726D6D
(114,109,109)
#5C5958
(92,89,88)
#464543
(70,69,67)
#30312E
(48,49,46)
#1A1D19
(26,29,25)
#000000
(0,0,0)

Tints of #F6E5EB

#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)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E5EB; }

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

This text font color is #F6E5EB.


Background Color

.myBgColor { background-color: #F6E5EB; }

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

This div background color is #F6E5EB.


Border color

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

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

This div border color is #F6E5EB.


Opacity

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

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

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

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

This text has shadow with #F6E5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E5EB on black background.


Color preview on white background

This text has color #F6E5EB on white background.



Black color preview on #F6E5EB background

This text has black color on #F6E5EB background.


White color preview on #F6E5EB background

This text has white color on #F6E5EB background.