COLOR #F6CDE6

HEX: #F6CDE6
RGB: (246,205,230)

Color info

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

RGB color model

#F6CDE6 color RGB value is (246,205,230).

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

RGB channels and saturation

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

246
205
230

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

Portions of RGB colors in percentages

R + G + B =
246 + 205 + 230 = 681 (100%)
R 246 of 681 ~ 36.12%
G 205 of 681 ~ 30.1%
B 230 of 681 ~ 33.77%

%36.12
%30.1
%33.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.67%
  • 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
%16.67
%6.5
%3.53

Codes

Color #F6CDE6 in popluar color models

F6CDE6
RGB246205230
HSL323°69.49%88.43%
HSB/HSV323°16.67%96.47%
CMYK0.00%16.67%6.50%
3.53%

Color #F6CDE6 in popluar number systems.

HEXF6CDE6
Decimal246205230
Binary111101101100110111100110
Octal366315346

Shades and tints

Shades of #F6CDE6

#F6CDE6
(246,205,230)
#E0BBD2
(224,187,210)
#CAA9BE
(202,169,190)
#B497AA
(180,151,170)
#9E8596
(158,133,150)
#887382
(136,115,130)
#72616E
(114,97,110)
#5C4F5A
(92,79,90)
#463D46
(70,61,70)
#302B32
(48,43,50)
#1A191E
(26,25,30)
#000000
(0,0,0)

Tints of #F6CDE6

#F6CDE6
(246,205,230)
#F6D1E8
(246,209,232)
#F6D5EA
(246,213,234)
#F6D9EC
(246,217,236)
#F6DDEE
(246,221,238)
#F6E1F0
(246,225,240)
#F6E5F2
(246,229,242)
#F6E9F4
(246,233,244)
#F6EDF6
(246,237,246)
#F6F1F8
(246,241,248)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CDE6; }

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

This text font color is #F6CDE6.


Background Color

.myBgColor { background-color: #F6CDE6; }

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

This div background color is #F6CDE6.


Border color

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

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

This div border color is #F6CDE6.


Opacity

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

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

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

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

This text has shadow with #F6CDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CDE6 on black background.


Color preview on white background

This text has color #F6CDE6 on white background.



Black color preview on #F6CDE6 background

This text has black color on #F6CDE6 background.


White color preview on #F6CDE6 background

This text has white color on #F6CDE6 background.