Color Hex Logo

#fb9cbc Color Hex

#FB9CBC
(251,156,188)
0 Favorites   0 Comments

Color spaces of #fb9cbc

RGB 251156188
HSL0.940.920.80
HSV340°38°98°
CMYK 0.000.380.25   0.02
XYZ60.749247.917053.6240
Yxy47.91700.37430.2953
Hunter Lab69.222135.51262.5255
CIE-Lab74.772539.4349-1.4371

#fb9cbc color RGB value is (251,156,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011100 10111100
Octal 373 234 274
Decimal 251 156 188
Hex FB 9C BC

RGB Percentages of Color #fb9cbc

%42.18
%26.22
%31.60

CMYK Percentages of Color #fb9cbc

%0
%38
%25
%2

Triadic Colors of #fb9cbc

#fb9cbc #bcfb9c #9cbcfb

Analogous Colors of #fb9cbc

#fb9cbc #fbac9c #fb9cec

Monochromatic Colors of #fb9cbc

#fb9cbc

Complementary Color

#fb9cbc #9cfbdb

#fb9cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9cbc Color CSS Codes

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

#fb9cbc Text Font Color

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

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


#fb9cbc Background Color

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

This div background color is #fb9cbc


#fb9cbc Border Color

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

This div border color is #fb9cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9cbc


Comments

No comments written yet.

Please login to write comment.