Color Hex Logo

#fb90aa Color Hex

#FB90AA
(251,144,170)
0 Favorites   0 Comments

Color spaces of #fb90aa

RGB 251144170
HSL0.960.930.77
HSV345°43°98°
CMYK 0.000.430.32   0.02
XYZ57.012643.358043.3943
Yxy43.35800.39660.3016
Hunter Lab65.846839.32007.0195
CIE-Lab71.797343.24134.1928

#fb90aa color RGB value is (251,144,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010000 10101010
Octal 373 220 252
Decimal 251 144 170
Hex FB 90 AA

RGB Percentages of Color #fb90aa

%44.42
%25.49
%30.09

CMYK Percentages of Color #fb90aa

%0
%43
%32
%2

Triadic Colors of #fb90aa

#fb90aa #aafb90 #90aafb

Analogous Colors of #fb90aa

#fb90aa #fbac90 #fb90e0

Monochromatic Colors of #fb90aa

#fb90aa

Complementary Color

#fb90aa #90fbe1

#fb90aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb90aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb90aa Color CSS Codes

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

#fb90aa Text Font Color

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

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


#fb90aa Background Color

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

This div background color is #fb90aa


#fb90aa Border Color

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

This div border color is #fb90aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb90aa

Related Colors


Comments

No comments written yet.

Please login to write comment.