Color Hex Logo

#fb06ac Color Hex

#FB06AC
(251,6,172)
0 Favorites   0 Comments

Color spaces of #fb06ac

RGB 2516172
HSL0.890.970.50
HSV319°98°98°
CMYK 0.000.980.31   0.02
XYZ47.295223.618041.0957
Yxy23.61800.42220.2109
Hunter Lab48.598488.6664-16.1179
CIE-Lab55.703387.1479-20.9095

#fb06ac color RGB value is (251,6,172).

#fb06ac hex color red value is 251, green value is 6 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fb06ac hue: 0.89 , saturation: 0.97 and the lightness value of fb06ac is 0.50.

The process color (four color CMYK) of #fb06ac color hex is 0.00, 0.98, 0.31, 0.02. Web safe color of #fb06ac is #ff0099. Color #fb06ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000110 10101100
Octal 373 6 254
Decimal 251 6 172
Hex FB 6 AC

RGB Percentages of Color #fb06ac

%58.51
%1.40
%40.09

CMYK Percentages of Color #fb06ac

%0
%98
%31
%2

Triadic Colors of #fb06ac

#fb06ac #acfb06 #06acfb

Analogous Colors of #fb06ac

#fb06ac #fb0631 #d006fb

Monochromatic Colors of #fb06ac

#fb06ac

Complementary Color

#fb06ac #06fb55

#fb06ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb06ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb06ac Color CSS Codes

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

#fb06ac Text Font Color

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

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


#fb06ac Background Color

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

This div background color is #fb06ac


#fb06ac Border Color

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

This div border color is #fb06ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb06ac


Comments

No comments written yet.

Please login to write comment.