Color Hex Logo

#fba9eb Color Hex

#FBA9EB
(251,169,235)
0 Favorites   0 Comments

Color spaces of #fba9eb

RGB 251169235
HSL0.870.910.82
HSV312°33°98°
CMYK 0.000.330.06   0.02
XYZ68.967054.883385.5558
Yxy54.88330.32930.2621
Hunter Lab74.083336.5269-16.6134
CIE-Lab78.974039.9306-20.8070

#fba9eb color RGB value is (251,169,235).

#fba9eb hex color red value is 251, green value is 169 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fba9eb hue: 0.87 , saturation: 0.91 and the lightness value of fba9eb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 11101011
Octal 373 251 353
Decimal 251 169 235
Hex FB A9 EB

RGB Percentages of Color #fba9eb

%38.32
%25.80
%35.88

CMYK Percentages of Color #fba9eb

%0
%33
%6
%2

Triadic Colors of #fba9eb

#fba9eb #ebfba9 #a9ebfb

Analogous Colors of #fba9eb

#fba9eb #fba9c2 #e2a9fb

Monochromatic Colors of #fba9eb

#fba9eb

Complementary Color

#fba9eb #a9fbb9

#fba9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba9eb Color CSS Codes

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

#fba9eb Text Font Color

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

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


#fba9eb Background Color

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

This div background color is #fba9eb


#fba9eb Border Color

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

This div border color is #fba9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba9eb

#fba9eb Color Palettes


Comments

No comments written yet.

Please login to write comment.