COLOR #FBB3DF

HEX: #FBB3DF RGB: (251,179,223)

Color info

#FBB3DF contains mainly red and blue colors. Web safe color of #FBB3DF is #FF99CC (or #F9C).

RGB color model

#FBB3DF color RGB value is (251,179,223).

RGB: (251,179,223) (98%, 70%, 87%)

RGB channels and saturation

R 251 of 255 = 98%
G 179 of 255 = 70%
B 223 of 255 = 87%

251
179
223

R + G + B ~ 85%. #FBB3DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 179 + 223 = 653 (100%)
R 251 of 653 ~ 38.44%
G 179 of 653 ~ 27.41%
B 223 of 653 ~ 34.15'%

%38.44
%27.41
%34.15

CMYK color model

#FBB3DF color CMYK value is (0,29,11,2).

  • cyan value is 0.00%
  • magenta value is 28.69%
  • yellow value is 11.16%
  • key color value is 1.57%

CMYK: (0,29,11,2)
C0M29Y11K2 (0%, 29%, 11%, 2%)
(0.00 / 0.29 / 0.11 / 0.02)

CMYK percentages

%0
%28.69
%11.16
%1.57

Codes

Color #FBB3DF in popluar color models

FB B3 DF
RGB 251 179 223
HSL 323° 90.00% 84.31%
HSB/HSV 323° 28.69% 98.43%
CMYK 0.00% 28.69% 11.16%
1.57%

Color #FBB3DF in popluar number systems.

HEX FB B3 DF
Decimal 251 179 223
Binary 11111011 10110011 11011111
Octal 373 263 337

Shades and tints

Shades of #FBB3DF

#FBB3DF
(251,179,223)
#E5A3CB
(229,163,203)
#CF93B7
(207,147,183)
#B983A3
(185,131,163)
#A3738F
(163,115,143)
#8D637B
(141,99,123)
#775367
(119,83,103)
#614353
(97,67,83)
#4B333F
(75,51,63)
#35232B
(53,35,43)
#1F1317
(31,19,23)
#000000
(0,0,0)

Tints of #FBB3DF

#FBB3DF
(251,179,223)
#FBB9E1
(251,185,225)
#FBBFE3
(251,191,227)
#FBC5E5
(251,197,229)
#FBCBE7
(251,203,231)
#FBD1E9
(251,209,233)
#FBD7EB
(251,215,235)
#FBDDED
(251,221,237)
#FBE3EF
(251,227,239)
#FBE9F1
(251,233,241)
#FBEFF3
(251,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBB3DF color. Also use rgb(251,179,223) instead hex code.

Text Font Color

.myTextColor { color: #FBB3DF; }

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

This text font color is #FBB3DF.

Background Color

.myBgColor { background-color: #FBB3DF; }

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

This div background color is #FBB3DF.

Border color

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

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

This div border color is #FBB3DF.

Opacity

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

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

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

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

This text has shadow with #FBB3DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBB3DF.

Preview

Color preview on black background

This text has color #FBB3DF on black background.


Color preview on white background

This text has color #FBB3DF on white background.


Black color preview on #FBB3DF background

This text has black color on #FBB3DF background.


White color preview on #FBB3DF background

This text has white color on #FBB3DF background.


Related colors

Complementary color

Complementary color for #hex is #044C20.


I love getcolorcode.com

Triadic colors

1 #DFFBB3 and #B3DFFB with #FBB3DF are triadic colors.

2 #DFB3FB and #B3FBDF with #FBB3DF are triadic colors.