COLOR #F6EAED

HEX: #F6EAED RGB: (246,234,237)

Color info

#F6EAED contains red, green and blue colors in about the same proportion. Web safe color of #F6EAED is #FFFFFF (or #FFF).

RGB color model

#F6EAED color RGB value is (246,234,237).

RGB: (246,234,237) (96%, 92%, 93%)

RGB channels and saturation

R 246 of 255 = 96%
G 234 of 255 = 92%
B 237 of 255 = 93%

246
234
237

R + G + B ~ 94%. #F6EAED is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 234 + 237 = 717 (100%)
R 246 of 717 ~ 34.31%
G 234 of 717 ~ 32.64%
B 237 of 717 ~ 33.05'%

%34.31
%32.64
%33.05

CMYK color model

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

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

CMYK: (0,5,4,4)
C0M5Y4K4 (0%, 5%, 4%, 4%)
(0.00 / 0.05 / 0.04 / 0.04)

CMYK percentages

%0
%4.88
%3.66
%3.53

Codes

Color #F6EAED in popluar color models

F6 EA ED
RGB 246 234 237
HSL 345° 40.00% 94.12%
HSB/HSV 345° 4.88% 96.47%
CMYK 0.00% 4.88% 3.66%
3.53%

Color #F6EAED in popluar number systems.

HEX F6 EA ED
Decimal 246 234 237
Binary 11110110 11101010 11101101
Octal 366 352 355

Shades and tints

Shades of #F6EAED

#F6EAED
(246,234,237)
#E0D5D8
(224,213,216)
#CAC0C3
(202,192,195)
#B4ABAE
(180,171,174)
#9E9699
(158,150,153)
#888184
(136,129,132)
#726C6F
(114,108,111)
#5C575A
(92,87,90)
#464245
(70,66,69)
#302D30
(48,45,48)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #F6EAED

#F6EAED
(246,234,237)
#F6EBEE
(246,235,238)
#F6ECEF
(246,236,239)
#F6EDF0
(246,237,240)
#F6EEF1
(246,238,241)
#F6EFF2
(246,239,242)
#F6F0F3
(246,240,243)
#F6F1F4
(246,241,244)
#F6F2F5
(246,242,245)
#F6F3F6
(246,243,246)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EAED; }

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

This text font color is #F6EAED.

Background Color

.myBgColor { background-color: #F6EAED; }

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

This div background color is #F6EAED.

Border color

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

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

This div border color is #F6EAED.

Opacity

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

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

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

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

This text has shadow with #F6EAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6EAED.

Preview

Color preview on black background

This text has color #F6EAED on black background.


Color preview on white background

This text has color #F6EAED on white background.


Black color preview on #F6EAED background

This text has black color on #F6EAED background.


White color preview on #F6EAED background

This text has white color on #F6EAED background.


Related colors

Complementary color

Complementary color for #hex is #091512.


I love getcolorcode.com

Triadic colors

1 #EDF6EA and #EAEDF6 with #F6EAED are triadic colors.

2 #EDEAF6 and #EAF6ED with #F6EAED are triadic colors.