Color Hex Logo

#fb7aae Color Hex

#FB7AAE
(251,122,174)
0 Favorites   0 Comments

Color spaces of #fb7aae

RGB 251122174
HSL0.930.940.73
HSV336°51°98°
CMYK 0.000.510.31   0.02
XYZ54.383237.484344.4133
Yxy37.48430.39910.2751
Hunter Lab61.224451.4117-0.1529
CIE-Lab67.638854.5810-4.1202

#fb7aae color RGB value is (251,122,174).

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

The process color (four color CMYK) of #fb7aae color hex is 0.00, 0.51, 0.31, 0.02. Web safe color of #fb7aae is #ff6699. Color #fb7aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111010 10101110
Octal 373 172 256
Decimal 251 122 174
Hex FB 7A AE

RGB Percentages of Color #fb7aae

%45.89
%22.30
%31.81

CMYK Percentages of Color #fb7aae

%0
%51
%31
%2

Triadic Colors of #fb7aae

#fb7aae #aefb7a #7aaefb

Analogous Colors of #fb7aae

#fb7aae #fb877a #fb7aef

Monochromatic Colors of #fb7aae

#fb7aae

Complementary Color

#fb7aae #7afbc7

#fb7aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7aae Color CSS Codes

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

#fb7aae Text Font Color

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

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


#fb7aae Background Color

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

This div background color is #fb7aae


#fb7aae Border Color

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

This div border color is #fb7aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7aae


Comments

No comments written yet.

Please login to write comment.