Color Hex Logo

#fba1eb Color Hex

#FBA1EB
(251,161,235)
0 Favorites   0 Comments

Color spaces of #fba1eb

RGB 251161235
HSL0.860.920.81
HSV311°36°98°
CMYK 0.000.360.06   0.02
XYZ67.523951.997185.0748
Yxy51.99710.33000.2541
Hunter Lab72.109040.9591-19.4745
CIE-Lab77.279144.0803-23.3827

#fba1eb color RGB value is (251,161,235).

#fba1eb hex color red value is 251, green value is 161 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fba1eb hue: 0.86 , saturation: 0.92 and the lightness value of fba1eb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100001 11101011
Octal 373 241 353
Decimal 251 161 235
Hex FB A1 EB

RGB Percentages of Color #fba1eb

%38.79
%24.88
%36.32

CMYK Percentages of Color #fba1eb

%0
%36
%6
%2

Triadic Colors of #fba1eb

#fba1eb #ebfba1 #a1ebfb

Analogous Colors of #fba1eb

#fba1eb #fba1be #dea1fb

Monochromatic Colors of #fba1eb

#fba1eb

Complementary Color

#fba1eb #a1fbb1

#fba1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba1eb Color CSS Codes

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

#fba1eb Text Font Color

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

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


#fba1eb Background Color

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

This div background color is #fba1eb


#fba1eb Border Color

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

This div border color is #fba1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba1eb


Comments

No comments written yet.

Please login to write comment.