Color Hex Logo

#fb898f Color Hex

#FB898F
(251,137,143)
0 Favorites   0 Comments

Color spaces of #fb898f

RGB 251137143
HSL0.990.930.76
HSV357°45°98°
CMYK 0.000.450.43   0.02
XYZ53.687240.383730.9518
Yxy40.38370.42940.3230
Hunter Lab63.548239.592315.6059
CIE-Lab69.742043.737316.3271

#fb898f color RGB value is (251,137,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001001 10001111
Octal 373 211 217
Decimal 251 137 143
Hex FB 89 8F

RGB Percentages of Color #fb898f

%47.27
%25.80
%26.93

CMYK Percentages of Color #fb898f

%0
%45
%43
%2

Triadic Colors of #fb898f

#fb898f #8ffb89 #898ffb

Analogous Colors of #fb898f

#fb898f #fbbc89 #fb89c8

Monochromatic Colors of #fb898f

#fb898f

Complementary Color

#fb898f #89fbf5

#fb898f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb898f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb898f Color CSS Codes

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

#fb898f Text Font Color

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

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


#fb898f Background Color

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

This div background color is #fb898f


#fb898f Border Color

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

This div border color is #fb898f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb898f

Related Colors


Comments

No comments written yet.

Please login to write comment.