COLOR #F6C4FC

HEX: #F6C4FC RGB: (246,196,252)

Color info

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

RGB color model

#F6C4FC color RGB value is (246,196,252).

RGB: (246,196,252) (96%, 77%, 99%)

RGB channels and saturation

R 246 of 255 = 96%
G 196 of 255 = 77%
B 252 of 255 = 99%

246
196
252

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

Portions of RGB colors in percentages

R + G + B = 246 + 196 + 252 = 694 (100%)
R 246 of 694 ~ 35.45%
G 196 of 694 ~ 28.24%
B 252 of 694 ~ 36.31'%

%35.45
%28.24
%36.31

CMYK color model

#F6C4FC color CMYK value is (2,22,0,1).

  • cyan value is 2.38%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (2,22,0,1)
C2M22Y0K1 (2%, 22%, 0%, 1%)
(0.02 / 0.22 / 0.00 / 0.01)

CMYK percentages

%2.38
%22.22
%0
%1.18

Codes

Color #F6C4FC in popluar color models

F6 C4 FC
RGB 246 196 252
HSL 294° 90.32% 87.84%
HSB/HSV 294° 22.22% 98.82%
CMYK 2.38% 22.22% 0.00%
1.18%

Color #F6C4FC in popluar number systems.

HEX F6 C4 FC
Decimal 246 196 252
Binary 11110110 11000100 11111100
Octal 366 304 374

Shades and tints

Shades of #F6C4FC

#F6C4FC
(246,196,252)
#E0B3E6
(224,179,230)
#CAA2D0
(202,162,208)
#B491BA
(180,145,186)
#9E80A4
(158,128,164)
#886F8E
(136,111,142)
#725E78
(114,94,120)
#5C4D62
(92,77,98)
#463C4C
(70,60,76)
#302B36
(48,43,54)
#1A1A20
(26,26,32)
#000000
(0,0,0)

Tints of #F6C4FC

#F6C4FC
(246,196,252)
#F6C9FC
(246,201,252)
#F6CEFC
(246,206,252)
#F6D3FC
(246,211,252)
#F6D8FC
(246,216,252)
#F6DDFC
(246,221,252)
#F6E2FC
(246,226,252)
#F6E7FC
(246,231,252)
#F6ECFC
(246,236,252)
#F6F1FC
(246,241,252)
#F6F6FC
(246,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C4FC color. Also use rgb(246,196,252) instead hex code.

Text Font Color

.myTextColor { color: #F6C4FC; }

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

This text font color is #F6C4FC.

Background Color

.myBgColor { background-color: #F6C4FC; }

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

This div background color is #F6C4FC.

Border color

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

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

This div border color is #F6C4FC.

Opacity

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

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

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

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

This text has shadow with #F6C4FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6C4FC.

Preview

Color preview on black background

This text has color #F6C4FC on black background.


Color preview on white background

This text has color #F6C4FC on white background.


Black color preview on #F6C4FC background

This text has black color on #F6C4FC background.


White color preview on #F6C4FC background

This text has white color on #F6C4FC background.


Related colors

Complementary color

Complementary color for #hex is #093B03.


I love getcolorcode.com

Triadic colors

1 #FCF6C4 and #C4FCF6 with #F6C4FC are triadic colors.

2 #FCC4F6 and #C4F6FC with #F6C4FC are triadic colors.