COLOR #FFB2DD

HEX: #FFB2DD
RGB: (255,178,221)

Color info

#FFB2DD contains mainly red and blue colors. Web safe color of #FFB2DD is #FF99CC (or #F9C).

RGB color model

#FFB2DD color RGB value is (255,178,221).

  • red value is 255;
  • green value is 178;
  • blue value is 221.
RGB:
(255,178,221)
(100%,70%,87%)

RGB channels and saturation

R 255 of 255 = 100%
G 178 of 255 = 70%
B 221 of 255 = 87%

255
178
221

R + G + B ~ 86%. #FFB2DD is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 178 + 221 = 654 (100%)
R 255 of 654 ~ 38.99%
G 178 of 654 ~ 27.22%
B 221 of 654 ~ 33.79%

%38.99
%27.22
%33.79

CMYK color model

#FFB2DD color CMYK value is (0,30,13,0).

  • cyan value is 0.00%
  • magenta value is 30.20%
  • yellow value is 13.33%
  • key color value is 0.00%
CMYK:
(0,30,13,0)
C0M30Y13K0 
(0%,30%,13%,0%)
(0.00/0.30/0.13/0.00)	

CMYK percentages

%0
%30.2
%13.33
%0

Codes

Color #FFB2DD in popluar color models

FFB2DD
RGB255178221
HSL326°100.00%84.90%
HSB/HSV326°30.20%100.00%
CMYK0.00%30.20%13.33%
0.00%

Color #FFB2DD in popluar number systems.

HEXFFB2DD
Decimal255178221
Binary111111111011001011011101
Octal377262335

Shades and tints

Shades of #FFB2DD

#FFB2DD
(255,178,221)
#E8A2C9
(232,162,201)
#D192B5
(209,146,181)
#BA82A1
(186,130,161)
#A3728D
(163,114,141)
#8C6279
(140,98,121)
#755265
(117,82,101)
#5E4251
(94,66,81)
#47323D
(71,50,61)
#302229
(48,34,41)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #FFB2DD

#FFB2DD
(255,178,221)
#FFB9E0
(255,185,224)
#FFC0E3
(255,192,227)
#FFC7E6
(255,199,230)
#FFCEE9
(255,206,233)
#FFD5EC
(255,213,236)
#FFDCEF
(255,220,239)
#FFE3F2
(255,227,242)
#FFEAF5
(255,234,245)
#FFF1F8
(255,241,248)
#FFF8FB
(255,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFB2DD; }

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

This text font color is #FFB2DD.


Background Color

.myBgColor { background-color: #FFB2DD; }

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

This div background color is #FFB2DD.


Border color

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

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

This div border color is #FFB2DD.


Opacity

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

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

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

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

This text has shadow with #FFB2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB2DD on black background.


Color preview on white background

This text has color #FFB2DD on white background.



Black color preview on #FFB2DD background

This text has black color on #FFB2DD background.


White color preview on #FFB2DD background

This text has white color on #FFB2DD background.