Color Hex Logo

#fa9bba Color Hex

#FA9BBA
(250,155,186)
0 Favorites   0 Comments

Color spaces of #fa9bba

RGB 250155186
HSL0.950.900.79
HSV340°38°98°
CMYK 0.000.380.26   0.02
XYZ60.008647.311952.4237
Yxy47.31190.37570.2962
Hunter Lab68.783635.35662.9605
CIE-Lab74.388839.3315-0.9114

#fa9bba color RGB value is (250,155,186).

#fa9bba hex color red value is 250, green value is 155 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fa9bba hue: 0.95 , saturation: 0.90 and the lightness value of fa9bba is 0.79.

The process color (four color CMYK) of #fa9bba color hex is 0.00, 0.38, 0.26, 0.02. Web safe color of #fa9bba is #ff99cc. Color #fa9bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011011 10111010
Octal 372 233 272
Decimal 250 155 186
Hex FA 9B BA

RGB Percentages of Color #fa9bba

%42.30
%26.23
%31.47

CMYK Percentages of Color #fa9bba

%0
%38
%26
%2

Triadic Colors of #fa9bba

#fa9bba #bafa9b #9bbafa

Analogous Colors of #fa9bba

#fa9bba #faac9b #fa9bea

Monochromatic Colors of #fa9bba

#fa9bba

Complementary Color

#fa9bba #9bfadb

#fa9bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9bba Color CSS Codes

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

#fa9bba Text Font Color

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

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


#fa9bba Background Color

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

This div background color is #fa9bba


#fa9bba Border Color

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

This div border color is #fa9bba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,155,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fa9bba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fa9bba;
  -webkit-box-shadow: 1px 1px 3px 2px #fa9bba;
  box-shadow:         1px 1px 3px 2px #fa9bba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,155,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9bba


Comments

No comments written yet.

Please login to write comment.