COLOR #F6D9EB

HEX: #F6D9EB
RGB: (246,217,235)

Color info

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

RGB color model

#F6D9EB color RGB value is (246,217,235).

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

RGB channels and saturation

R 246 of 255 = 96%
G 217 of 255 = 85%
B 235 of 255 = 92%

246
217
235

R + G + B ~ 91%. #F6D9EB is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 217 + 235 = 698 (100%)
R 246 of 698 ~ 35.24%
G 217 of 698 ~ 31.09%
B 235 of 698 ~ 33.67%

%35.24
%31.09
%33.67

CMYK color model

#F6D9EB color CMYK value is (0,12,4,4).

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 4.47%
  • key color value is 3.53%
CMYK:
(0,12,4,4)
C0M12Y4K4 
(0%,12%,4%,4%)
(0.00/0.12/0.04/0.04)	

CMYK percentages

%0
%11.79
%4.47
%3.53

Codes

Color #F6D9EB in popluar color models

F6D9EB
RGB246217235
HSL323°61.70%90.78%
HSB/HSV323°11.79%96.47%
CMYK0.00%11.79%4.47%
3.53%

Color #F6D9EB in popluar number systems.

HEXF6D9EB
Decimal246217235
Binary111101101101100111101011
Octal366331353

Shades and tints

Shades of #F6D9EB

#F6D9EB
(246,217,235)
#E0C6D6
(224,198,214)
#CAB3C1
(202,179,193)
#B4A0AC
(180,160,172)
#9E8D97
(158,141,151)
#887A82
(136,122,130)
#72676D
(114,103,109)
#5C5458
(92,84,88)
#464143
(70,65,67)
#302E2E
(48,46,46)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #F6D9EB

#F6D9EB
(246,217,235)
#F6DCEC
(246,220,236)
#F6DFED
(246,223,237)
#F6E2EE
(246,226,238)
#F6E5EF
(246,229,239)
#F6E8F0
(246,232,240)
#F6EBF1
(246,235,241)
#F6EEF2
(246,238,242)
#F6F1F3
(246,241,243)
#F6F4F4
(246,244,244)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D9EB; }

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

This text font color is #F6D9EB.


Background Color

.myBgColor { background-color: #F6D9EB; }

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

This div background color is #F6D9EB.


Border color

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

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

This div border color is #F6D9EB.


Opacity

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

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

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

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

This text has shadow with #F6D9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D9EB on black background.


Color preview on white background

This text has color #F6D9EB on white background.



Black color preview on #F6D9EB background

This text has black color on #F6D9EB background.


White color preview on #F6D9EB background

This text has white color on #F6D9EB background.