COLOR #F6CCE6

HEX: #F6CCE6
RGB: (246,204,230)

Color info

#F6CCE6 contains red, green and blue colors in about the same proportion. Web safe color of #F6CCE6 is #FFCCCC (or #FCC).

RGB color model

#F6CCE6 color RGB value is (246,204,230).

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

RGB channels and saturation

R 246 of 255 = 96%
G 204 of 255 = 80%
B 230 of 255 = 90%

246
204
230

R + G + B ~ 89%. #F6CCE6 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 204 + 230 = 680 (100%)
R 246 of 680 ~ 36.18%
G 204 of 680 ~ 30%
B 230 of 680 ~ 33.82%

%36.18
%30
%33.82

CMYK color model

#F6CCE6 color CMYK value is (0,17,7,4).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 6.50%
  • key color value is 3.53%
CMYK:
(0,17,7,4)
C0M17Y7K4 
(0%,17%,7%,4%)
(0.00/0.17/0.07/0.04)	

CMYK percentages

%0
%17.07
%6.5
%3.53

Codes

Color #F6CCE6 in popluar color models

F6CCE6
RGB246204230
HSL323°70.00%88.24%
HSB/HSV323°17.07%96.47%
CMYK0.00%17.07%6.50%
3.53%

Color #F6CCE6 in popluar number systems.

HEXF6CCE6
Decimal246204230
Binary111101101100110011100110
Octal366314346

Shades and tints

Shades of #F6CCE6

#F6CCE6
(246,204,230)
#E0BAD2
(224,186,210)
#CAA8BE
(202,168,190)
#B496AA
(180,150,170)
#9E8496
(158,132,150)
#887282
(136,114,130)
#72606E
(114,96,110)
#5C4E5A
(92,78,90)
#463C46
(70,60,70)
#302A32
(48,42,50)
#1A181E
(26,24,30)
#000000
(0,0,0)

Tints of #F6CCE6

#F6CCE6
(246,204,230)
#F6D0E8
(246,208,232)
#F6D4EA
(246,212,234)
#F6D8EC
(246,216,236)
#F6DCEE
(246,220,238)
#F6E0F0
(246,224,240)
#F6E4F2
(246,228,242)
#F6E8F4
(246,232,244)
#F6ECF6
(246,236,246)
#F6F0F8
(246,240,248)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CCE6; }

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

This text font color is #F6CCE6.


Background Color

.myBgColor { background-color: #F6CCE6; }

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

This div background color is #F6CCE6.


Border color

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

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

This div border color is #F6CCE6.


Opacity

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

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

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

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

This text has shadow with #F6CCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CCE6 on black background.


Color preview on white background

This text has color #F6CCE6 on white background.



Black color preview on #F6CCE6 background

This text has black color on #F6CCE6 background.


White color preview on #F6CCE6 background

This text has white color on #F6CCE6 background.