COLOR #FBB7EA

HEX: #FBB7EA RGB: (251,183,234)

Color info

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

RGB color model

#FBB7EA color RGB value is (251,183,234).

RGB: (251,183,234) (98%, 72%, 92%)

RGB channels and saturation

R 251 of 255 = 98%
G 183 of 255 = 72%
B 234 of 255 = 92%

251
183
234

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

Portions of RGB colors in percentages

R + G + B = 251 + 183 + 234 = 668 (100%)
R 251 of 668 ~ 37.57%
G 183 of 668 ~ 27.4%
B 234 of 668 ~ 35.03'%

%37.57
%27.4
%35.03

CMYK color model

#FBB7EA color CMYK value is (0,27,7,2).

  • cyan value is 0.00%
  • magenta value is 27.09%
  • yellow value is 6.77%
  • key color value is 1.57%

CMYK: (0,27,7,2)
C0M27Y7K2 (0%, 27%, 7%, 2%)
(0.00 / 0.27 / 0.07 / 0.02)

CMYK percentages

%0
%27.09
%6.77
%1.57

Codes

Color #FBB7EA in popluar color models

FB B7 EA
RGB 251 183 234
HSL 315° 89.47% 85.10%
HSB/HSV 315° 27.09% 98.43%
CMYK 0.00% 27.09% 6.77%
1.57%

Color #FBB7EA in popluar number systems.

HEX FB B7 EA
Decimal 251 183 234
Binary 11111011 10110111 11101010
Octal 373 267 352

Shades and tints

Shades of #FBB7EA

#FBB7EA
(251,183,234)
#E5A7D5
(229,167,213)
#CF97C0
(207,151,192)
#B987AB
(185,135,171)
#A37796
(163,119,150)
#8D6781
(141,103,129)
#77576C
(119,87,108)
#614757
(97,71,87)
#4B3742
(75,55,66)
#35272D
(53,39,45)
#1F1718
(31,23,24)
#000000
(0,0,0)

Tints of #FBB7EA

#FBB7EA
(251,183,234)
#FBBDEB
(251,189,235)
#FBC3EC
(251,195,236)
#FBC9ED
(251,201,237)
#FBCFEE
(251,207,238)
#FBD5EF
(251,213,239)
#FBDBF0
(251,219,240)
#FBE1F1
(251,225,241)
#FBE7F2
(251,231,242)
#FBEDF3
(251,237,243)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBB7EA; }

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

This text font color is #FBB7EA.

Background Color

.myBgColor { background-color: #FBB7EA; }

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

This div background color is #FBB7EA.

Border color

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

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

This div border color is #FBB7EA.

Opacity

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

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

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

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

This text has shadow with #FBB7EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBB7EA.

Preview

Color preview on black background

This text has color #FBB7EA on black background.


Color preview on white background

This text has color #FBB7EA on white background.


Black color preview on #FBB7EA background

This text has black color on #FBB7EA background.


White color preview on #FBB7EA background

This text has white color on #FBB7EA background.


Related colors

Complementary color

Complementary color for #hex is #044815.


I love getcolorcode.com

Triadic colors

1 #EAFBB7 and #B7EAFB with #FBB7EA are triadic colors.

2 #EAB7FB and #B7FBEA with #FBB7EA are triadic colors.