COLOR #F6B4E3

HEX: #F6B4E3 RGB: (246,180,227)

Color info

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

RGB color model

#F6B4E3 color RGB value is (246,180,227).

RGB: (246,180,227) (96%, 71%, 89%)

RGB channels and saturation

R 246 of 255 = 96%
G 180 of 255 = 71%
B 227 of 255 = 89%

246
180
227

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

Portions of RGB colors in percentages

R + G + B = 246 + 180 + 227 = 653 (100%)
R 246 of 653 ~ 37.67%
G 180 of 653 ~ 27.57%
B 227 of 653 ~ 34.76'%

%37.67
%27.57
%34.76

CMYK color model

#F6B4E3 color CMYK value is (0,27,8,4).

  • cyan value is 0.00%
  • magenta value is 26.83%
  • yellow value is 7.72%
  • key color value is 3.53%
CMYK: (0,27,8,4) C0M27Y8K4 (0%,27%,8%,4%) (0.00/0.27/0.08/0.04) 

CMYK percentages

%0
%26.83
%7.72
%3.53

Codes

Color #F6B4E3 in popluar color models

F6 B4 E3
RGB 246 180 227
HSL 317° 78.57% 83.53%
HSB/HSV 317° 26.83% 96.47%
CMYK 0.00% 26.83% 7.72%
3.53%

Color #F6B4E3 in popluar number systems.

HEX F6 B4 E3
Decimal 246 180 227
Binary 11110110 10110100 11100011
Octal 366 264 343

Shades and tints

Shades of #F6B4E3

#F6B4E3
(246,180,227)
#E0A4CF
(224,164,207)
#CA94BB
(202,148,187)
#B484A7
(180,132,167)
#9E7493
(158,116,147)
#88647F
(136,100,127)
#72546B
(114,84,107)
#5C4457
(92,68,87)
#463443
(70,52,67)
#30242F
(48,36,47)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #F6B4E3

#F6B4E3
(246,180,227)
#F6BAE5
(246,186,229)
#F6C0E7
(246,192,231)
#F6C6E9
(246,198,233)
#F6CCEB
(246,204,235)
#F6D2ED
(246,210,237)
#F6D8EF
(246,216,239)
#F6DEF1
(246,222,241)
#F6E4F3
(246,228,243)
#F6EAF5
(246,234,245)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6B4E3 color. Also use rgb(246,180,227) instead hex code.

Text Font Color

.myTextColor { color: #F6B4E3; }

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

This text font color is #F6B4E3.

Background Color

.myBgColor { background-color: #F6B4E3; }

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

This div background color is #F6B4E3.

Border color

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

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

This div border color is #F6B4E3.

Opacity

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

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

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

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

This text has shadow with #F6B4E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6B4E3.

Preview

Color preview on black background

This text has color #F6B4E3 on black background.


Color preview on white background

This text has color #F6B4E3 on white background.


Black color preview on #F6B4E3 background

This text has black color on #F6B4E3 background.


White color preview on #F6B4E3 background

This text has white color on #F6B4E3 background.


Related colors

Complementary color

Complementary color for #hex is #094B1C.


I love getcolorcode.com

Triadic colors

1 #E3F6B4 and #B4E3F6 with #F6B4E3 are triadic colors.

2 #E3B4F6 and #B4F6E3 with #F6B4E3 are triadic colors.