COLOR #FBBAE0

HEX: #FBBAE0
RGB: (251,186,224)

Color info

#FBBAE0 contains mainly red and blue colors. Web safe color of #FBBAE0 is #FFCCCC (or #FCC).

RGB color model

#FBBAE0 color RGB value is (251,186,224).

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

RGB channels and saturation

R 251 of 255 = 98%
G 186 of 255 = 73%
B 224 of 255 = 88%

251
186
224

R + G + B ~ 86%. #FBBAE0 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 186 + 224 = 661 (100%)
R 251 of 661 ~ 37.97%
G 186 of 661 ~ 28.14%
B 224 of 661 ~ 33.89%

%37.97
%28.14
%33.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.90%
  • yellow value is 10.76%
  • key color value is 1.57%
CMYK:
(0,26,11,2)
C0M26Y11K2 
(0%,26%,11%,2%)
(0.00/0.26/0.11/0.02)	

CMYK percentages

%0
%25.9
%10.76
%1.57

Codes

Color #FBBAE0 in popluar color models

FBBAE0
RGB251186224
HSL325°89.04%85.69%
HSB/HSV325°25.90%98.43%
CMYK0.00%25.90%10.76%
1.57%

Color #FBBAE0 in popluar number systems.

HEXFBBAE0
Decimal251186224
Binary111110111011101011100000
Octal373272340

Shades and tints

Shades of #FBBAE0

#FBBAE0
(251,186,224)
#E5AACC
(229,170,204)
#CF9AB8
(207,154,184)
#B98AA4
(185,138,164)
#A37A90
(163,122,144)
#8D6A7C
(141,106,124)
#775A68
(119,90,104)
#614A54
(97,74,84)
#4B3A40
(75,58,64)
#352A2C
(53,42,44)
#1F1A18
(31,26,24)
#000000
(0,0,0)

Tints of #FBBAE0

#FBBAE0
(251,186,224)
#FBC0E2
(251,192,226)
#FBC6E4
(251,198,228)
#FBCCE6
(251,204,230)
#FBD2E8
(251,210,232)
#FBD8EA
(251,216,234)
#FBDEEC
(251,222,236)
#FBE4EE
(251,228,238)
#FBEAF0
(251,234,240)
#FBF0F2
(251,240,242)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBBAE0; }

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

This text font color is #FBBAE0.


Background Color

.myBgColor { background-color: #FBBAE0; }

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

This div background color is #FBBAE0.


Border color

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

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

This div border color is #FBBAE0.


Opacity

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

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

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

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

This text has shadow with #FBBAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBBAE0 on black background.


Color preview on white background

This text has color #FBBAE0 on white background.



Black color preview on #FBBAE0 background

This text has black color on #FBBAE0 background.


White color preview on #FBBAE0 background

This text has white color on #FBBAE0 background.