COLOR #F6C8EE

HEX: #F6C8EE
RGB: (246,200,238)

Color info

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

RGB color model

#F6C8EE color RGB value is (246,200,238).

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

RGB channels and saturation

R 246 of 255 = 96%
G 200 of 255 = 78%
B 238 of 255 = 93%

246
200
238

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

Portions of RGB colors in percentages

R + G + B =
246 + 200 + 238 = 684 (100%)
R 246 of 684 ~ 35.96%
G 200 of 684 ~ 29.24%
B 238 of 684 ~ 34.8%

%35.96
%29.24
%34.8

CMYK color model

#F6C8EE color CMYK value is (0,19,3,4).

  • cyan value is 0.00%
  • magenta value is 18.70%
  • yellow value is 3.25%
  • key color value is 3.53%
CMYK:
(0,19,3,4)
C0M19Y3K4 
(0%,19%,3%,4%)
(0.00/0.19/0.03/0.04)	

CMYK percentages

%0
%18.7
%3.25
%3.53

Codes

Color #F6C8EE in popluar color models

F6C8EE
RGB246200238
HSL310°71.88%87.45%
HSB/HSV310°18.70%96.47%
CMYK0.00%18.70%3.25%
3.53%

Color #F6C8EE in popluar number systems.

HEXF6C8EE
Decimal246200238
Binary111101101100100011101110
Octal366310356

Shades and tints

Shades of #F6C8EE

#F6C8EE
(246,200,238)
#E0B6D9
(224,182,217)
#CAA4C4
(202,164,196)
#B492AF
(180,146,175)
#9E809A
(158,128,154)
#886E85
(136,110,133)
#725C70
(114,92,112)
#5C4A5B
(92,74,91)
#463846
(70,56,70)
#302631
(48,38,49)
#1A141C
(26,20,28)
#000000
(0,0,0)

Tints of #F6C8EE

#F6C8EE
(246,200,238)
#F6CDEF
(246,205,239)
#F6D2F0
(246,210,240)
#F6D7F1
(246,215,241)
#F6DCF2
(246,220,242)
#F6E1F3
(246,225,243)
#F6E6F4
(246,230,244)
#F6EBF5
(246,235,245)
#F6F0F6
(246,240,246)
#F6F5F7
(246,245,247)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C8EE; }

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

This text font color is #F6C8EE.


Background Color

.myBgColor { background-color: #F6C8EE; }

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

This div background color is #F6C8EE.


Border color

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

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

This div border color is #F6C8EE.


Opacity

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

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

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

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

This text has shadow with #F6C8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C8EE on black background.


Color preview on white background

This text has color #F6C8EE on white background.



Black color preview on #F6C8EE background

This text has black color on #F6C8EE background.


White color preview on #F6C8EE background

This text has white color on #F6C8EE background.