COLOR #F6C5E8

HEX: #F6C5E8 RGB: (246,197,232)

Color info

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

RGB color model

#F6C5E8 color RGB value is (246,197,232).

RGB: (246,197,232) (96%, 77%, 91%)

RGB channels and saturation

R 246 of 255 = 96%
G 197 of 255 = 77%
B 232 of 255 = 91%

246
197
232

R + G + B ~ 88%. #F6C5E8 is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 197 + 232 = 675 (100%)
R 246 of 675 ~ 36.44%
G 197 of 675 ~ 29.19%
B 232 of 675 ~ 34.37'%

%36.44
%29.19
%34.37

CMYK color model

#F6C5E8 color CMYK value is (0,20,6,4).

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 5.69%
  • key color value is 3.53%
CMYK: (0,20,6,4) C0M20Y6K4 (0%,20%,6%,4%) (0.00/0.20/0.06/0.04) 

CMYK percentages

%0
%19.92
%5.69
%3.53

Codes

Color #F6C5E8 in popluar color models

F6 C5 E8
RGB 246 197 232
HSL 317° 73.13% 86.86%
HSB/HSV 317° 19.92% 96.47%
CMYK 0.00% 19.92% 5.69%
3.53%

Color #F6C5E8 in popluar number systems.

HEX F6 C5 E8
Decimal 246 197 232
Binary 11110110 11000101 11101000
Octal 366 305 350

Shades and tints

Shades of #F6C5E8

#F6C5E8
(246,197,232)
#E0B4D3
(224,180,211)
#CAA3BE
(202,163,190)
#B492A9
(180,146,169)
#9E8194
(158,129,148)
#88707F
(136,112,127)
#725F6A
(114,95,106)
#5C4E55
(92,78,85)
#463D40
(70,61,64)
#302C2B
(48,44,43)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #F6C5E8

#F6C5E8
(246,197,232)
#F6CAEA
(246,202,234)
#F6CFEC
(246,207,236)
#F6D4EE
(246,212,238)
#F6D9F0
(246,217,240)
#F6DEF2
(246,222,242)
#F6E3F4
(246,227,244)
#F6E8F6
(246,232,246)
#F6EDF8
(246,237,248)
#F6F2FA
(246,242,250)
#F6F7FC
(246,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C5E8 color. Also use rgb(246,197,232) instead hex code.

Text Font Color

.myTextColor { color: #F6C5E8; }

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

This text font color is #F6C5E8.

Background Color

.myBgColor { background-color: #F6C5E8; }

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

This div background color is #F6C5E8.

Border color

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

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

This div border color is #F6C5E8.

Opacity

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

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

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

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

This text has shadow with #F6C5E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6C5E8.

Preview

Color preview on black background

This text has color #F6C5E8 on black background.


Color preview on white background

This text has color #F6C5E8 on white background.


Black color preview on #F6C5E8 background

This text has black color on #F6C5E8 background.


White color preview on #F6C5E8 background

This text has white color on #F6C5E8 background.


Related colors

Complementary color

Complementary color for #hex is #093A17.


I love getcolorcode.com

Triadic colors

1 #E8F6C5 and #C5E8F6 with #F6C5E8 are triadic colors.

2 #E8C5F6 and #C5F6E8 with #F6C5E8 are triadic colors.