Color Hex Logo

#fa9aba Color Hex

#FA9ABA
(250,154,186)
0 Favorites   0 Comments

Color spaces of #fa9aba

RGB 250154186
HSL0.940.910.79
HSV340°38°98°
CMYK 0.000.380.26   0.02
XYZ59.842946.980452.3684
Yxy46.98040.37590.2951
Hunter Lab68.542235.89592.6802
CIE-Lab74.177239.8484-1.2211

#fa9aba color RGB value is (250,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011010 10111010
Octal 372 232 272
Decimal 250 154 186
Hex FA 9A BA

RGB Percentages of Color #fa9aba

%42.37
%26.10
%31.53

CMYK Percentages of Color #fa9aba

%0
%38
%26
%2

Triadic Colors of #fa9aba

#fa9aba #bafa9a #9abafa

Analogous Colors of #fa9aba

#fa9aba #faaa9a #fa9aea

Monochromatic Colors of #fa9aba

#fa9aba

Complementary Color

#fa9aba #9afada

#fa9aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9aba Color CSS Codes

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

#fa9aba Text Font Color

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

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


#fa9aba Background Color

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

This div background color is #fa9aba


#fa9aba Border Color

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

This div border color is #fa9aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9aba

Related Colors


Comments

No comments written yet.

Please login to write comment.