COLOR #FBB6D7

HEX: #FBB6D7 RGB: (251,182,215)

Color info

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

RGB color model

#FBB6D7 color RGB value is (251,182,215).

RGB: (251,182,215) (98%, 71%, 84%)

RGB channels and saturation

R 251 of 255 = 98%
G 182 of 255 = 71%
B 215 of 255 = 84%

251
182
215

R + G + B ~ 84%. #FBB6D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 182 + 215 = 648 (100%)
R 251 of 648 ~ 38.73%
G 182 of 648 ~ 28.09%
B 215 of 648 ~ 33.18'%

%38.73
%28.09
%33.18

CMYK color model

#FBB6D7 color CMYK value is (0,27,14,2).

  • cyan value is 0.00%
  • magenta value is 27.49%
  • yellow value is 14.34%
  • key color value is 1.57%
CMYK: (0,27,14,2) C0M27Y14K2 (0%,27%,14%,2%) (0.00/0.27/0.14/0.02) 

CMYK percentages

%0
%27.49
%14.34
%1.57

Codes

Color #FBB6D7 in popluar color models

FB B6 D7
RGB 251 182 215
HSL 331° 89.61% 84.90%
HSB/HSV 331° 27.49% 98.43%
CMYK 0.00% 27.49% 14.34%
1.57%

Color #FBB6D7 in popluar number systems.

HEX FB B6 D7
Decimal 251 182 215
Binary 11111011 10110110 11010111
Octal 373 266 327

Shades and tints

Shades of #FBB6D7

#FBB6D7
(251,182,215)
#E5A6C4
(229,166,196)
#CF96B1
(207,150,177)
#B9869E
(185,134,158)
#A3768B
(163,118,139)
#8D6678
(141,102,120)
#775665
(119,86,101)
#614652
(97,70,82)
#4B363F
(75,54,63)
#35262C
(53,38,44)
#1F1619
(31,22,25)
#000000
(0,0,0)

Tints of #FBB6D7

#FBB6D7
(251,182,215)
#FBBCDA
(251,188,218)
#FBC2DD
(251,194,221)
#FBC8E0
(251,200,224)
#FBCEE3
(251,206,227)
#FBD4E6
(251,212,230)
#FBDAE9
(251,218,233)
#FBE0EC
(251,224,236)
#FBE6EF
(251,230,239)
#FBECF2
(251,236,242)
#FBF2F5
(251,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBB6D7 color. Also use rgb(251,182,215) instead hex code.

Text Font Color

.myTextColor { color: #FBB6D7; }

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

This text font color is #FBB6D7.

Background Color

.myBgColor { background-color: #FBB6D7; }

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

This div background color is #FBB6D7.

Border color

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

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

This div border color is #FBB6D7.

Opacity

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

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

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

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

This text has shadow with #FBB6D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBB6D7.

Preview

Color preview on black background

This text has color #FBB6D7 on black background.


Color preview on white background

This text has color #FBB6D7 on white background.


Black color preview on #FBB6D7 background

This text has black color on #FBB6D7 background.


White color preview on #FBB6D7 background

This text has white color on #FBB6D7 background.


Related colors

Complementary color

Complementary color for #hex is #044928.


I love getcolorcode.com

Triadic colors

1 #D7FBB6 and #B6D7FB with #FBB6D7 are triadic colors.

2 #D7B6FB and #B6FBD7 with #FBB6D7 are triadic colors.