COLOR #FFB6D8

HEX: #FFB6D8
RGB: (255,182,216)

Color info

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

RGB color model

#FFB6D8 color RGB value is (255,182,216).

  • red value is 255;
  • green value is 182;
  • blue value is 216.
RGB:
(255,182,216)
(100%,71%,85%)

RGB channels and saturation

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

255
182
216

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

Portions of RGB colors in percentages

R + G + B =
255 + 182 + 216 = 653 (100%)
R 255 of 653 ~ 39.05%
G 182 of 653 ~ 27.87%
B 216 of 653 ~ 33.08%

%39.05
%27.87
%33.08

CMYK color model

#FFB6D8 color CMYK value is (0,29,15,0).

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

CMYK percentages

%0
%28.63
%15.29
%0

Codes

Color #FFB6D8 in popluar color models

FFB6D8
RGB255182216
HSL332°100.00%85.69%
HSB/HSV332°28.63%100.00%
CMYK0.00%28.63%15.29%
0.00%

Color #FFB6D8 in popluar number systems.

HEXFFB6D8
Decimal255182216
Binary111111111011011011011000
Octal377266330

Shades and tints

Shades of #FFB6D8

#FFB6D8
(255,182,216)
#E8A6C5
(232,166,197)
#D196B2
(209,150,178)
#BA869F
(186,134,159)
#A3768C
(163,118,140)
#8C6679
(140,102,121)
#755666
(117,86,102)
#5E4653
(94,70,83)
#473640
(71,54,64)
#30262D
(48,38,45)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #FFB6D8

#FFB6D8
(255,182,216)
#FFBCDB
(255,188,219)
#FFC2DE
(255,194,222)
#FFC8E1
(255,200,225)
#FFCEE4
(255,206,228)
#FFD4E7
(255,212,231)
#FFDAEA
(255,218,234)
#FFE0ED
(255,224,237)
#FFE6F0
(255,230,240)
#FFECF3
(255,236,243)
#FFF2F6
(255,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFB6D8; }

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

This text font color is #FFB6D8.


Background Color

.myBgColor { background-color: #FFB6D8; }

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

This div background color is #FFB6D8.


Border color

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

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

This div border color is #FFB6D8.


Opacity

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

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

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

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

This text has shadow with #FFB6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB6D8 on black background.


Color preview on white background

This text has color #FFB6D8 on white background.



Black color preview on #FFB6D8 background

This text has black color on #FFB6D8 background.


White color preview on #FFB6D8 background

This text has white color on #FFB6D8 background.