COLOR #FBB9F4

HEX: #FBB9F4
RGB: (251,185,244)

Color info

#FBB9F4 contains mainly red and blue colors. Web safe color of #FBB9F4 is #FFCCFF (or #FCF).

RGB color model

#FBB9F4 color RGB value is (251,185,244).

  • red value is 251;
  • green value is 185;
  • blue value is 244.
RGB:
(251,185,244)
(98%,73%,96%)

RGB channels and saturation

R 251 of 255 = 98%
G 185 of 255 = 73%
B 244 of 255 = 96%

251
185
244

R + G + B ~ 89%. #FBB9F4 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 185 + 244 = 680 (100%)
R 251 of 680 ~ 36.91%
G 185 of 680 ~ 27.21%
B 244 of 680 ~ 35.88%

%36.91
%27.21
%35.88

CMYK color model

#FBB9F4 color CMYK value is (0,26,3,2).

  • cyan value is 0.00%
  • magenta value is 26.29%
  • yellow value is 2.79%
  • key color value is 1.57%
CMYK:
(0,26,3,2)
C0M26Y3K2 
(0%,26%,3%,2%)
(0.00/0.26/0.03/0.02)	

CMYK percentages

%0
%26.29
%2.79
%1.57

Codes

Color #FBB9F4 in popluar color models

FBB9F4
RGB251185244
HSL306°89.19%85.49%
HSB/HSV306°26.29%98.43%
CMYK0.00%26.29%2.79%
1.57%

Color #FBB9F4 in popluar number systems.

HEXFBB9F4
Decimal251185244
Binary111110111011100111110100
Octal373271364

Shades and tints

Shades of #FBB9F4

#FBB9F4
(251,185,244)
#E5A9DE
(229,169,222)
#CF99C8
(207,153,200)
#B989B2
(185,137,178)
#A3799C
(163,121,156)
#8D6986
(141,105,134)
#775970
(119,89,112)
#61495A
(97,73,90)
#4B3944
(75,57,68)
#35292E
(53,41,46)
#1F1918
(31,25,24)
#000000
(0,0,0)

Tints of #FBB9F4

#FBB9F4
(251,185,244)
#FBBFF5
(251,191,245)
#FBC5F6
(251,197,246)
#FBCBF7
(251,203,247)
#FBD1F8
(251,209,248)
#FBD7F9
(251,215,249)
#FBDDFA
(251,221,250)
#FBE3FB
(251,227,251)
#FBE9FC
(251,233,252)
#FBEFFD
(251,239,253)
#FBF5FE
(251,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBB9F4 color. Also use rgb(251,185,244) instead hex code.

Text Font Color

.myTextColor { color: #FBB9F4; }

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

This text font color is #FBB9F4.


Background Color

.myBgColor { background-color: #FBB9F4; }

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

This div background color is #FBB9F4.


Border color

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

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

This div border color is #FBB9F4.


Opacity

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

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

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

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

This text has shadow with #FBB9F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBB9F4 on black background.


Color preview on white background

This text has color #FBB9F4 on white background.



Black color preview on #FBB9F4 background

This text has black color on #FBB9F4 background.


White color preview on #FBB9F4 background

This text has white color on #FBB9F4 background.