Color Hex Logo

#fbabec Color Hex

#FBABEC
(251,171,236)
0 Favorites   0 Comments

Color spaces of #fbabec

RGB 251171236
HSL0.860.910.83
HSV311°32°98°
CMYK 0.000.320.06   0.02
XYZ69.486955.691286.4440
Yxy55.69120.32840.2632
Hunter Lab74.626535.6100-16.4403
CIE-Lab79.437739.0578-20.6439

#fbabec color RGB value is (251,171,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 11101100
Octal 373 253 354
Decimal 251 171 236
Hex FB AB EC

RGB Percentages of Color #fbabec

%38.15
%25.99
%35.87

CMYK Percentages of Color #fbabec

%0
%32
%6
%2

Triadic Colors of #fbabec

#fbabec #ecfbab #abecfb

Analogous Colors of #fbabec

#fbabec #fbabc4 #e2abfb

Monochromatic Colors of #fbabec

#fbabec

Complementary Color

#fbabec #abfbba

#fbabec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbabec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbabec Color CSS Codes

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

#fbabec Text Font Color

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

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


#fbabec Background Color

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

This div background color is #fbabec


#fbabec Border Color

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

This div border color is #fbabec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbabec

Related Colors


Comments

No comments written yet.

Please login to write comment.