COLOR #F6CCEE

HEX: #F6CCEE
RGB: (246,204,238)

Color info

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

RGB color model

#F6CCEE color RGB value is (246,204,238).

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

RGB channels and saturation

R 246 of 255 = 96%
G 204 of 255 = 80%
B 238 of 255 = 93%

246
204
238

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

Portions of RGB colors in percentages

R + G + B =
246 + 204 + 238 = 688 (100%)
R 246 of 688 ~ 35.76%
G 204 of 688 ~ 29.65%
B 238 of 688 ~ 34.59%

%35.76
%29.65
%34.59

CMYK color model

#F6CCEE color CMYK value is (0,17,3,4).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 3.25%
  • key color value is 3.53%
CMYK:
(0,17,3,4)
C0M17Y3K4 
(0%,17%,3%,4%)
(0.00/0.17/0.03/0.04)	

CMYK percentages

%0
%17.07
%3.25
%3.53

Codes

Color #F6CCEE in popluar color models

F6CCEE
RGB246204238
HSL311°70.00%88.24%
HSB/HSV311°17.07%96.47%
CMYK0.00%17.07%3.25%
3.53%

Color #F6CCEE in popluar number systems.

HEXF6CCEE
Decimal246204238
Binary111101101100110011101110
Octal366314356

Shades and tints

Shades of #F6CCEE

#F6CCEE
(246,204,238)
#E0BAD9
(224,186,217)
#CAA8C4
(202,168,196)
#B496AF
(180,150,175)
#9E849A
(158,132,154)
#887285
(136,114,133)
#726070
(114,96,112)
#5C4E5B
(92,78,91)
#463C46
(70,60,70)
#302A31
(48,42,49)
#1A181C
(26,24,28)
#000000
(0,0,0)

Tints of #F6CCEE

#F6CCEE
(246,204,238)
#F6D0EF
(246,208,239)
#F6D4F0
(246,212,240)
#F6D8F1
(246,216,241)
#F6DCF2
(246,220,242)
#F6E0F3
(246,224,243)
#F6E4F4
(246,228,244)
#F6E8F5
(246,232,245)
#F6ECF6
(246,236,246)
#F6F0F7
(246,240,247)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CCEE; }

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

This text font color is #F6CCEE.


Background Color

.myBgColor { background-color: #F6CCEE; }

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

This div background color is #F6CCEE.


Border color

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

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

This div border color is #F6CCEE.


Opacity

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

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

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

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

This text has shadow with #F6CCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CCEE on black background.


Color preview on white background

This text has color #F6CCEE on white background.



Black color preview on #F6CCEE background

This text has black color on #F6CCEE background.


White color preview on #F6CCEE background

This text has white color on #F6CCEE background.