Color Hex Logo

#fb999f Color Hex

#FB999F
(251,153,159)
0 Favorites   0 Comments

Color spaces of #fb999f

RGB 251153159
HSL0.990.920.79
HSV356°39°98°
CMYK 0.000.390.37   0.02
XYZ57.432945.794938.6131
Yxy45.79490.40490.3229
Hunter Lab67.671933.066413.5399
CIE-Lab73.412337.313912.5944

#fb999f color RGB value is (251,153,159).

#fb999f hex color red value is 251, green value is 153 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fb999f hue: 0.99 , saturation: 0.92 and the lightness value of fb999f is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011001 10011111
Octal 373 231 237
Decimal 251 153 159
Hex FB 99 9F

RGB Percentages of Color #fb999f

%44.58
%27.18
%28.24

CMYK Percentages of Color #fb999f

%0
%39
%37
%2

Triadic Colors of #fb999f

#fb999f #9ffb99 #999ffb

Analogous Colors of #fb999f

#fb999f #fbc499 #fb99d0

Monochromatic Colors of #fb999f

#fb999f

Complementary Color

#fb999f #99fbf5

#fb999f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb999f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb999f Color CSS Codes

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

#fb999f Text Font Color

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

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


#fb999f Background Color

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

This div background color is #fb999f


#fb999f Border Color

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

This div border color is #fb999f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb999f

Related Colors


Comments

No comments written yet.

Please login to write comment.