COLOR #F6EAF7

HEX: #F6EAF7 RGB: (246,234,247)

Color info

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

RGB color model

#F6EAF7 color RGB value is (246,234,247).

RGB: (246,234,247) (96%, 92%, 97%)

RGB channels and saturation

R 246 of 255 = 96%
G 234 of 255 = 92%
B 247 of 255 = 97%

246
234
247

R + G + B ~ 95%. #F6EAF7 is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 234 + 247 = 727 (100%)
R 246 of 727 ~ 33.84%
G 234 of 727 ~ 32.19%
B 247 of 727 ~ 33.98'%

%33.84
%32.19
%33.98

CMYK color model

#F6EAF7 color CMYK value is (0,5,0,3).

  • cyan value is 0.40%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (0,5,0,3)
C0M5Y0K3 (0%, 5%, 0%, 3%)
(0.00 / 0.05 / 0.00 / 0.03)

CMYK percentages

%0.4
%5.26
%0
%3.14

Codes

Color #F6EAF7 in popluar color models

F6 EA F7
RGB 246 234 247
HSL 295° 44.83% 94.31%
HSB/HSV 295° 5.26% 96.86%
CMYK 0.40% 5.26% 0.00%
3.14%

Color #F6EAF7 in popluar number systems.

HEX F6 EA F7
Decimal 246 234 247
Binary 11110110 11101010 11110111
Octal 366 352 367

Shades and tints

Shades of #F6EAF7

#F6EAF7
(246,234,247)
#E0D5E1
(224,213,225)
#CAC0CB
(202,192,203)
#B4ABB5
(180,171,181)
#9E969F
(158,150,159)
#888189
(136,129,137)
#726C73
(114,108,115)
#5C575D
(92,87,93)
#464247
(70,66,71)
#302D31
(48,45,49)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #F6EAF7

#F6EAF7
(246,234,247)
#F6EBF7
(246,235,247)
#F6ECF7
(246,236,247)
#F6EDF7
(246,237,247)
#F6EEF7
(246,238,247)
#F6EFF7
(246,239,247)
#F6F0F7
(246,240,247)
#F6F1F7
(246,241,247)
#F6F2F7
(246,242,247)
#F6F3F7
(246,243,247)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EAF7; }

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

This text font color is #F6EAF7.

Background Color

.myBgColor { background-color: #F6EAF7; }

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

This div background color is #F6EAF7.

Border color

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

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

This div border color is #F6EAF7.

Opacity

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

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

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

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

This text has shadow with #F6EAF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6EAF7.

Preview

Color preview on black background

This text has color #F6EAF7 on black background.


Color preview on white background

This text has color #F6EAF7 on white background.


Black color preview on #F6EAF7 background

This text has black color on #F6EAF7 background.


White color preview on #F6EAF7 background

This text has white color on #F6EAF7 background.


Related colors

Complementary color

Complementary color for #hex is #091508.


I love getcolorcode.com

Triadic colors

1 #F7F6EA and #EAF7F6 with #F6EAF7 are triadic colors.

2 #F7EAF6 and #EAF6F7 with #F6EAF7 are triadic colors.