COLOR #FBB8DA

HEX: #FBB8DA
RGB: (251,184,218)

Color info

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

RGB color model

#FBB8DA color RGB value is (251,184,218).

  • red value is 251;
  • green value is 184;
  • blue value is 218.
RGB:
(251,184,218)
(98%,72%,85%)

RGB channels and saturation

R 251 of 255 = 98%
G 184 of 255 = 72%
B 218 of 255 = 85%

251
184
218

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

Portions of RGB colors in percentages

R + G + B =
251 + 184 + 218 = 653 (100%)
R 251 of 653 ~ 38.44%
G 184 of 653 ~ 28.18%
B 218 of 653 ~ 33.38%

%38.44
%28.18
%33.38

CMYK color model

#FBB8DA color CMYK value is (0,27,13,2).

  • cyan value is 0.00%
  • magenta value is 26.69%
  • yellow value is 13.15%
  • key color value is 1.57%
CMYK:
(0,27,13,2)
C0M27Y13K2 
(0%,27%,13%,2%)
(0.00/0.27/0.13/0.02)	

CMYK percentages

%0
%26.69
%13.15
%1.57

Codes

Color #FBB8DA in popluar color models

FBB8DA
RGB251184218
HSL330°89.33%85.29%
HSB/HSV330°26.69%98.43%
CMYK0.00%26.69%13.15%
1.57%

Color #FBB8DA in popluar number systems.

HEXFBB8DA
Decimal251184218
Binary111110111011100011011010
Octal373270332

Shades and tints

Shades of #FBB8DA

#FBB8DA
(251,184,218)
#E5A8C7
(229,168,199)
#CF98B4
(207,152,180)
#B988A1
(185,136,161)
#A3788E
(163,120,142)
#8D687B
(141,104,123)
#775868
(119,88,104)
#614855
(97,72,85)
#4B3842
(75,56,66)
#35282F
(53,40,47)
#1F181C
(31,24,28)
#000000
(0,0,0)

Tints of #FBB8DA

#FBB8DA
(251,184,218)
#FBBEDD
(251,190,221)
#FBC4E0
(251,196,224)
#FBCAE3
(251,202,227)
#FBD0E6
(251,208,230)
#FBD6E9
(251,214,233)
#FBDCEC
(251,220,236)
#FBE2EF
(251,226,239)
#FBE8F2
(251,232,242)
#FBEEF5
(251,238,245)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBB8DA color. Also use rgb(251,184,218) instead hex code.

Text Font Color

.myTextColor { color: #FBB8DA; }

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

This text font color is #FBB8DA.


Background Color

.myBgColor { background-color: #FBB8DA; }

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

This div background color is #FBB8DA.


Border color

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

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

This div border color is #FBB8DA.


Opacity

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

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

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

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

This text has shadow with #FBB8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBB8DA on black background.


Color preview on white background

This text has color #FBB8DA on white background.



Black color preview on #FBB8DA background

This text has black color on #FBB8DA background.


White color preview on #FBB8DA background

This text has white color on #FBB8DA background.