COLOR #FBB2F7

HEX: #FBB2F7 RGB: (251,178,247)

Color info

#FBB2F7 contains mainly red and blue colors. Web safe color of #FBB2F7 is #FF99FF (or #F9F).

RGB color model

#FBB2F7 color RGB value is (251,178,247).

RGB: (251,178,247) (98%, 70%, 97%)

RGB channels and saturation

R 251 of 255 = 98%
G 178 of 255 = 70%
B 247 of 255 = 97%

251
178
247

R + G + B ~ 88%. #FBB2F7 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 178 + 247 = 676 (100%)
R 251 of 676 ~ 37.13%
G 178 of 676 ~ 26.33%
B 247 of 676 ~ 36.54'%

%37.13
%26.33
%36.54

CMYK color model

#FBB2F7 color CMYK value is (0,29,2,2).

  • cyan value is 0.00%
  • magenta value is 29.08%
  • yellow value is 1.59%
  • key color value is 1.57%

CMYK: (0,29,2,2)
C0M29Y2K2 (0%, 29%, 2%, 2%)
(0.00 / 0.29 / 0.02 / 0.02)

CMYK percentages

%0
%29.08
%1.59
%1.57

Codes

Color #FBB2F7 in popluar color models

FB B2 F7
RGB 251 178 247
HSL 303° 90.12% 84.12%
HSB/HSV 303° 29.08% 98.43%
CMYK 0.00% 29.08% 1.59%
1.57%

Color #FBB2F7 in popluar number systems.

HEX FB B2 F7
Decimal 251 178 247
Binary 11111011 10110010 11110111
Octal 373 262 367

Shades and tints

Shades of #FBB2F7

#FBB2F7
(251,178,247)
#E5A2E1
(229,162,225)
#CF92CB
(207,146,203)
#B982B5
(185,130,181)
#A3729F
(163,114,159)
#8D6289
(141,98,137)
#775273
(119,82,115)
#61425D
(97,66,93)
#4B3247
(75,50,71)
#352231
(53,34,49)
#1F121B
(31,18,27)
#000000
(0,0,0)

Tints of #FBB2F7

#FBB2F7
(251,178,247)
#FBB9F7
(251,185,247)
#FBC0F7
(251,192,247)
#FBC7F7
(251,199,247)
#FBCEF7
(251,206,247)
#FBD5F7
(251,213,247)
#FBDCF7
(251,220,247)
#FBE3F7
(251,227,247)
#FBEAF7
(251,234,247)
#FBF1F7
(251,241,247)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBB2F7; }

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

This text font color is #FBB2F7.

Background Color

.myBgColor { background-color: #FBB2F7; }

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

This div background color is #FBB2F7.

Border color

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

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

This div border color is #FBB2F7.

Opacity

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

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

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

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

This text has shadow with #FBB2F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBB2F7.

Preview

Color preview on black background

This text has color #FBB2F7 on black background.


Color preview on white background

This text has color #FBB2F7 on white background.


Black color preview on #FBB2F7 background

This text has black color on #FBB2F7 background.


White color preview on #FBB2F7 background

This text has white color on #FBB2F7 background.


Related colors

Complementary color

Complementary color for #hex is #044D08.


I love getcolorcode.com

Triadic colors

1 #F7FBB2 and #B2F7FB with #FBB2F7 are triadic colors.

2 #F7B2FB and #B2FBF7 with #FBB2F7 are triadic colors.