COLOR #F6D4EB

HEX: #F6D4EB RGB: (246,212,235)

Color info

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

RGB color model

#F6D4EB color RGB value is (246,212,235).

RGB: (246,212,235) (96%, 83%, 92%)

RGB channels and saturation

R 246 of 255 = 96%
G 212 of 255 = 83%
B 235 of 255 = 92%

246
212
235

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

Portions of RGB colors in percentages

R + G + B = 246 + 212 + 235 = 693 (100%)
R 246 of 693 ~ 35.5%
G 212 of 693 ~ 30.59%
B 235 of 693 ~ 33.91'%

%35.5
%30.59
%33.91

CMYK color model

#F6D4EB color CMYK value is (0,14,4,4).

  • cyan value is 0.00%
  • magenta value is 13.82%
  • yellow value is 4.47%
  • key color value is 3.53%
CMYK: (0,14,4,4) C0M14Y4K4 (0%,14%,4%,4%) (0.00/0.14/0.04/0.04) 

CMYK percentages

%0
%13.82
%4.47
%3.53

Codes

Color #F6D4EB in popluar color models

F6 D4 EB
RGB 246 212 235
HSL 319° 65.38% 89.80%
HSB/HSV 319° 13.82% 96.47%
CMYK 0.00% 13.82% 4.47%
3.53%

Color #F6D4EB in popluar number systems.

HEX F6 D4 EB
Decimal 246 212 235
Binary 11110110 11010100 11101011
Octal 366 324 353

Shades and tints

Shades of #F6D4EB

#F6D4EB
(246,212,235)
#E0C1D6
(224,193,214)
#CAAEC1
(202,174,193)
#B49BAC
(180,155,172)
#9E8897
(158,136,151)
#887582
(136,117,130)
#72626D
(114,98,109)
#5C4F58
(92,79,88)
#463C43
(70,60,67)
#30292E
(48,41,46)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #F6D4EB

#F6D4EB
(246,212,235)
#F6D7EC
(246,215,236)
#F6DAED
(246,218,237)
#F6DDEE
(246,221,238)
#F6E0EF
(246,224,239)
#F6E3F0
(246,227,240)
#F6E6F1
(246,230,241)
#F6E9F2
(246,233,242)
#F6ECF3
(246,236,243)
#F6EFF4
(246,239,244)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D4EB; }

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

This text font color is #F6D4EB.

Background Color

.myBgColor { background-color: #F6D4EB; }

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

This div background color is #F6D4EB.

Border color

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

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

This div border color is #F6D4EB.

Opacity

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

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

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

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

This text has shadow with #F6D4EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6D4EB.

Preview

Color preview on black background

This text has color #F6D4EB on black background.


Color preview on white background

This text has color #F6D4EB on white background.


Black color preview on #F6D4EB background

This text has black color on #F6D4EB background.


White color preview on #F6D4EB background

This text has white color on #F6D4EB background.


Related colors

Complementary color

Complementary color for #hex is #092B14.


I love getcolorcode.com

Triadic colors

1 #EBF6D4 and #D4EBF6 with #F6D4EB are triadic colors.

2 #EBD4F6 and #D4F6EB with #F6D4EB are triadic colors.