COLOR #F6E9EB

HEX: #F6E9EB
RGB: (246,233,235)

Color info

#F6E9EB contains red, green and blue colors in about the same proportion. Web safe color of #F6E9EB is #FFFFFF (or #FFF).

RGB color model

#F6E9EB color RGB value is (246,233,235).

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

RGB channels and saturation

R 246 of 255 = 96%
G 233 of 255 = 91%
B 235 of 255 = 92%

246
233
235

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

Portions of RGB colors in percentages

R + G + B =
246 + 233 + 235 = 714 (100%)
R 246 of 714 ~ 34.45%
G 233 of 714 ~ 32.63%
B 235 of 714 ~ 32.91%

%34.45
%32.63
%32.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.28%
  • yellow value is 4.47%
  • key color value is 3.53%
CMYK:
(0,5,4,4)
C0M5Y4K4 
(0%,5%,4%,4%)
(0.00/0.05/0.04/0.04)	

CMYK percentages

%0
%5.28
%4.47
%3.53

Codes

Color #F6E9EB in popluar color models

F6E9EB
RGB246233235
HSL351°41.94%93.92%
HSB/HSV351°5.28%96.47%
CMYK0.00%5.28%4.47%
3.53%

Color #F6E9EB in popluar number systems.

HEXF6E9EB
Decimal246233235
Binary111101101110100111101011
Octal366351353

Shades and tints

Shades of #F6E9EB

#F6E9EB
(246,233,235)
#E0D4D6
(224,212,214)
#CABFC1
(202,191,193)
#B4AAAC
(180,170,172)
#9E9597
(158,149,151)
#888082
(136,128,130)
#726B6D
(114,107,109)
#5C5658
(92,86,88)
#464143
(70,65,67)
#302C2E
(48,44,46)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #F6E9EB

#F6E9EB
(246,233,235)
#F6EBEC
(246,235,236)
#F6EDED
(246,237,237)
#F6EFEE
(246,239,238)
#F6F1EF
(246,241,239)
#F6F3F0
(246,243,240)
#F6F5F1
(246,245,241)
#F6F7F2
(246,247,242)
#F6F9F3
(246,249,243)
#F6FBF4
(246,251,244)
#F6FDF5
(246,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E9EB; }

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

This text font color is #F6E9EB.


Background Color

.myBgColor { background-color: #F6E9EB; }

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

This div background color is #F6E9EB.


Border color

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

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

This div border color is #F6E9EB.


Opacity

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

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

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

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

This text has shadow with #F6E9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E9EB on black background.


Color preview on white background

This text has color #F6E9EB on white background.



Black color preview on #F6E9EB background

This text has black color on #F6E9EB background.


White color preview on #F6E9EB background

This text has white color on #F6E9EB background.