Color Hex Logo

#fb90ac Color Hex

#FB90AC
(251,144,172)
0 Favorites   0 Comments

Color spaces of #fb90ac

RGB 251144172
HSL0.960.930.77
HSV344°43°98°
CMYK 0.000.430.31   0.02
XYZ57.203343.434344.3984
Yxy43.43430.39440.2995
Hunter Lab65.904739.59946.1911
CIE-Lab71.848843.48913.1550

#fb90ac color RGB value is (251,144,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010000 10101100
Octal 373 220 254
Decimal 251 144 172
Hex FB 90 AC

RGB Percentages of Color #fb90ac

%44.27
%25.40
%30.34

CMYK Percentages of Color #fb90ac

%0
%43
%31
%2

Triadic Colors of #fb90ac

#fb90ac #acfb90 #90acfb

Analogous Colors of #fb90ac

#fb90ac #fbaa90 #fb90e2

Monochromatic Colors of #fb90ac

#fb90ac

Complementary Color

#fb90ac #90fbdf

#fb90ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb90ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb90ac Color CSS Codes

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

#fb90ac Text Font Color

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

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


#fb90ac Background Color

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

This div background color is #fb90ac


#fb90ac Border Color

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

This div border color is #fb90ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb90ac

Related Colors


Comments

No comments written yet.

Please login to write comment.