COLOR #F6C7FF

HEX: #F6C7FF RGB: (246,199,255)

Color info

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

RGB color model

#F6C7FF color RGB value is (246,199,255).

RGB: (246,199,255) (96%, 78%, 100%)

RGB channels and saturation

R 246 of 255 = 96%
G 199 of 255 = 78%
B 255 of 255 = 100%

246
199
255

R + G + B ~ 91%. #F6C7FF is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 199 + 255 = 700 (100%)
R 246 of 700 ~ 35.14%
G 199 of 700 ~ 28.43%
B 255 of 700 ~ 36.43'%

%35.14
%28.43
%36.43

CMYK color model

#F6C7FF color CMYK value is (4,22,0,0).

  • cyan value is 3.53%
  • magenta value is 21.96%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (4,22,0,0)
C4M22Y0K0 (4%, 22%, 0%, 0%)
(0.04 / 0.22 / 0.00 / 0.00)

CMYK percentages

%3.53
%21.96
%0
%0

Codes

Color #F6C7FF in popluar color models

F6 C7 FF
RGB 246 199 255
HSL 290° 100.00% 89.02%
HSB/HSV 290° 21.96% 100.00%
CMYK 3.53% 21.96% 0.00%
0.00%

Color #F6C7FF in popluar number systems.

HEX F6 C7 FF
Decimal 246 199 255
Binary 11110110 11000111 11111111
Octal 366 307 377

Shades and tints

Shades of #F6C7FF

#F6C7FF
(246,199,255)
#E0B5E8
(224,181,232)
#CAA3D1
(202,163,209)
#B491BA
(180,145,186)
#9E7FA3
(158,127,163)
#886D8C
(136,109,140)
#725B75
(114,91,117)
#5C495E
(92,73,94)
#463747
(70,55,71)
#302530
(48,37,48)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #F6C7FF

#F6C7FF
(246,199,255)
#F6CCFF
(246,204,255)
#F6D1FF
(246,209,255)
#F6D6FF
(246,214,255)
#F6DBFF
(246,219,255)
#F6E0FF
(246,224,255)
#F6E5FF
(246,229,255)
#F6EAFF
(246,234,255)
#F6EFFF
(246,239,255)
#F6F4FF
(246,244,255)
#F6F9FF
(246,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C7FF color. Also use rgb(246,199,255) instead hex code.

Text Font Color

.myTextColor { color: #F6C7FF; }

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

This text font color is #F6C7FF.

Background Color

.myBgColor { background-color: #F6C7FF; }

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

This div background color is #F6C7FF.

Border color

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

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

This div border color is #F6C7FF.

Opacity

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

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

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

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

This text has shadow with #F6C7FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6C7FF.

Preview

Color preview on black background

This text has color #F6C7FF on black background.


Color preview on white background

This text has color #F6C7FF on white background.


Black color preview on #F6C7FF background

This text has black color on #F6C7FF background.


White color preview on #F6C7FF background

This text has white color on #F6C7FF background.


Related colors

Complementary color

Complementary color for #hex is #093800.


I love getcolorcode.com

Triadic colors

1 #FFF6C7 and #C7FFF6 with #F6C7FF are triadic colors.

2 #FFC7F6 and #C7F6FF with #F6C7FF are triadic colors.