COLOR #FFB6FF

HEX: #FFB6FF RGB: (255,182,255)

Color info

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

RGB color model

#FFB6FF color RGB value is (255,182,255).

RGB: (255,182,255) (100%, 71%, 100%)

RGB channels and saturation

R 255 of 255 = 100%
G 182 of 255 = 71%
B 255 of 255 = 100%

255
182
255

R + G + B ~ 90%. #FFB6FF is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 182 + 255 = 692 (100%)
R 255 of 692 ~ 36.85%
G 182 of 692 ~ 26.3%
B 255 of 692 ~ 36.85'%

%36.85
%26.3
%36.85

CMYK color model

#FFB6FF color CMYK value is (0,29,0,0).

  • cyan value is 0.00%
  • magenta value is 28.63%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (0,29,0,0) C0M29Y0K0 (0%,29%,0%,0%) (0.00/0.29/0.00/0.00) 

CMYK percentages

%0
%28.63
%0
%0

Codes

Color #FFB6FF in popluar color models

FF B6 FF
RGB 255 182 255
HSL 300° 100.00% 85.69%
HSB/HSV 300° 28.63% 100.00%
CMYK 0.00% 28.63% 0.00%
0.00%

Color #FFB6FF in popluar number systems.

HEX FF B6 FF
Decimal 255 182 255
Binary 11111111 10110110 11111111
Octal 377 266 377

Shades and tints

Shades of #FFB6FF

#FFB6FF
(255,182,255)
#E8A6E8
(232,166,232)
#D196D1
(209,150,209)
#BA86BA
(186,134,186)
#A376A3
(163,118,163)
#8C668C
(140,102,140)
#755675
(117,86,117)
#5E465E
(94,70,94)
#473647
(71,54,71)
#302630
(48,38,48)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #FFB6FF

#FFB6FF
(255,182,255)
#FFBCFF
(255,188,255)
#FFC2FF
(255,194,255)
#FFC8FF
(255,200,255)
#FFCEFF
(255,206,255)
#FFD4FF
(255,212,255)
#FFDAFF
(255,218,255)
#FFE0FF
(255,224,255)
#FFE6FF
(255,230,255)
#FFECFF
(255,236,255)
#FFF2FF
(255,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFB6FF color. Also use rgb(255,182,255) instead hex code.

Text Font Color

.myTextColor { color: #FFB6FF; }

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

This text font color is #FFB6FF.

Background Color

.myBgColor { background-color: #FFB6FF; }

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

This div background color is #FFB6FF.

Border color

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

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

This div border color is #FFB6FF.

Opacity

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

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

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

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

This text has shadow with #FFB6FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFB6FF.

Preview

Color preview on black background

This text has color #FFB6FF on black background.


Color preview on white background

This text has color #FFB6FF on white background.


Black color preview on #FFB6FF background

This text has black color on #FFB6FF background.


White color preview on #FFB6FF background

This text has white color on #FFB6FF background.


Related colors

Complementary color

Complementary color for #hex is #004900.


I love getcolorcode.com

Gradients

Color #FFB6FF is used in Rich Brilliant Lavender gradient.

Rich Brilliant Lavender


Triadic colors

1 #FFFFB6 and #B6FFFF with #FFB6FF are triadic colors.

2 #FFB6FF and #B6FFFF with #FFB6FF are triadic colors.