COLOR #F6D3E1

HEX: #F6D3E1 RGB: (246,211,225)

Color info

#F6D3E1 contains red, green and blue colors in about the same proportion. Web safe color of #F6D3E1 is #FFCCCC (or #FCC).

RGB color model

#F6D3E1 color RGB value is (246,211,225).

RGB: (246,211,225) (96%, 83%, 88%)

RGB channels and saturation

R 246 of 255 = 96%
G 211 of 255 = 83%
B 225 of 255 = 88%

246
211
225

R + G + B ~ 89%. #F6D3E1 is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 211 + 225 = 682 (100%)
R 246 of 682 ~ 36.07%
G 211 of 682 ~ 30.94%
B 225 of 682 ~ 32.99'%

%36.07
%30.94
%32.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 8.54%
  • key color value is 3.53%
CMYK: (0,14,9,4) C0M14Y9K4 (0%,14%,9%,4%) (0.00/0.14/0.09/0.04) 

CMYK percentages

%0
%14.23
%8.54
%3.53

Codes

Color #F6D3E1 in popluar color models

F6 D3 E1
RGB 246 211 225
HSL 336° 66.04% 89.61%
HSB/HSV 336° 14.23% 96.47%
CMYK 0.00% 14.23% 8.54%
3.53%

Color #F6D3E1 in popluar number systems.

HEX F6 D3 E1
Decimal 246 211 225
Binary 11110110 11010011 11100001
Octal 366 323 341

Shades and tints

Shades of #F6D3E1

#F6D3E1
(246,211,225)
#E0C0CD
(224,192,205)
#CAADB9
(202,173,185)
#B49AA5
(180,154,165)
#9E8791
(158,135,145)
#88747D
(136,116,125)
#726169
(114,97,105)
#5C4E55
(92,78,85)
#463B41
(70,59,65)
#30282D
(48,40,45)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #F6D3E1

#F6D3E1
(246,211,225)
#F6D7E3
(246,215,227)
#F6DBE5
(246,219,229)
#F6DFE7
(246,223,231)
#F6E3E9
(246,227,233)
#F6E7EB
(246,231,235)
#F6EBED
(246,235,237)
#F6EFEF
(246,239,239)
#F6F3F1
(246,243,241)
#F6F7F3
(246,247,243)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D3E1; }

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

This text font color is #F6D3E1.

Background Color

.myBgColor { background-color: #F6D3E1; }

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

This div background color is #F6D3E1.

Border color

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

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

This div border color is #F6D3E1.

Opacity

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

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

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

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

This text has shadow with #F6D3E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6D3E1.

Preview

Color preview on black background

This text has color #F6D3E1 on black background.


Color preview on white background

This text has color #F6D3E1 on white background.


Black color preview on #F6D3E1 background

This text has black color on #F6D3E1 background.


White color preview on #F6D3E1 background

This text has white color on #F6D3E1 background.


Related colors

Complementary color

Complementary color for #hex is #092C1E.


I love getcolorcode.com

Triadic colors

1 #E1F6D3 and #D3E1F6 with #F6D3E1 are triadic colors.

2 #E1D3F6 and #D3F6E1 with #F6D3E1 are triadic colors.