Color Hex Logo

#fb91ae Color Hex

#FB91AE
(251,145,174)
0 Favorites   0 Comments

Color spaces of #fb91ae

RGB 251145174
HSL0.950.930.78
HSV344°42°98°
CMYK 0.000.420.31   0.02
XYZ57.549043.816045.4686
Yxy43.81600.39190.2984
Hunter Lab66.193739.34965.6091
CIE-Lab72.105343.23182.4152

#fb91ae color RGB value is (251,145,174).

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

The process color (four color CMYK) of #fb91ae color hex is 0.00, 0.42, 0.31, 0.02. Web safe color of #fb91ae is #ff9999. Color #fb91ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010001 10101110
Octal 373 221 256
Decimal 251 145 174
Hex FB 91 AE

RGB Percentages of Color #fb91ae

%44.04
%25.44
%30.53

CMYK Percentages of Color #fb91ae

%0
%42
%31
%2

Triadic Colors of #fb91ae

#fb91ae #aefb91 #91aefb

Analogous Colors of #fb91ae

#fb91ae #fba991 #fb91e3

Monochromatic Colors of #fb91ae

#fb91ae

Complementary Color

#fb91ae #91fbde

#fb91ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb91ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb91ae Color CSS Codes

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

#fb91ae Text Font Color

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

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


#fb91ae Background Color

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

This div background color is #fb91ae


#fb91ae Border Color

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

This div border color is #fb91ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb91ae


Comments

No comments written yet.

Please login to write comment.