Color Hex Logo

#fbabfa Color Hex

#FBABFA
(251,171,250)
0 Favorites   0 Comments

Color spaces of #fbabfa

RGB 251171250
HSL0.840.910.83
HSV301°32°98°
CMYK 0.000.320.00   0.02
XYZ71.601956.537297.5814
Yxy56.53720.31720.2505
Hunter Lab75.191238.3945-24.3113
CIE-Lab79.918641.5096-27.4492

#fbabfa color RGB value is (251,171,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 11111010
Octal 373 253 372
Decimal 251 171 250
Hex FB AB FA

RGB Percentages of Color #fbabfa

%37.35
%25.45
%37.20

CMYK Percentages of Color #fbabfa

%0
%32
%0
%2

Triadic Colors of #fbabfa

#fbabfa #fafbab #abfafb

Analogous Colors of #fbabfa

#fbabfa #fbabd2 #d4abfb

Monochromatic Colors of #fbabfa

#fbabfa

Complementary Color

#fbabfa #abfbac

#fbabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbabfa Color CSS Codes

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

#fbabfa Text Font Color

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

This sample text font color is #fbabfa
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.


#fbabfa Background Color

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

This div background color is #fbabfa


#fbabfa Border Color

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

This div border color is #fbabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbabfa

Related Colors


Comments

No comments written yet.

Please login to write comment.