COLOR #F6C5FE

HEX: #F6C5FE RGB: (246,197,254)

Color info

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

RGB color model

#F6C5FE color RGB value is (246,197,254).

RGB: (246,197,254) (96%, 77%, 100%)

RGB channels and saturation

R 246 of 255 = 96%
G 197 of 255 = 77%
B 254 of 255 = 100%

246
197
254

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

Portions of RGB colors in percentages

R + G + B = 246 + 197 + 254 = 697 (100%)
R 246 of 697 ~ 35.29%
G 197 of 697 ~ 28.26%
B 254 of 697 ~ 36.44'%

%35.29
%28.26
%36.44

CMYK color model

#F6C5FE color CMYK value is (3,22,0,0).

  • cyan value is 3.15%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (3,22,0,0)
C3M22Y0K0 (3%, 22%, 0%, 0%)
(0.03 / 0.22 / 0.00 / 0.00)

CMYK percentages

%3.15
%22.44
%0
%0.39

Codes

Color #F6C5FE in popluar color models

F6 C5 FE
RGB 246 197 254
HSL 292° 96.61% 88.43%
HSB/HSV 292° 22.44% 99.61%
CMYK 3.15% 22.44% 0.00%
0.39%

Color #F6C5FE in popluar number systems.

HEX F6 C5 FE
Decimal 246 197 254
Binary 11110110 11000101 11111110
Octal 366 305 376

Shades and tints

Shades of #F6C5FE

#F6C5FE
(246,197,254)
#E0B4E7
(224,180,231)
#CAA3D0
(202,163,208)
#B492B9
(180,146,185)
#9E81A2
(158,129,162)
#88708B
(136,112,139)
#725F74
(114,95,116)
#5C4E5D
(92,78,93)
#463D46
(70,61,70)
#302C2F
(48,44,47)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #F6C5FE

#F6C5FE
(246,197,254)
#F6CAFE
(246,202,254)
#F6CFFE
(246,207,254)
#F6D4FE
(246,212,254)
#F6D9FE
(246,217,254)
#F6DEFE
(246,222,254)
#F6E3FE
(246,227,254)
#F6E8FE
(246,232,254)
#F6EDFE
(246,237,254)
#F6F2FE
(246,242,254)
#F6F7FE
(246,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C5FE; }

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

This text font color is #F6C5FE.

Background Color

.myBgColor { background-color: #F6C5FE; }

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

This div background color is #F6C5FE.

Border color

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

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

This div border color is #F6C5FE.

Opacity

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

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

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

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

This text has shadow with #F6C5FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6C5FE.

Preview

Color preview on black background

This text has color #F6C5FE on black background.


Color preview on white background

This text has color #F6C5FE on white background.


Black color preview on #F6C5FE background

This text has black color on #F6C5FE background.


White color preview on #F6C5FE background

This text has white color on #F6C5FE background.


Related colors

Complementary color

Complementary color for #hex is #093A01.


I love getcolorcode.com

Triadic colors

1 #FEF6C5 and #C5FEF6 with #F6C5FE are triadic colors.

2 #FEC5F6 and #C5F6FE with #F6C5FE are triadic colors.