Color Hex Logo

#fb9cbd Color Hex

#FB9CBD
(251,156,189)
0 Favorites   0 Comments

Color spaces of #fb9cbd

RGB 251156189
HSL0.940.920.80
HSV339°38°98°
CMYK 0.000.380.25   0.02
XYZ60.857447.960354.1938
Yxy47.96030.37330.2942
Hunter Lab69.253435.66602.0803
CIE-Lab74.799939.5726-1.9475

#fb9cbd color RGB value is (251,156,189).

#fb9cbd hex color red value is 251, green value is 156 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fb9cbd hue: 0.94 , saturation: 0.92 and the lightness value of fb9cbd is 0.80.

The process color (four color CMYK) of #fb9cbd color hex is 0.00, 0.38, 0.25, 0.02. Web safe color of #fb9cbd is #ff99cc. Color #fb9cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011100 10111101
Octal 373 234 275
Decimal 251 156 189
Hex FB 9C BD

RGB Percentages of Color #fb9cbd

%42.11
%26.17
%31.71

CMYK Percentages of Color #fb9cbd

%0
%38
%25
%2

Triadic Colors of #fb9cbd

#fb9cbd #bdfb9c #9cbdfb

Analogous Colors of #fb9cbd

#fb9cbd #fbab9c #fb9ced

Monochromatic Colors of #fb9cbd

#fb9cbd

Complementary Color

#fb9cbd #9cfbda

#fb9cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9cbd Color CSS Codes

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

#fb9cbd Text Font Color

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

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


#fb9cbd Background Color

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

This div background color is #fb9cbd


#fb9cbd Border Color

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

This div border color is #fb9cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9cbd


Comments

No comments written yet.

Please login to write comment.