COLOR #F6E1EB

HEX: #F6E1EB
RGB: (246,225,235)

Color info

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

RGB color model

#F6E1EB color RGB value is (246,225,235).

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

RGB channels and saturation

R 246 of 255 = 96%
G 225 of 255 = 88%
B 235 of 255 = 92%

246
225
235

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

Portions of RGB colors in percentages

R + G + B =
246 + 225 + 235 = 706 (100%)
R 246 of 706 ~ 34.84%
G 225 of 706 ~ 31.87%
B 235 of 706 ~ 33.29%

%34.84
%31.87
%33.29

CMYK color model

#F6E1EB color CMYK value is (0,9,4,4).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 4.47%
  • key color value is 3.53%
CMYK:
(0,9,4,4)
C0M9Y4K4 
(0%,9%,4%,4%)
(0.00/0.09/0.04/0.04)	

CMYK percentages

%0
%8.54
%4.47
%3.53

Codes

Color #F6E1EB in popluar color models

F6E1EB
RGB246225235
HSL331°53.85%92.35%
HSB/HSV331°8.54%96.47%
CMYK0.00%8.54%4.47%
3.53%

Color #F6E1EB in popluar number systems.

HEXF6E1EB
Decimal246225235
Binary111101101110000111101011
Octal366341353

Shades and tints

Shades of #F6E1EB

#F6E1EB
(246,225,235)
#E0CDD6
(224,205,214)
#CAB9C1
(202,185,193)
#B4A5AC
(180,165,172)
#9E9197
(158,145,151)
#887D82
(136,125,130)
#72696D
(114,105,109)
#5C5558
(92,85,88)
#464143
(70,65,67)
#302D2E
(48,45,46)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #F6E1EB

#F6E1EB
(246,225,235)
#F6E3EC
(246,227,236)
#F6E5ED
(246,229,237)
#F6E7EE
(246,231,238)
#F6E9EF
(246,233,239)
#F6EBF0
(246,235,240)
#F6EDF1
(246,237,241)
#F6EFF2
(246,239,242)
#F6F1F3
(246,241,243)
#F6F3F4
(246,243,244)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E1EB; }

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

This text font color is #F6E1EB.


Background Color

.myBgColor { background-color: #F6E1EB; }

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

This div background color is #F6E1EB.


Border color

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

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

This div border color is #F6E1EB.


Opacity

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

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

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

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

This text has shadow with #F6E1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E1EB on black background.


Color preview on white background

This text has color #F6E1EB on white background.



Black color preview on #F6E1EB background

This text has black color on #F6E1EB background.


White color preview on #F6E1EB background

This text has white color on #F6E1EB background.