Color Hex Logo

#fb79aa Color Hex

#FB79AA
(251,121,170)
0 Favorites   0 Comments

Color spaces of #fb79aa

RGB 251121170
HSL0.940.940.73
HSV337°52°98°
CMYK 0.000.520.32   0.02
XYZ53.876737.086342.3490
Yxy37.08630.40410.2782
Hunter Lab60.898551.34591.3985
CIE-Lab67.341754.5688-2.2978

#fb79aa color RGB value is (251,121,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111001 10101010
Octal 373 171 252
Decimal 251 121 170
Hex FB 79 AA

RGB Percentages of Color #fb79aa

%46.31
%22.32
%31.37

CMYK Percentages of Color #fb79aa

%0
%52
%32
%2

Triadic Colors of #fb79aa

#fb79aa #aafb79 #79aafb

Analogous Colors of #fb79aa

#fb79aa #fb8979 #fb79eb

Monochromatic Colors of #fb79aa

#fb79aa

Complementary Color

#fb79aa #79fbca

#fb79aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb79aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb79aa Color CSS Codes

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

#fb79aa Text Font Color

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

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


#fb79aa Background Color

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

This div background color is #fb79aa


#fb79aa Border Color

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

This div border color is #fb79aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb79aa


Comments

No comments written yet.

Please login to write comment.