Color Hex Logo

#fb909f Color Hex

#FB909F
(251,144,159)
0 Favorites   0 Comments

Color spaces of #fb909f

RGB 251144159
HSL0.980.930.77
HSV352°43°98°
CMYK 0.000.430.37   0.02
XYZ56.014942.959038.1405
Yxy42.95900.40850.3133
Hunter Lab65.543137.850411.3785
CIE-Lab71.527141.93159.9241

#fb909f color RGB value is (251,144,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010000 10011111
Octal 373 220 237
Decimal 251 144 159
Hex FB 90 9F

RGB Percentages of Color #fb909f

%45.31
%25.99
%28.70

CMYK Percentages of Color #fb909f

%0
%43
%37
%2

Triadic Colors of #fb909f

#fb909f #9ffb90 #909ffb

Analogous Colors of #fb909f

#fb909f #fbb790 #fb90d5

Monochromatic Colors of #fb909f

#fb909f

Complementary Color

#fb909f #90fbec

#fb909f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb909f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb909f Color CSS Codes

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

#fb909f Text Font Color

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

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


#fb909f Background Color

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

This div background color is #fb909f


#fb909f Border Color

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

This div border color is #fb909f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb909f

Related Colors


Comments

No comments written yet.

Please login to write comment.