COLOR #F6B7DD

HEX: #F6B7DD RGB: (246,183,221)

Color info

#F6B7DD contains mainly red and blue colors. Web safe color of #F6B7DD is #FFCCCC (or #FCC).

RGB color model

#F6B7DD color RGB value is (246,183,221).

RGB: (246,183,221) (96%, 72%, 87%)

RGB channels and saturation

R 246 of 255 = 96%
G 183 of 255 = 72%
B 221 of 255 = 87%

246
183
221

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

Portions of RGB colors in percentages

R + G + B = 246 + 183 + 221 = 650 (100%)
R 246 of 650 ~ 37.85%
G 183 of 650 ~ 28.15%
B 221 of 650 ~ 34'%

%37.85
%28.15
%34

CMYK color model

#F6B7DD color CMYK value is (0,26,10,4).

  • cyan value is 0.00%
  • magenta value is 25.61%
  • yellow value is 10.16%
  • key color value is 3.53%

CMYK: (0,26,10,4)
C0M26Y10K4 (0%, 26%, 10%, 4%)
(0.00 / 0.26 / 0.10 / 0.04)

CMYK percentages

%0
%25.61
%10.16
%3.53

Codes

Color #F6B7DD in popluar color models

F6 B7 DD
RGB 246 183 221
HSL 324° 77.78% 84.12%
HSB/HSV 324° 25.61% 96.47%
CMYK 0.00% 25.61% 10.16%
3.53%

Color #F6B7DD in popluar number systems.

HEX F6 B7 DD
Decimal 246 183 221
Binary 11110110 10110111 11011101
Octal 366 267 335

Shades and tints

Shades of #F6B7DD

#F6B7DD
(246,183,221)
#E0A7C9
(224,167,201)
#CA97B5
(202,151,181)
#B487A1
(180,135,161)
#9E778D
(158,119,141)
#886779
(136,103,121)
#725765
(114,87,101)
#5C4751
(92,71,81)
#46373D
(70,55,61)
#302729
(48,39,41)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #F6B7DD

#F6B7DD
(246,183,221)
#F6BDE0
(246,189,224)
#F6C3E3
(246,195,227)
#F6C9E6
(246,201,230)
#F6CFE9
(246,207,233)
#F6D5EC
(246,213,236)
#F6DBEF
(246,219,239)
#F6E1F2
(246,225,242)
#F6E7F5
(246,231,245)
#F6EDF8
(246,237,248)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B7DD; }

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

This text font color is #F6B7DD.

Background Color

.myBgColor { background-color: #F6B7DD; }

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

This div background color is #F6B7DD.

Border color

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

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

This div border color is #F6B7DD.

Opacity

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

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

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

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

This text has shadow with #F6B7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6B7DD.

Preview

Color preview on black background

This text has color #F6B7DD on black background.


Color preview on white background

This text has color #F6B7DD on white background.


Black color preview on #F6B7DD background

This text has black color on #F6B7DD background.


White color preview on #F6B7DD background

This text has white color on #F6B7DD background.


Related colors

Complementary color

Complementary color for #hex is #094822.


I love getcolorcode.com

Triadic colors

1 #DDF6B7 and #B7DDF6 with #F6B7DD are triadic colors.

2 #DDB7F6 and #B7F6DD with #F6B7DD are triadic colors.