Color Hex Logo

#fbabfe Color Hex

#FBABFE
(251,171,254)
0 Favorites   0 Comments

Color spaces of #fbabfe

RGB 251171254
HSL0.830.980.83
HSV298°33°100°
CMYK 0.010.330.00   0.00
XYZ72.236056.7908100.9204
Yxy56.79080.31410.2470
Hunter Lab75.359739.2217-26.6484
CIE-Lab80.061842.2314-29.3770

#fbabfe color RGB value is (251,171,254).

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

The process color (four color CMYK) of #fbabfe color hex is 0.01, 0.33, 0.00, 0.00. Web safe color of #fbabfe is #ff99ff. Color #fbabfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 11111110
Octal 373 253 376
Decimal 251 171 254
Hex FB AB FE

RGB Percentages of Color #fbabfe

%37.13
%25.30
%37.57

CMYK Percentages of Color #fbabfe

%1
%33
%0
%0

Triadic Colors of #fbabfe

#fbabfe #fefbab #abfefb

Analogous Colors of #fbabfe

#fbabfe #feabd8 #d2abfe

Monochromatic Colors of #fbabfe

#fbabfe

Complementary Color

#fbabfe #aefeab

#fbabfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbabfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbabfe Color CSS Codes

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

#fbabfe Text Font Color

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

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


#fbabfe Background Color

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

This div background color is #fbabfe


#fbabfe Border Color

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

This div border color is #fbabfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbabfe

Related Colors


Comments

No comments written yet.

Please login to write comment.