Color Hex Logo

#fb92cc Color Hex

#FB92CC
(251,146,204)
0 Favorites   0 Comments

Color spaces of #fb92cc

RGB 251146204
HSL0.910.930.78
HSV327°42°98°
CMYK 0.000.420.19   0.02
XYZ60.961645.426662.6819
Yxy45.42660.36060.2687
Hunter Lab67.399343.5018-7.9607
CIE-Lab73.171946.8356-12.6313

#fb92cc color RGB value is (251,146,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010010 11001100
Octal 373 222 314
Decimal 251 146 204
Hex FB 92 CC

RGB Percentages of Color #fb92cc

%41.76
%24.29
%33.94

CMYK Percentages of Color #fb92cc

%0
%42
%19
%2

Triadic Colors of #fb92cc

#fb92cc #ccfb92 #92ccfb

Analogous Colors of #fb92cc

#fb92cc #fb9298 #f692fb

Monochromatic Colors of #fb92cc

#fb92cc

Complementary Color

#fb92cc #92fbc1

#fb92cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb92cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb92cc Color CSS Codes

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

#fb92cc Text Font Color

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

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


#fb92cc Background Color

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

This div background color is #fb92cc


#fb92cc Border Color

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

This div border color is #fb92cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb92cc


Comments

No comments written yet.

Please login to write comment.