COLOR #FBB7E6

HEX: #FBB7E6
RGB: (251,183,230)

Color info

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

RGB color model

#FBB7E6 color RGB value is (251,183,230).

  • red value is 251;
  • green value is 183;
  • blue value is 230.
RGB:
(251,183,230)
(98%,72%,90%)

RGB channels and saturation

R 251 of 255 = 98%
G 183 of 255 = 72%
B 230 of 255 = 90%

251
183
230

R + G + B ~ 87%. #FBB7E6 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 183 + 230 = 664 (100%)
R 251 of 664 ~ 37.8%
G 183 of 664 ~ 27.56%
B 230 of 664 ~ 34.64%

%37.8
%27.56
%34.64

CMYK color model

#FBB7E6 color CMYK value is (0,27,8,2).

  • cyan value is 0.00%
  • magenta value is 27.09%
  • yellow value is 8.37%
  • key color value is 1.57%
CMYK:
(0,27,8,2)
C0M27Y8K2 
(0%,27%,8%,2%)
(0.00/0.27/0.08/0.02)	

CMYK percentages

%0
%27.09
%8.37
%1.57

Codes

Color #FBB7E6 in popluar color models

FBB7E6
RGB251183230
HSL319°89.47%85.10%
HSB/HSV319°27.09%98.43%
CMYK0.00%27.09%8.37%
1.57%

Color #FBB7E6 in popluar number systems.

HEXFBB7E6
Decimal251183230
Binary111110111011011111100110
Octal373267346

Shades and tints

Shades of #FBB7E6

#FBB7E6
(251,183,230)
#E5A7D2
(229,167,210)
#CF97BE
(207,151,190)
#B987AA
(185,135,170)
#A37796
(163,119,150)
#8D6782
(141,103,130)
#77576E
(119,87,110)
#61475A
(97,71,90)
#4B3746
(75,55,70)
#352732
(53,39,50)
#1F171E
(31,23,30)
#000000
(0,0,0)

Tints of #FBB7E6

#FBB7E6
(251,183,230)
#FBBDE8
(251,189,232)
#FBC3EA
(251,195,234)
#FBC9EC
(251,201,236)
#FBCFEE
(251,207,238)
#FBD5F0
(251,213,240)
#FBDBF2
(251,219,242)
#FBE1F4
(251,225,244)
#FBE7F6
(251,231,246)
#FBEDF8
(251,237,248)
#FBF3FA
(251,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBB7E6 color. Also use rgb(251,183,230) instead hex code.

Text Font Color

.myTextColor { color: #FBB7E6; }

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

This text font color is #FBB7E6.


Background Color

.myBgColor { background-color: #FBB7E6; }

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

This div background color is #FBB7E6.


Border color

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

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

This div border color is #FBB7E6.


Opacity

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

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

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

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

This text has shadow with #FBB7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBB7E6 on black background.


Color preview on white background

This text has color #FBB7E6 on white background.



Black color preview on #FBB7E6 background

This text has black color on #FBB7E6 background.


White color preview on #FBB7E6 background

This text has white color on #FBB7E6 background.