Color Hex Logo

#fb96cc Color Hex

#FB96CC
(251,150,204)
0 Favorites   0 Comments

Color spaces of #fb96cc

RGB 251150204
HSL0.910.930.79
HSV328°40°98°
CMYK 0.000.400.19   0.02
XYZ61.589146.681662.8911
Yxy46.68160.35980.2727
Hunter Lab68.323941.3380-6.7488
CIE-Lab73.985644.8025-11.4132

#fb96cc color RGB value is (251,150,204).

#fb96cc hex color red value is 251, green value is 150 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fb96cc hue: 0.91 , saturation: 0.93 and the lightness value of fb96cc is 0.79.

The process color (four color CMYK) of #fb96cc color hex is 0.00, 0.40, 0.19, 0.02. Web safe color of #fb96cc is #ff99cc. Color #fb96cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010110 11001100
Octal 373 226 314
Decimal 251 150 204
Hex FB 96 CC

RGB Percentages of Color #fb96cc

%41.49
%24.79
%33.72

CMYK Percentages of Color #fb96cc

%0
%40
%19
%2

Triadic Colors of #fb96cc

#fb96cc #ccfb96 #96ccfb

Analogous Colors of #fb96cc

#fb96cc #fb969a #f896fb

Monochromatic Colors of #fb96cc

#fb96cc

Complementary Color

#fb96cc #96fbc5

#fb96cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb96cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb96cc Color CSS Codes

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

#fb96cc Text Font Color

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

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


#fb96cc Background Color

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

This div background color is #fb96cc


#fb96cc Border Color

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

This div border color is #fb96cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb96cc


Comments

No comments written yet.

Please login to write comment.