COLOR #F6CCD3

HEX: #F6CCD3 RGB: (246,204,211)

Color info

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

RGB color model

#F6CCD3 color RGB value is (246,204,211).

RGB: (246,204,211) (96%, 80%, 83%)

RGB channels and saturation

R 246 of 255 = 96%
G 204 of 255 = 80%
B 211 of 255 = 83%

246
204
211

R + G + B ~ 86%. #F6CCD3 is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 204 + 211 = 661 (100%)
R 246 of 661 ~ 37.22%
G 204 of 661 ~ 30.86%
B 211 of 661 ~ 31.92'%

%37.22
%30.86
%31.92

CMYK color model

#F6CCD3 color CMYK value is (0,17,14,4).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 14.23%
  • key color value is 3.53%

CMYK: (0,17,14,4)
C0M17Y14K4 (0%, 17%, 14%, 4%)
(0.00 / 0.17 / 0.14 / 0.04)

CMYK percentages

%0
%17.07
%14.23
%3.53

Codes

Color #F6CCD3 in popluar color models

F6 CC D3
RGB 246 204 211
HSL 350° 70.00% 88.24%
HSB/HSV 350° 17.07% 96.47%
CMYK 0.00% 17.07% 14.23%
3.53%

Color #F6CCD3 in popluar number systems.

HEX F6 CC D3
Decimal 246 204 211
Binary 11110110 11001100 11010011
Octal 366 314 323

Shades and tints

Shades of #F6CCD3

#F6CCD3
(246,204,211)
#E0BAC0
(224,186,192)
#CAA8AD
(202,168,173)
#B4969A
(180,150,154)
#9E8487
(158,132,135)
#887274
(136,114,116)
#726061
(114,96,97)
#5C4E4E
(92,78,78)
#463C3B
(70,60,59)
#302A28
(48,42,40)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #F6CCD3

#F6CCD3
(246,204,211)
#F6D0D7
(246,208,215)
#F6D4DB
(246,212,219)
#F6D8DF
(246,216,223)
#F6DCE3
(246,220,227)
#F6E0E7
(246,224,231)
#F6E4EB
(246,228,235)
#F6E8EF
(246,232,239)
#F6ECF3
(246,236,243)
#F6F0F7
(246,240,247)
#F6F4FB
(246,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CCD3; }

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

This text font color is #F6CCD3.

Background Color

.myBgColor { background-color: #F6CCD3; }

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

This div background color is #F6CCD3.

Border color

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

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

This div border color is #F6CCD3.

Opacity

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

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

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

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

This text has shadow with #F6CCD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6CCD3.

Preview

Color preview on black background

This text has color #F6CCD3 on black background.


Color preview on white background

This text has color #F6CCD3 on white background.


Black color preview on #F6CCD3 background

This text has black color on #F6CCD3 background.


White color preview on #F6CCD3 background

This text has white color on #F6CCD3 background.


Related colors

Complementary color

Complementary color for #hex is #09332C.


I love getcolorcode.com

Triadic colors

1 #D3F6CC and #CCD3F6 with #F6CCD3 are triadic colors.

2 #D3CCF6 and #CCF6D3 with #F6CCD3 are triadic colors.