Color Hex Logo

#fbabba Color Hex

#FBABBA
(251,171,186)
0 Favorites   0 Comments

Color spaces of #fbabba

RGB 251171186
HSL0.970.910.83
HSV349°32°98°
CMYK 0.000.320.26   0.02
XYZ63.209553.180253.3877
Yxy53.18020.37230.3132
Hunter Lab72.924827.10147.6415
CIE-Lab77.981331.34174.3275

#fbabba color RGB value is (251,171,186).

#fbabba hex color red value is 251, green value is 171 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fbabba hue: 0.97 , saturation: 0.91 and the lightness value of fbabba is 0.83.

The process color (four color CMYK) of #fbabba color hex is 0.00, 0.32, 0.26, 0.02. Web safe color of #fbabba is #ff99cc. Color #fbabba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 10111010
Octal 373 253 272
Decimal 251 171 186
Hex FB AB BA

RGB Percentages of Color #fbabba

%41.28
%28.13
%30.59

CMYK Percentages of Color #fbabba

%0
%32
%26
%2

Triadic Colors of #fbabba

#fbabba #bafbab #abbafb

Analogous Colors of #fbabba

#fbabba #fbc4ab #fbabe2

Monochromatic Colors of #fbabba

#fbabba

Complementary Color

#fbabba #abfbec

#fbabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbabba Color CSS Codes

.mybgcolor {background-color:#fbabba; } 
.myforecolor {color:#fbabba; }
.mybordercolor {border:3px solid #fbabba; }

#fbabba Text Font Color

<p style="color:#fbabba">Text here</p>

This sample text font color is #fbabba
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fbabba Background Color

<div style="background-color:#fbabba">
Div content here</div>

This div background color is #fbabba


#fbabba Border Color

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

This div border color is #fbabba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,171,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbabba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbabba;
  -webkit-box-shadow: 1px 1px 3px 2px #fbabba;
  box-shadow:         1px 1px 3px 2px #fbabba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,171,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbabba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fbabba;
  -webkit-box-shadow: 1px 1px 3px 2px #fbabba;
  box-shadow:         1px 1px 3px 2px #fbabba;">
Div content here</div>

This div box has shadow with color #fbabba


Comments

No comments written yet.

Please login to write comment.