Color Hex Logo

#fb96cd Color Hex

#FB96CD
(251,150,205)
0 Favorites   0 Comments

Color spaces of #fb96cd

RGB 251150205
HSL0.910.930.79
HSV327°40°98°
CMYK 0.000.400.18   0.02
XYZ61.709546.729763.5249
Yxy46.72970.35890.2717
Hunter Lab68.359141.5080-7.2457
CIE-Lab74.016544.9511-11.9176

#fb96cd color RGB value is (251,150,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010110 11001101
Octal 373 226 315
Decimal 251 150 205
Hex FB 96 CD

RGB Percentages of Color #fb96cd

%41.42
%24.75
%33.83

CMYK Percentages of Color #fb96cd

%0
%40
%18
%2

Triadic Colors of #fb96cd

#fb96cd #cdfb96 #96cdfb

Analogous Colors of #fb96cd

#fb96cd #fb969b #f796fb

Monochromatic Colors of #fb96cd

#fb96cd

Complementary Color

#fb96cd #96fbc4

#fb96cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb96cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb96cd Color CSS Codes

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

#fb96cd Text Font Color

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

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


#fb96cd Background Color

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

This div background color is #fb96cd


#fb96cd Border Color

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

This div border color is #fb96cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb96cd

Related Colors


Comments

No comments written yet.

Please login to write comment.