COLOR #FBBBDD

HEX: #FBBBDD
RGB: (251,187,221)

Color info

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

RGB color model

#FBBBDD color RGB value is (251,187,221).

  • red value is 251;
  • green value is 187;
  • blue value is 221.
RGB:
(251,187,221)
(98%,73%,87%)

RGB channels and saturation

R 251 of 255 = 98%
G 187 of 255 = 73%
B 221 of 255 = 87%

251
187
221

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

Portions of RGB colors in percentages

R + G + B =
251 + 187 + 221 = 659 (100%)
R 251 of 659 ~ 38.09%
G 187 of 659 ~ 28.38%
B 221 of 659 ~ 33.54%

%38.09
%28.38
%33.54

CMYK color model

#FBBBDD color CMYK value is (0,25,12,2).

  • cyan value is 0.00%
  • magenta value is 25.50%
  • yellow value is 11.95%
  • key color value is 1.57%
CMYK:
(0,25,12,2)
C0M25Y12K2 
(0%,25%,12%,2%)
(0.00/0.25/0.12/0.02)	

CMYK percentages

%0
%25.5
%11.95
%1.57

Codes

Color #FBBBDD in popluar color models

FBBBDD
RGB251187221
HSL328°88.89%85.88%
HSB/HSV328°25.50%98.43%
CMYK0.00%25.50%11.95%
1.57%

Color #FBBBDD in popluar number systems.

HEXFBBBDD
Decimal251187221
Binary111110111011101111011101
Octal373273335

Shades and tints

Shades of #FBBBDD

#FBBBDD
(251,187,221)
#E5AAC9
(229,170,201)
#CF99B5
(207,153,181)
#B988A1
(185,136,161)
#A3778D
(163,119,141)
#8D6679
(141,102,121)
#775565
(119,85,101)
#614451
(97,68,81)
#4B333D
(75,51,61)
#352229
(53,34,41)
#1F1115
(31,17,21)
#000000
(0,0,0)

Tints of #FBBBDD

#FBBBDD
(251,187,221)
#FBC1E0
(251,193,224)
#FBC7E3
(251,199,227)
#FBCDE6
(251,205,230)
#FBD3E9
(251,211,233)
#FBD9EC
(251,217,236)
#FBDFEF
(251,223,239)
#FBE5F2
(251,229,242)
#FBEBF5
(251,235,245)
#FBF1F8
(251,241,248)
#FBF7FB
(251,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBBBDD color. Also use rgb(251,187,221) instead hex code.

Text Font Color

.myTextColor { color: #FBBBDD; }

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

This text font color is #FBBBDD.


Background Color

.myBgColor { background-color: #FBBBDD; }

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

This div background color is #FBBBDD.


Border color

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

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

This div border color is #FBBBDD.


Opacity

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

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

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

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

This text has shadow with #FBBBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBBBDD on black background.


Color preview on white background

This text has color #FBBBDD on white background.



Black color preview on #FBBBDD background

This text has black color on #FBBBDD background.


White color preview on #FBBBDD background

This text has white color on #FBBBDD background.