Color Hex Logo

#fb889f Color Hex

#FB889F
(251,136,159)
0 Favorites   0 Comments

Color spaces of #fb889f

RGB 251136159
HSL0.970.930.76
HSV348°46°98°
CMYK 0.000.460.37   0.02
XYZ54.845840.620837.7508
Yxy40.62080.41170.3049
Hunter Lab63.734442.07049.4958
CIE-Lab69.909445.96747.6168

#fb889f color RGB value is (251,136,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001000 10011111
Octal 373 210 237
Decimal 251 136 159
Hex FB 88 9F

RGB Percentages of Color #fb889f

%45.97
%24.91
%29.12

CMYK Percentages of Color #fb889f

%0
%46
%37
%2

Triadic Colors of #fb889f

#fb889f #9ffb88 #889ffb

Analogous Colors of #fb889f

#fb889f #fbab88 #fb88d9

Monochromatic Colors of #fb889f

#fb889f

Complementary Color

#fb889f #88fbe4

#fb889f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb889f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb889f Color CSS Codes

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

#fb889f Text Font Color

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

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


#fb889f Background Color

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

This div background color is #fb889f


#fb889f Border Color

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

This div border color is #fb889f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb889f


Comments

No comments written yet.

Please login to write comment.