Color Hex Logo

#fb7faa Color Hex

#FB7FAA
(251,127,170)
0 Favorites   0 Comments

Color spaces of #fb7faa

RGB 251127170
HSL0.940.940.74
HSV339°49°98°
CMYK 0.000.490.32   0.02
XYZ54.628738.590342.5996
Yxy38.59030.40220.2841
Hunter Lab62.121148.25932.8266
CIE-Lab68.453451.6932-0.6684

#fb7faa color RGB value is (251,127,170).

#fb7faa hex color red value is 251, green value is 127 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fb7faa hue: 0.94 , saturation: 0.94 and the lightness value of fb7faa is 0.74.

The process color (four color CMYK) of #fb7faa color hex is 0.00, 0.49, 0.32, 0.02. Web safe color of #fb7faa is #ff6699. Color #fb7faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111111 10101010
Octal 373 177 252
Decimal 251 127 170
Hex FB 7F AA

RGB Percentages of Color #fb7faa

%45.80
%23.18
%31.02

CMYK Percentages of Color #fb7faa

%0
%49
%32
%2

Triadic Colors of #fb7faa

#fb7faa #aafb7f #7faafb

Analogous Colors of #fb7faa

#fb7faa #fb927f #fb7fe8

Monochromatic Colors of #fb7faa

#fb7faa

Complementary Color

#fb7faa #7ffbd0

#fb7faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7faa Color CSS Codes

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

#fb7faa Text Font Color

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

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


#fb7faa Background Color

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

This div background color is #fb7faa


#fb7faa Border Color

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

This div border color is #fb7faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,127,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7faa


Comments

No comments written yet.

Please login to write comment.