Color Hex Logo

#fb91ad Color Hex

#FB91AD
(251,145,173)
0 Favorites   0 Comments

Color spaces of #fb91ad

RGB 251145173
HSL0.960.930.78
HSV344°42°98°
CMYK 0.000.420.31   0.02
XYZ57.451943.777244.9570
Yxy43.77720.39300.2995
Hunter Lab66.164339.20776.0290
CIE-Lab72.079343.10592.9331

#fb91ad color RGB value is (251,145,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010001 10101101
Octal 373 221 255
Decimal 251 145 173
Hex FB 91 AD

RGB Percentages of Color #fb91ad

%44.11
%25.48
%30.40

CMYK Percentages of Color #fb91ad

%0
%42
%31
%2

Triadic Colors of #fb91ad

#fb91ad #adfb91 #91adfb

Analogous Colors of #fb91ad

#fb91ad #fbaa91 #fb91e2

Monochromatic Colors of #fb91ad

#fb91ad

Complementary Color

#fb91ad #91fbdf

#fb91ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb91ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb91ad Color CSS Codes

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

#fb91ad Text Font Color

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

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


#fb91ad Background Color

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

This div background color is #fb91ad


#fb91ad Border Color

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

This div border color is #fb91ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb91ad


Comments

No comments written yet.

Please login to write comment.