COLOR #FBBFF7

HEX: #FBBFF7
RGB: (251,191,247)

Color info

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

RGB color model

#FBBFF7 color RGB value is (251,191,247).

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

RGB channels and saturation

R 251 of 255 = 98%
G 191 of 255 = 75%
B 247 of 255 = 97%

251
191
247

R + G + B ~ 90%. #FBBFF7 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 191 + 247 = 689 (100%)
R 251 of 689 ~ 36.43%
G 191 of 689 ~ 27.72%
B 247 of 689 ~ 35.85%

%36.43
%27.72
%35.85

CMYK color model

#FBBFF7 color CMYK value is (0,24,2,2).

  • cyan value is 0.00%
  • magenta value is 23.90%
  • yellow value is 1.59%
  • key color value is 1.57%
CMYK:
(0,24,2,2)
C0M24Y2K2 
(0%,24%,2%,2%)
(0.00/0.24/0.02/0.02)	

CMYK percentages

%0
%23.9
%1.59
%1.57

Codes

Color #FBBFF7 in popluar color models

FBBFF7
RGB251191247
HSL304°88.24%86.67%
HSB/HSV304°23.90%98.43%
CMYK0.00%23.90%1.59%
1.57%

Color #FBBFF7 in popluar number systems.

HEXFBBFF7
Decimal251191247
Binary111110111011111111110111
Octal373277367

Shades and tints

Shades of #FBBFF7

#FBBFF7
(251,191,247)
#E5AEE1
(229,174,225)
#CF9DCB
(207,157,203)
#B98CB5
(185,140,181)
#A37B9F
(163,123,159)
#8D6A89
(141,106,137)
#775973
(119,89,115)
#61485D
(97,72,93)
#4B3747
(75,55,71)
#352631
(53,38,49)
#1F151B
(31,21,27)
#000000
(0,0,0)

Tints of #FBBFF7

#FBBFF7
(251,191,247)
#FBC4F7
(251,196,247)
#FBC9F7
(251,201,247)
#FBCEF7
(251,206,247)
#FBD3F7
(251,211,247)
#FBD8F7
(251,216,247)
#FBDDF7
(251,221,247)
#FBE2F7
(251,226,247)
#FBE7F7
(251,231,247)
#FBECF7
(251,236,247)
#FBF1F7
(251,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBBFF7; }

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

This text font color is #FBBFF7.


Background Color

.myBgColor { background-color: #FBBFF7; }

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

This div background color is #FBBFF7.


Border color

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

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

This div border color is #FBBFF7.


Opacity

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

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

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

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

This text has shadow with #FBBFF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBBFF7 on black background.


Color preview on white background

This text has color #FBBFF7 on white background.



Black color preview on #FBBFF7 background

This text has black color on #FBBFF7 background.


White color preview on #FBBFF7 background

This text has white color on #FBBFF7 background.