COLOR #F6D0E9

HEX: #F6D0E9
RGB: (246,208,233)

Color info

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

RGB color model

#F6D0E9 color RGB value is (246,208,233).

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

RGB channels and saturation

R 246 of 255 = 96%
G 208 of 255 = 82%
B 233 of 255 = 91%

246
208
233

R + G + B ~ 90%. #F6D0E9 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 208 + 233 = 687 (100%)
R 246 of 687 ~ 35.81%
G 208 of 687 ~ 30.28%
B 233 of 687 ~ 33.92%

%35.81
%30.28
%33.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 5.28%
  • key color value is 3.53%
CMYK:
(0,15,5,4)
C0M15Y5K4 
(0%,15%,5%,4%)
(0.00/0.15/0.05/0.04)	

CMYK percentages

%0
%15.45
%5.28
%3.53

Codes

Color #F6D0E9 in popluar color models

F6D0E9
RGB246208233
HSL321°67.86%89.02%
HSB/HSV321°15.45%96.47%
CMYK0.00%15.45%5.28%
3.53%

Color #F6D0E9 in popluar number systems.

HEXF6D0E9
Decimal246208233
Binary111101101101000011101001
Octal366320351

Shades and tints

Shades of #F6D0E9

#F6D0E9
(246,208,233)
#E0BED4
(224,190,212)
#CAACBF
(202,172,191)
#B49AAA
(180,154,170)
#9E8895
(158,136,149)
#887680
(136,118,128)
#72646B
(114,100,107)
#5C5256
(92,82,86)
#464041
(70,64,65)
#302E2C
(48,46,44)
#1A1C17
(26,28,23)
#000000
(0,0,0)

Tints of #F6D0E9

#F6D0E9
(246,208,233)
#F6D4EB
(246,212,235)
#F6D8ED
(246,216,237)
#F6DCEF
(246,220,239)
#F6E0F1
(246,224,241)
#F6E4F3
(246,228,243)
#F6E8F5
(246,232,245)
#F6ECF7
(246,236,247)
#F6F0F9
(246,240,249)
#F6F4FB
(246,244,251)
#F6F8FD
(246,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D0E9; }

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

This text font color is #F6D0E9.


Background Color

.myBgColor { background-color: #F6D0E9; }

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

This div background color is #F6D0E9.


Border color

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

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

This div border color is #F6D0E9.


Opacity

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

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

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

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

This text has shadow with #F6D0E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D0E9 on black background.


Color preview on white background

This text has color #F6D0E9 on white background.



Black color preview on #F6D0E9 background

This text has black color on #F6D0E9 background.


White color preview on #F6D0E9 background

This text has white color on #F6D0E9 background.