COLOR #FBAAD2

HEX: #FBAAD2
RGB: (251,170,210)

Color info

#FBAAD2 contains mainly red and blue colors. Web safe color of #FBAAD2 is #FF99CC (or #F9C).

RGB color model

#FBAAD2 color RGB value is (251,170,210).

  • red value is 251;
  • green value is 170;
  • blue value is 210.
RGB:
(251,170,210)
(98%,67%,82%)

RGB channels and saturation

R 251 of 255 = 98%
G 170 of 255 = 67%
B 210 of 255 = 82%

251
170
210

R + G + B ~ 82%. #FBAAD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 170 + 210 = 631 (100%)
R 251 of 631 ~ 39.78%
G 170 of 631 ~ 26.94%
B 210 of 631 ~ 33.28%

%39.78
%26.94
%33.28

CMYK color model

#FBAAD2 color CMYK value is (0,32,16,2).

  • cyan value is 0.00%
  • magenta value is 32.27%
  • yellow value is 16.33%
  • key color value is 1.57%
CMYK:
(0,32,16,2)
C0M32Y16K2 
(0%,32%,16%,2%)
(0.00/0.32/0.16/0.02)	

CMYK percentages

%0
%32.27
%16.33
%1.57

Codes

Color #FBAAD2 in popluar color models

FBAAD2
RGB251170210
HSL330°91.01%82.55%
HSB/HSV330°32.27%98.43%
CMYK0.00%32.27%16.33%
1.57%

Color #FBAAD2 in popluar number systems.

HEXFBAAD2
Decimal251170210
Binary111110111010101011010010
Octal373252322

Shades and tints

Shades of #FBAAD2

#FBAAD2
(251,170,210)
#E59BBF
(229,155,191)
#CF8CAC
(207,140,172)
#B97D99
(185,125,153)
#A36E86
(163,110,134)
#8D5F73
(141,95,115)
#775060
(119,80,96)
#61414D
(97,65,77)
#4B323A
(75,50,58)
#352327
(53,35,39)
#1F1414
(31,20,20)
#000000
(0,0,0)

Tints of #FBAAD2

#FBAAD2
(251,170,210)
#FBB1D6
(251,177,214)
#FBB8DA
(251,184,218)
#FBBFDE
(251,191,222)
#FBC6E2
(251,198,226)
#FBCDE6
(251,205,230)
#FBD4EA
(251,212,234)
#FBDBEE
(251,219,238)
#FBE2F2
(251,226,242)
#FBE9F6
(251,233,246)
#FBF0FA
(251,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBAAD2 color. Also use rgb(251,170,210) instead hex code.

Text Font Color

.myTextColor { color: #FBAAD2; }

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

This text font color is #FBAAD2.


Background Color

.myBgColor { background-color: #FBAAD2; }

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

This div background color is #FBAAD2.


Border color

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

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

This div border color is #FBAAD2.


Opacity

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

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

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

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

This text has shadow with #FBAAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBAAD2 on black background.


Color preview on white background

This text has color #FBAAD2 on white background.



Black color preview on #FBAAD2 background

This text has black color on #FBAAD2 background.


White color preview on #FBAAD2 background

This text has white color on #FBAAD2 background.