COLOR #FBB7DD

HEX: #FBB7DD
RGB: (251,183,221)

Color info

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

RGB color model

#FBB7DD color RGB value is (251,183,221).

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

RGB channels and saturation

R 251 of 255 = 98%
G 183 of 255 = 72%
B 221 of 255 = 87%

251
183
221

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

Portions of RGB colors in percentages

R + G + B =
251 + 183 + 221 = 655 (100%)
R 251 of 655 ~ 38.32%
G 183 of 655 ~ 27.94%
B 221 of 655 ~ 33.74%

%38.32
%27.94
%33.74

CMYK color model

#FBB7DD color CMYK value is (0,27,12,2).

  • cyan value is 0.00%
  • magenta value is 27.09%
  • yellow value is 11.95%
  • key color value is 1.57%
CMYK:
(0,27,12,2)
C0M27Y12K2 
(0%,27%,12%,2%)
(0.00/0.27/0.12/0.02)	

CMYK percentages

%0
%27.09
%11.95
%1.57

Codes

Color #FBB7DD in popluar color models

FBB7DD
RGB251183221
HSL326°89.47%85.10%
HSB/HSV326°27.09%98.43%
CMYK0.00%27.09%11.95%
1.57%

Color #FBB7DD in popluar number systems.

HEXFBB7DD
Decimal251183221
Binary111110111011011111011101
Octal373267335

Shades and tints

Shades of #FBB7DD

#FBB7DD
(251,183,221)
#E5A7C9
(229,167,201)
#CF97B5
(207,151,181)
#B987A1
(185,135,161)
#A3778D
(163,119,141)
#8D6779
(141,103,121)
#775765
(119,87,101)
#614751
(97,71,81)
#4B373D
(75,55,61)
#352729
(53,39,41)
#1F1715
(31,23,21)
#000000
(0,0,0)

Tints of #FBB7DD

#FBB7DD
(251,183,221)
#FBBDE0
(251,189,224)
#FBC3E3
(251,195,227)
#FBC9E6
(251,201,230)
#FBCFE9
(251,207,233)
#FBD5EC
(251,213,236)
#FBDBEF
(251,219,239)
#FBE1F2
(251,225,242)
#FBE7F5
(251,231,245)
#FBEDF8
(251,237,248)
#FBF3FB
(251,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBB7DD; }

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

This text font color is #FBB7DD.


Background Color

.myBgColor { background-color: #FBB7DD; }

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

This div background color is #FBB7DD.


Border color

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

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

This div border color is #FBB7DD.


Opacity

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

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

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

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

This text has shadow with #FBB7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBB7DD on black background.


Color preview on white background

This text has color #FBB7DD on white background.



Black color preview on #FBB7DD background

This text has black color on #FBB7DD background.


White color preview on #FBB7DD background

This text has white color on #FBB7DD background.