COLOR #F6CCF1

HEX: #F6CCF1
RGB: (246,204,241)

Color info

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

RGB color model

#F6CCF1 color RGB value is (246,204,241).

  • red value is 246;
  • green value is 204;
  • blue value is 241.
RGB:
(246,204,241)
(96%,80%,95%)

RGB channels and saturation

R 246 of 255 = 96%
G 204 of 255 = 80%
B 241 of 255 = 95%

246
204
241

R + G + B ~ 90%. #F6CCF1 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 204 + 241 = 691 (100%)
R 246 of 691 ~ 35.6%
G 204 of 691 ~ 29.52%
B 241 of 691 ~ 34.88%

%35.6
%29.52
%34.88

CMYK color model

#F6CCF1 color CMYK value is (0,17,2,4).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 2.03%
  • key color value is 3.53%
CMYK:
(0,17,2,4)
C0M17Y2K4 
(0%,17%,2%,4%)
(0.00/0.17/0.02/0.04)	

CMYK percentages

%0
%17.07
%2.03
%3.53

Codes

Color #F6CCF1 in popluar color models

F6CCF1
RGB246204241
HSL307°70.00%88.24%
HSB/HSV307°17.07%96.47%
CMYK0.00%17.07%2.03%
3.53%

Color #F6CCF1 in popluar number systems.

HEXF6CCF1
Decimal246204241
Binary111101101100110011110001
Octal366314361

Shades and tints

Shades of #F6CCF1

#F6CCF1
(246,204,241)
#E0BADC
(224,186,220)
#CAA8C7
(202,168,199)
#B496B2
(180,150,178)
#9E849D
(158,132,157)
#887288
(136,114,136)
#726073
(114,96,115)
#5C4E5E
(92,78,94)
#463C49
(70,60,73)
#302A34
(48,42,52)
#1A181F
(26,24,31)
#000000
(0,0,0)

Tints of #F6CCF1

#F6CCF1
(246,204,241)
#F6D0F2
(246,208,242)
#F6D4F3
(246,212,243)
#F6D8F4
(246,216,244)
#F6DCF5
(246,220,245)
#F6E0F6
(246,224,246)
#F6E4F7
(246,228,247)
#F6E8F8
(246,232,248)
#F6ECF9
(246,236,249)
#F6F0FA
(246,240,250)
#F6F4FB
(246,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6CCF1 color. Also use rgb(246,204,241) instead hex code.

Text Font Color

.myTextColor { color: #F6CCF1; }

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

This text font color is #F6CCF1.


Background Color

.myBgColor { background-color: #F6CCF1; }

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

This div background color is #F6CCF1.


Border color

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

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

This div border color is #F6CCF1.


Opacity

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

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

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

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

This text has shadow with #F6CCF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CCF1 on black background.


Color preview on white background

This text has color #F6CCF1 on white background.



Black color preview on #F6CCF1 background

This text has black color on #F6CCF1 background.


White color preview on #F6CCF1 background

This text has white color on #F6CCF1 background.