Color Hex Logo

#fba4eb Color Hex

#FBA4EB
(251,164,235)
0 Favorites   0 Comments

Color spaces of #fba4eb

RGB 251164235
HSL0.860.920.81
HSV311°35°98°
CMYK 0.000.350.06   0.02
XYZ68.054553.058385.2517
Yxy53.05830.32980.2571
Hunter Lab72.841139.2982-18.4030
CIE-Lab77.909442.5290-22.4236

#fba4eb color RGB value is (251,164,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100100 11101011
Octal 373 244 353
Decimal 251 164 235
Hex FB A4 EB

RGB Percentages of Color #fba4eb

%38.62
%25.23
%36.15

CMYK Percentages of Color #fba4eb

%0
%35
%6
%2

Triadic Colors of #fba4eb

#fba4eb #ebfba4 #a4ebfb

Analogous Colors of #fba4eb

#fba4eb #fba4c0 #e0a4fb

Monochromatic Colors of #fba4eb

#fba4eb

Complementary Color

#fba4eb #a4fbb4

#fba4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba4eb Color CSS Codes

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

#fba4eb Text Font Color

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

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


#fba4eb Background Color

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

This div background color is #fba4eb


#fba4eb Border Color

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

This div border color is #fba4eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,164,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 #fba4eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba4eb


Comments

No comments written yet.

Please login to write comment.