COLOR #F6BAF5

HEX: #F6BAF5 RGB: (246,186,245)

Color info

#F6BAF5 contains mainly red and blue colors. Web safe color of #F6BAF5 is #FFCCFF (or #FCF).

RGB color model

#F6BAF5 color RGB value is (246,186,245).

RGB: (246,186,245) (96%, 73%, 96%)

RGB channels and saturation

R 246 of 255 = 96%
G 186 of 255 = 73%
B 245 of 255 = 96%

246
186
245

R + G + B ~ 88%. #F6BAF5 is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 186 + 245 = 677 (100%)
R 246 of 677 ~ 36.34%
G 186 of 677 ~ 27.47%
B 245 of 677 ~ 36.19'%

%36.34
%27.47
%36.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 0.41%
  • key color value is 3.53%

CMYK: (0,24,0,4)
C0M24Y0K4 (0%, 24%, 0%, 4%)
(0.00 / 0.24 / 0.00 / 0.04)

CMYK percentages

%0
%24.39
%0.41
%3.53

Codes

Color #F6BAF5 in popluar color models

F6 BA F5
RGB 246 186 245
HSL 301° 76.92% 84.71%
HSB/HSV 301° 24.39% 96.47%
CMYK 0.00% 24.39% 0.41%
3.53%

Color #F6BAF5 in popluar number systems.

HEX F6 BA F5
Decimal 246 186 245
Binary 11110110 10111010 11110101
Octal 366 272 365

Shades and tints

Shades of #F6BAF5

#F6BAF5
(246,186,245)
#E0AADF
(224,170,223)
#CA9AC9
(202,154,201)
#B48AB3
(180,138,179)
#9E7A9D
(158,122,157)
#886A87
(136,106,135)
#725A71
(114,90,113)
#5C4A5B
(92,74,91)
#463A45
(70,58,69)
#302A2F
(48,42,47)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #F6BAF5

#F6BAF5
(246,186,245)
#F6C0F5
(246,192,245)
#F6C6F5
(246,198,245)
#F6CCF5
(246,204,245)
#F6D2F5
(246,210,245)
#F6D8F5
(246,216,245)
#F6DEF5
(246,222,245)
#F6E4F5
(246,228,245)
#F6EAF5
(246,234,245)
#F6F0F5
(246,240,245)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6BAF5 color. Also use rgb(246,186,245) instead hex code.

Text Font Color

.myTextColor { color: #F6BAF5; }

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

This text font color is #F6BAF5.

Background Color

.myBgColor { background-color: #F6BAF5; }

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

This div background color is #F6BAF5.

Border color

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

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

This div border color is #F6BAF5.

Opacity

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

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

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

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

This text has shadow with #F6BAF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6BAF5.

Preview

Color preview on black background

This text has color #F6BAF5 on black background.


Color preview on white background

This text has color #F6BAF5 on white background.


Black color preview on #F6BAF5 background

This text has black color on #F6BAF5 background.


White color preview on #F6BAF5 background

This text has white color on #F6BAF5 background.


Related colors

Complementary color

Complementary color for #hex is #09450A.


I love getcolorcode.com

Triadic colors

1 #F5F6BA and #BAF5F6 with #F6BAF5 are triadic colors.

2 #F5BAF6 and #BAF6F5 with #F6BAF5 are triadic colors.