COLOR #F6BDC0

HEX: #F6BDC0 RGB: (246,189,192)

Color info

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

RGB color model

#F6BDC0 color RGB value is (246,189,192).

RGB: (246,189,192) (96%, 74%, 75%)

RGB channels and saturation

R 246 of 255 = 96%
G 189 of 255 = 74%
B 192 of 255 = 75%

246
189
192

R + G + B ~ 82%. #F6BDC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 189 + 192 = 627 (100%)
R 246 of 627 ~ 39.23%
G 189 of 627 ~ 30.14%
B 192 of 627 ~ 30.62'%

%39.23
%30.14
%30.62

CMYK color model

#F6BDC0 color CMYK value is (0,23,22,4).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 21.95%
  • key color value is 3.53%

CMYK: (0,23,22,4)
C0M23Y22K4 (0%, 23%, 22%, 4%)
(0.00 / 0.23 / 0.22 / 0.04)

CMYK percentages

%0
%23.17
%21.95
%3.53

Codes

Color #F6BDC0 in popluar color models

F6 BD C0
RGB 246 189 192
HSL 357° 76.00% 85.29%
HSB/HSV 357° 23.17% 96.47%
CMYK 0.00% 23.17% 21.95%
3.53%

Color #F6BDC0 in popluar number systems.

HEX F6 BD C0
Decimal 246 189 192
Binary 11110110 10111101 11000000
Octal 366 275 300

Shades and tints

Shades of #F6BDC0

#F6BDC0
(246,189,192)
#E0ACAF
(224,172,175)
#CA9B9E
(202,155,158)
#B48A8D
(180,138,141)
#9E797C
(158,121,124)
#88686B
(136,104,107)
#72575A
(114,87,90)
#5C4649
(92,70,73)
#463538
(70,53,56)
#302427
(48,36,39)
#1A1316
(26,19,22)
#000000
(0,0,0)

Tints of #F6BDC0

#F6BDC0
(246,189,192)
#F6C3C5
(246,195,197)
#F6C9CA
(246,201,202)
#F6CFCF
(246,207,207)
#F6D5D4
(246,213,212)
#F6DBD9
(246,219,217)
#F6E1DE
(246,225,222)
#F6E7E3
(246,231,227)
#F6EDE8
(246,237,232)
#F6F3ED
(246,243,237)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6BDC0 color. Also use rgb(246,189,192) instead hex code.

Text Font Color

.myTextColor { color: #F6BDC0; }

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

This text font color is #F6BDC0.

Background Color

.myBgColor { background-color: #F6BDC0; }

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

This div background color is #F6BDC0.

Border color

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

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

This div border color is #F6BDC0.

Opacity

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

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

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

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

This text has shadow with #F6BDC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6BDC0.

Preview

Color preview on black background

This text has color #F6BDC0 on black background.


Color preview on white background

This text has color #F6BDC0 on white background.


Black color preview on #F6BDC0 background

This text has black color on #F6BDC0 background.


White color preview on #F6BDC0 background

This text has white color on #F6BDC0 background.


Related colors

Complementary color

Complementary color for #hex is #09423F.


I love getcolorcode.com

Triadic colors

1 #C0F6BD and #BDC0F6 with #F6BDC0 are triadic colors.

2 #C0BDF6 and #BDF6C0 with #F6BDC0 are triadic colors.