COLOR #F6CDE2

HEX: #F6CDE2 RGB: (246,205,226)

Color info

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

RGB color model

#F6CDE2 color RGB value is (246,205,226).

RGB: (246,205,226) (96%, 80%, 89%)

RGB channels and saturation

R 246 of 255 = 96%
G 205 of 255 = 80%
B 226 of 255 = 89%

246
205
226

R + G + B ~ 88%. #F6CDE2 is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 205 + 226 = 677 (100%)
R 246 of 677 ~ 36.34%
G 205 of 677 ~ 30.28%
B 226 of 677 ~ 33.38'%

%36.34
%30.28
%33.38

CMYK color model

#F6CDE2 color CMYK value is (0,17,8,4).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 8.13%
  • key color value is 3.53%

CMYK: (0,17,8,4)
C0M17Y8K4 (0%, 17%, 8%, 4%)
(0.00 / 0.17 / 0.08 / 0.04)

CMYK percentages

%0
%16.67
%8.13
%3.53

Codes

Color #F6CDE2 in popluar color models

F6 CD E2
RGB 246 205 226
HSL 329° 69.49% 88.43%
HSB/HSV 329° 16.67% 96.47%
CMYK 0.00% 16.67% 8.13%
3.53%

Color #F6CDE2 in popluar number systems.

HEX F6 CD E2
Decimal 246 205 226
Binary 11110110 11001101 11100010
Octal 366 315 342

Shades and tints

Shades of #F6CDE2

#F6CDE2
(246,205,226)
#E0BBCE
(224,187,206)
#CAA9BA
(202,169,186)
#B497A6
(180,151,166)
#9E8592
(158,133,146)
#88737E
(136,115,126)
#72616A
(114,97,106)
#5C4F56
(92,79,86)
#463D42
(70,61,66)
#302B2E
(48,43,46)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #F6CDE2

#F6CDE2
(246,205,226)
#F6D1E4
(246,209,228)
#F6D5E6
(246,213,230)
#F6D9E8
(246,217,232)
#F6DDEA
(246,221,234)
#F6E1EC
(246,225,236)
#F6E5EE
(246,229,238)
#F6E9F0
(246,233,240)
#F6EDF2
(246,237,242)
#F6F1F4
(246,241,244)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CDE2; }

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

This text font color is #F6CDE2.

Background Color

.myBgColor { background-color: #F6CDE2; }

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

This div background color is #F6CDE2.

Border color

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

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

This div border color is #F6CDE2.

Opacity

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

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

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

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

This text has shadow with #F6CDE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6CDE2.

Preview

Color preview on black background

This text has color #F6CDE2 on black background.


Color preview on white background

This text has color #F6CDE2 on white background.


Black color preview on #F6CDE2 background

This text has black color on #F6CDE2 background.


White color preview on #F6CDE2 background

This text has white color on #F6CDE2 background.


Related colors

Complementary color

Complementary color for #hex is #09321D.


I love getcolorcode.com

Triadic colors

1 #E2F6CD and #CDE2F6 with #F6CDE2 are triadic colors.

2 #E2CDF6 and #CDF6E2 with #F6CDE2 are triadic colors.