COLOR #F6E1EA

HEX: #F6E1EA RGB: (246,225,234)

Color info

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

RGB color model

#F6E1EA color RGB value is (246,225,234).

RGB: (246,225,234) (96%, 88%, 92%)

RGB channels and saturation

R 246 of 255 = 96%
G 225 of 255 = 88%
B 234 of 255 = 92%

246
225
234

R + G + B ~ 92%. #F6E1EA is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 225 + 234 = 705 (100%)
R 246 of 705 ~ 34.89%
G 225 of 705 ~ 31.91%
B 234 of 705 ~ 33.19'%

%34.89
%31.91
%33.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 4.88%
  • key color value is 3.53%

CMYK: (0,9,5,4)
C0M9Y5K4 (0%, 9%, 5%, 4%)
(0.00 / 0.09 / 0.05 / 0.04)

CMYK percentages

%0
%8.54
%4.88
%3.53

Codes

Color #F6E1EA in popluar color models

F6 E1 EA
RGB 246 225 234
HSL 334° 53.85% 92.35%
HSB/HSV 334° 8.54% 96.47%
CMYK 0.00% 8.54% 4.88%
3.53%

Color #F6E1EA in popluar number systems.

HEX F6 E1 EA
Decimal 246 225 234
Binary 11110110 11100001 11101010
Octal 366 341 352

Shades and tints

Shades of #F6E1EA

#F6E1EA
(246,225,234)
#E0CDD5
(224,205,213)
#CAB9C0
(202,185,192)
#B4A5AB
(180,165,171)
#9E9196
(158,145,150)
#887D81
(136,125,129)
#72696C
(114,105,108)
#5C5557
(92,85,87)
#464142
(70,65,66)
#302D2D
(48,45,45)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #F6E1EA

#F6E1EA
(246,225,234)
#F6E3EB
(246,227,235)
#F6E5EC
(246,229,236)
#F6E7ED
(246,231,237)
#F6E9EE
(246,233,238)
#F6EBEF
(246,235,239)
#F6EDF0
(246,237,240)
#F6EFF1
(246,239,241)
#F6F1F2
(246,241,242)
#F6F3F3
(246,243,243)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E1EA; }

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

This text font color is #F6E1EA.

Background Color

.myBgColor { background-color: #F6E1EA; }

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

This div background color is #F6E1EA.

Border color

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

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

This div border color is #F6E1EA.

Opacity

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

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

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

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

This text has shadow with #F6E1EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6E1EA.

Preview

Color preview on black background

This text has color #F6E1EA on black background.


Color preview on white background

This text has color #F6E1EA on white background.


Black color preview on #F6E1EA background

This text has black color on #F6E1EA background.


White color preview on #F6E1EA background

This text has white color on #F6E1EA background.


Related colors

Complementary color

Complementary color for #hex is #091E15.


I love getcolorcode.com

Triadic colors

1 #EAF6E1 and #E1EAF6 with #F6E1EA are triadic colors.

2 #EAE1F6 and #E1F6EA with #F6E1EA are triadic colors.