COLOR #FBBBDC

HEX: #FBBBDC
RGB: (251,187,220)

Color info

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

RGB color model

#FBBBDC color RGB value is (251,187,220).

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

RGB channels and saturation

R 251 of 255 = 98%
G 187 of 255 = 73%
B 220 of 255 = 86%

251
187
220

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

Portions of RGB colors in percentages

R + G + B =
251 + 187 + 220 = 658 (100%)
R 251 of 658 ~ 38.15%
G 187 of 658 ~ 28.42%
B 220 of 658 ~ 33.43%

%38.15
%28.42
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.50%
  • yellow value is 12.35%
  • 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
%12.35
%1.57

Codes

Color #FBBBDC in popluar color models

FBBBDC
RGB251187220
HSL329°88.89%85.88%
HSB/HSV329°25.50%98.43%
CMYK0.00%25.50%12.35%
1.57%

Color #FBBBDC in popluar number systems.

HEXFBBBDC
Decimal251187220
Binary111110111011101111011100
Octal373273334

Shades and tints

Shades of #FBBBDC

#FBBBDC
(251,187,220)
#E5AAC8
(229,170,200)
#CF99B4
(207,153,180)
#B988A0
(185,136,160)
#A3778C
(163,119,140)
#8D6678
(141,102,120)
#775564
(119,85,100)
#614450
(97,68,80)
#4B333C
(75,51,60)
#352228
(53,34,40)
#1F1114
(31,17,20)
#000000
(0,0,0)

Tints of #FBBBDC

#FBBBDC
(251,187,220)
#FBC1DF
(251,193,223)
#FBC7E2
(251,199,226)
#FBCDE5
(251,205,229)
#FBD3E8
(251,211,232)
#FBD9EB
(251,217,235)
#FBDFEE
(251,223,238)
#FBE5F1
(251,229,241)
#FBEBF4
(251,235,244)
#FBF1F7
(251,241,247)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBBBDC; }

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

This text font color is #FBBBDC.


Background Color

.myBgColor { background-color: #FBBBDC; }

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

This div background color is #FBBBDC.


Border color

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

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

This div border color is #FBBBDC.


Opacity

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

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

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

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

This text has shadow with #FBBBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBBBDC on black background.


Color preview on white background

This text has color #FBBBDC on white background.



Black color preview on #FBBBDC background

This text has black color on #FBBBDC background.


White color preview on #FBBBDC background

This text has white color on #FBBBDC background.