COLOR #F6BCDD

HEX: #F6BCDD RGB: (246,188,221)

Color info

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

RGB color model

#F6BCDD color RGB value is (246,188,221).

RGB: (246,188,221) (96%, 74%, 87%)

RGB channels and saturation

R 246 of 255 = 96%
G 188 of 255 = 74%
B 221 of 255 = 87%

246
188
221

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

Portions of RGB colors in percentages

R + G + B = 246 + 188 + 221 = 655 (100%)
R 246 of 655 ~ 37.56%
G 188 of 655 ~ 28.7%
B 221 of 655 ~ 33.74'%

%37.56
%28.7
%33.74

CMYK color model

#F6BCDD color CMYK value is (0,24,10,4).

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 10.16%
  • key color value is 3.53%
CMYK: (0,24,10,4) C0M24Y10K4 (0%,24%,10%,4%) (0.00/0.24/0.10/0.04) 

CMYK percentages

%0
%23.58
%10.16
%3.53

Codes

Color #F6BCDD in popluar color models

F6 BC DD
RGB 246 188 221
HSL 326° 76.32% 85.10%
HSB/HSV 326° 23.58% 96.47%
CMYK 0.00% 23.58% 10.16%
3.53%

Color #F6BCDD in popluar number systems.

HEX F6 BC DD
Decimal 246 188 221
Binary 11110110 10111100 11011101
Octal 366 274 335

Shades and tints

Shades of #F6BCDD

#F6BCDD
(246,188,221)
#E0ABC9
(224,171,201)
#CA9AB5
(202,154,181)
#B489A1
(180,137,161)
#9E788D
(158,120,141)
#886779
(136,103,121)
#725665
(114,86,101)
#5C4551
(92,69,81)
#46343D
(70,52,61)
#302329
(48,35,41)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #F6BCDD

#F6BCDD
(246,188,221)
#F6C2E0
(246,194,224)
#F6C8E3
(246,200,227)
#F6CEE6
(246,206,230)
#F6D4E9
(246,212,233)
#F6DAEC
(246,218,236)
#F6E0EF
(246,224,239)
#F6E6F2
(246,230,242)
#F6ECF5
(246,236,245)
#F6F2F8
(246,242,248)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6BCDD color. Also use rgb(246,188,221) instead hex code.

Text Font Color

.myTextColor { color: #F6BCDD; }

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

This text font color is #F6BCDD.

Background Color

.myBgColor { background-color: #F6BCDD; }

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

This div background color is #F6BCDD.

Border color

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

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

This div border color is #F6BCDD.

Opacity

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

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

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

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

This text has shadow with #F6BCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6BCDD.

Preview

Color preview on black background

This text has color #F6BCDD on black background.


Color preview on white background

This text has color #F6BCDD on white background.


Black color preview on #F6BCDD background

This text has black color on #F6BCDD background.


White color preview on #F6BCDD background

This text has white color on #F6BCDD background.


Related colors

Complementary color

Complementary color for #hex is #094322.


I love getcolorcode.com

Triadic colors

1 #DDF6BC and #BCDDF6 with #F6BCDD are triadic colors.

2 #DDBCF6 and #BCF6DD with #F6BCDD are triadic colors.