COLOR #FBB4ED

HEX: #FBB4ED RGB: (251,180,237)

Color info

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

RGB color model

#FBB4ED color RGB value is (251,180,237).

RGB: (251,180,237) (98%, 71%, 93%)

RGB channels and saturation

R 251 of 255 = 98%
G 180 of 255 = 71%
B 237 of 255 = 93%

251
180
237

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

Portions of RGB colors in percentages

R + G + B = 251 + 180 + 237 = 668 (100%)
R 251 of 668 ~ 37.57%
G 180 of 668 ~ 26.95%
B 237 of 668 ~ 35.48'%

%37.57
%26.95
%35.48

CMYK color model

#FBB4ED color CMYK value is (0,28,6,2).

  • cyan value is 0.00%
  • magenta value is 28.29%
  • yellow value is 5.58%
  • key color value is 1.57%

CMYK: (0,28,6,2)
C0M28Y6K2 (0%, 28%, 6%, 2%)
(0.00 / 0.28 / 0.06 / 0.02)

CMYK percentages

%0
%28.29
%5.58
%1.57

Codes

Color #FBB4ED in popluar color models

FB B4 ED
RGB 251 180 237
HSL 312° 89.87% 84.51%
HSB/HSV 312° 28.29% 98.43%
CMYK 0.00% 28.29% 5.58%
1.57%

Color #FBB4ED in popluar number systems.

HEX FB B4 ED
Decimal 251 180 237
Binary 11111011 10110100 11101101
Octal 373 264 355

Shades and tints

Shades of #FBB4ED

#FBB4ED
(251,180,237)
#E5A4D8
(229,164,216)
#CF94C3
(207,148,195)
#B984AE
(185,132,174)
#A37499
(163,116,153)
#8D6484
(141,100,132)
#77546F
(119,84,111)
#61445A
(97,68,90)
#4B3445
(75,52,69)
#352430
(53,36,48)
#1F141B
(31,20,27)
#000000
(0,0,0)

Tints of #FBB4ED

#FBB4ED
(251,180,237)
#FBBAEE
(251,186,238)
#FBC0EF
(251,192,239)
#FBC6F0
(251,198,240)
#FBCCF1
(251,204,241)
#FBD2F2
(251,210,242)
#FBD8F3
(251,216,243)
#FBDEF4
(251,222,244)
#FBE4F5
(251,228,245)
#FBEAF6
(251,234,246)
#FBF0F7
(251,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBB4ED color. Also use rgb(251,180,237) instead hex code.

Text Font Color

.myTextColor { color: #FBB4ED; }

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

This text font color is #FBB4ED.

Background Color

.myBgColor { background-color: #FBB4ED; }

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

This div background color is #FBB4ED.

Border color

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

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

This div border color is #FBB4ED.

Opacity

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

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

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

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

This text has shadow with #FBB4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBB4ED.

Preview

Color preview on black background

This text has color #FBB4ED on black background.


Color preview on white background

This text has color #FBB4ED on white background.


Black color preview on #FBB4ED background

This text has black color on #FBB4ED background.


White color preview on #FBB4ED background

This text has white color on #FBB4ED background.


Related colors

Complementary color

Complementary color for #hex is #044B12.


I love getcolorcode.com

Triadic colors

1 #EDFBB4 and #B4EDFB with #FBB4ED are triadic colors.

2 #EDB4FB and #B4FBED with #FBB4ED are triadic colors.