Color Hex Logo

#fb9aba Color Hex

#FB9ABA
(251,154,186)
0 Favorites   0 Comments

Color spaces of #fb9aba

RGB 251154186
HSL0.950.920.79
HSV340°39°98°
CMYK 0.000.390.26   0.02
XYZ60.202247.165652.3852
Yxy47.16560.37680.2952
Hunter Lab68.677236.28732.8492
CIE-Lab74.295640.1942-1.0338

#fb9aba color RGB value is (251,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011010 10111010
Octal 373 232 272
Decimal 251 154 186
Hex FB 9A BA

RGB Percentages of Color #fb9aba

%42.47
%26.06
%31.47

CMYK Percentages of Color #fb9aba

%0
%39
%26
%2

Triadic Colors of #fb9aba

#fb9aba #bafb9a #9abafb

Analogous Colors of #fb9aba

#fb9aba #fbab9a #fb9aeb

Monochromatic Colors of #fb9aba

#fb9aba

Complementary Color

#fb9aba #9afbdb

#fb9aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9aba Color CSS Codes

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

#fb9aba Text Font Color

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

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


#fb9aba Background Color

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

This div background color is #fb9aba


#fb9aba Border Color

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

This div border color is #fb9aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9aba


Comments

No comments written yet.

Please login to write comment.