COLOR #F6BDD5

HEX: #F6BDD5 RGB: (246,189,213)

Color info

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

RGB color model

#F6BDD5 color RGB value is (246,189,213).

RGB: (246,189,213) (96%, 74%, 84%)

RGB channels and saturation

R 246 of 255 = 96%
G 189 of 255 = 74%
B 213 of 255 = 84%

246
189
213

R + G + B ~ 85%. #F6BDD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 189 + 213 = 648 (100%)
R 246 of 648 ~ 37.96%
G 189 of 648 ~ 29.17%
B 213 of 648 ~ 32.87'%

%37.96
%29.17
%32.87

CMYK color model

#F6BDD5 color CMYK value is (0,23,13,4).

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

CMYK: (0,23,13,4)
C0M23Y13K4 (0%, 23%, 13%, 4%)
(0.00 / 0.23 / 0.13 / 0.04)

CMYK percentages

%0
%23.17
%13.41
%3.53

Codes

Color #F6BDD5 in popluar color models

F6 BD D5
RGB 246 189 213
HSL 335° 76.00% 85.29%
HSB/HSV 335° 23.17% 96.47%
CMYK 0.00% 23.17% 13.41%
3.53%

Color #F6BDD5 in popluar number systems.

HEX F6 BD D5
Decimal 246 189 213
Binary 11110110 10111101 11010101
Octal 366 275 325

Shades and tints

Shades of #F6BDD5

#F6BDD5
(246,189,213)
#E0ACC2
(224,172,194)
#CA9BAF
(202,155,175)
#B48A9C
(180,138,156)
#9E7989
(158,121,137)
#886876
(136,104,118)
#725763
(114,87,99)
#5C4650
(92,70,80)
#46353D
(70,53,61)
#30242A
(48,36,42)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #F6BDD5

#F6BDD5
(246,189,213)
#F6C3D8
(246,195,216)
#F6C9DB
(246,201,219)
#F6CFDE
(246,207,222)
#F6D5E1
(246,213,225)
#F6DBE4
(246,219,228)
#F6E1E7
(246,225,231)
#F6E7EA
(246,231,234)
#F6EDED
(246,237,237)
#F6F3F0
(246,243,240)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BDD5; }

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

This text font color is #F6BDD5.

Background Color

.myBgColor { background-color: #F6BDD5; }

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

This div background color is #F6BDD5.

Border color

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

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

This div border color is #F6BDD5.

Opacity

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

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

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

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

This text has shadow with #F6BDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6BDD5.

Preview

Color preview on black background

This text has color #F6BDD5 on black background.


Color preview on white background

This text has color #F6BDD5 on white background.


Black color preview on #F6BDD5 background

This text has black color on #F6BDD5 background.


White color preview on #F6BDD5 background

This text has white color on #F6BDD5 background.


Related colors

Complementary color

Complementary color for #hex is #09422A.


I love getcolorcode.com

Triadic colors

1 #D5F6BD and #BDD5F6 with #F6BDD5 are triadic colors.

2 #D5BDF6 and #BDF6D5 with #F6BDD5 are triadic colors.