COLOR #FBBADB

HEX: #FBBADB RGB: (251,186,219)

Color info

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

RGB color model

#FBBADB color RGB value is (251,186,219).

RGB: (251,186,219) (98%, 73%, 86%)

RGB channels and saturation

R 251 of 255 = 98%
G 186 of 255 = 73%
B 219 of 255 = 86%

251
186
219

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

Portions of RGB colors in percentages

R + G + B = 251 + 186 + 219 = 656 (100%)
R 251 of 656 ~ 38.26%
G 186 of 656 ~ 28.35%
B 219 of 656 ~ 33.38'%

%38.26
%28.35
%33.38

CMYK color model

#FBBADB color CMYK value is (0,26,13,2).

  • cyan value is 0.00%
  • magenta value is 25.90%
  • yellow value is 12.75%
  • key color value is 1.57%
CMYK: (0,26,13,2) C0M26Y13K2 (0%,26%,13%,2%) (0.00/0.26/0.13/0.02) 

CMYK percentages

%0
%25.9
%12.75
%1.57

Codes

Color #FBBADB in popluar color models

FB BA DB
RGB 251 186 219
HSL 330° 89.04% 85.69%
HSB/HSV 330° 25.90% 98.43%
CMYK 0.00% 25.90% 12.75%
1.57%

Color #FBBADB in popluar number systems.

HEX FB BA DB
Decimal 251 186 219
Binary 11111011 10111010 11011011
Octal 373 272 333

Shades and tints

Shades of #FBBADB

#FBBADB
(251,186,219)
#E5AAC8
(229,170,200)
#CF9AB5
(207,154,181)
#B98AA2
(185,138,162)
#A37A8F
(163,122,143)
#8D6A7C
(141,106,124)
#775A69
(119,90,105)
#614A56
(97,74,86)
#4B3A43
(75,58,67)
#352A30
(53,42,48)
#1F1A1D
(31,26,29)
#000000
(0,0,0)

Tints of #FBBADB

#FBBADB
(251,186,219)
#FBC0DE
(251,192,222)
#FBC6E1
(251,198,225)
#FBCCE4
(251,204,228)
#FBD2E7
(251,210,231)
#FBD8EA
(251,216,234)
#FBDEED
(251,222,237)
#FBE4F0
(251,228,240)
#FBEAF3
(251,234,243)
#FBF0F6
(251,240,246)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBBADB color. Also use rgb(251,186,219) instead hex code.

Text Font Color

.myTextColor { color: #FBBADB; }

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

This text font color is #FBBADB.

Background Color

.myBgColor { background-color: #FBBADB; }

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

This div background color is #FBBADB.

Border color

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

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

This div border color is #FBBADB.

Opacity

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

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

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

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

This text has shadow with #FBBADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBBADB.

Preview

Color preview on black background

This text has color #FBBADB on black background.


Color preview on white background

This text has color #FBBADB on white background.


Black color preview on #FBBADB background

This text has black color on #FBBADB background.


White color preview on #FBBADB background

This text has white color on #FBBADB background.


Related colors

Complementary color

Complementary color for #hex is #044524.


I love getcolorcode.com

Triadic colors

1 #DBFBBA and #BADBFB with #FBBADB are triadic colors.

2 #DBBAFB and #BAFBDB with #FBBADB are triadic colors.