COLOR #FBBAF7

HEX: #FBBAF7
RGB: (251,186,247)

Color info

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

RGB color model

#FBBAF7 color RGB value is (251,186,247).

  • red value is 251;
  • green value is 186;
  • blue value is 247.
RGB:
(251,186,247)
(98%,73%,97%)

RGB channels and saturation

R 251 of 255 = 98%
G 186 of 255 = 73%
B 247 of 255 = 97%

251
186
247

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

Portions of RGB colors in percentages

R + G + B =
251 + 186 + 247 = 684 (100%)
R 251 of 684 ~ 36.7%
G 186 of 684 ~ 27.19%
B 247 of 684 ~ 36.11%

%36.7
%27.19
%36.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.90%
  • yellow value is 1.59%
  • key color value is 1.57%
CMYK:
(0,26,2,2)
C0M26Y2K2 
(0%,26%,2%,2%)
(0.00/0.26/0.02/0.02)	

CMYK percentages

%0
%25.9
%1.59
%1.57

Codes

Color #FBBAF7 in popluar color models

FBBAF7
RGB251186247
HSL304°89.04%85.69%
HSB/HSV304°25.90%98.43%
CMYK0.00%25.90%1.59%
1.57%

Color #FBBAF7 in popluar number systems.

HEXFBBAF7
Decimal251186247
Binary111110111011101011110111
Octal373272367

Shades and tints

Shades of #FBBAF7

#FBBAF7
(251,186,247)
#E5AAE1
(229,170,225)
#CF9ACB
(207,154,203)
#B98AB5
(185,138,181)
#A37A9F
(163,122,159)
#8D6A89
(141,106,137)
#775A73
(119,90,115)
#614A5D
(97,74,93)
#4B3A47
(75,58,71)
#352A31
(53,42,49)
#1F1A1B
(31,26,27)
#000000
(0,0,0)

Tints of #FBBAF7

#FBBAF7
(251,186,247)
#FBC0F7
(251,192,247)
#FBC6F7
(251,198,247)
#FBCCF7
(251,204,247)
#FBD2F7
(251,210,247)
#FBD8F7
(251,216,247)
#FBDEF7
(251,222,247)
#FBE4F7
(251,228,247)
#FBEAF7
(251,234,247)
#FBF0F7
(251,240,247)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBBAF7; }

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

This text font color is #FBBAF7.


Background Color

.myBgColor { background-color: #FBBAF7; }

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

This div background color is #FBBAF7.


Border color

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

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

This div border color is #FBBAF7.


Opacity

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

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

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

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

This text has shadow with #FBBAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBBAF7 on black background.


Color preview on white background

This text has color #FBBAF7 on white background.



Black color preview on #FBBAF7 background

This text has black color on #FBBAF7 background.


White color preview on #FBBAF7 background

This text has white color on #FBBAF7 background.