Color Hex Logo

#fb5fac Color Hex

#FB5FAC
(251,95,172)
0 Favorites   0 Comments

Color spaces of #fb5fac

RGB 25195172
HSL0.920.950.68
HSV330°62°98°
CMYK 0.000.620.31   0.02
XYZ51.322331.672242.4381
Yxy31.67220.40920.2525
Hunter Lab56.278164.2950-5.3147
CIE-Lab63.071066.3311-9.7634

#fb5fac color RGB value is (251,95,172).

#fb5fac hex color red value is 251, green value is 95 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fb5fac hue: 0.92 , saturation: 0.95 and the lightness value of fb5fac is 0.68.

The process color (four color CMYK) of #fb5fac color hex is 0.00, 0.62, 0.31, 0.02. Web safe color of #fb5fac is #ff6699. Color #fb5fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011111 10101100
Octal 373 137 254
Decimal 251 95 172
Hex FB 5F AC

RGB Percentages of Color #fb5fac

%48.46
%18.34
%33.20

CMYK Percentages of Color #fb5fac

%0
%62
%31
%2

Triadic Colors of #fb5fac

#fb5fac #acfb5f #5facfb

Analogous Colors of #fb5fac

#fb5fac #fb605f #fb5ffa

Monochromatic Colors of #fb5fac

#fb5fac

Complementary Color

#fb5fac #5ffbae

#fb5fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5fac Color CSS Codes

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

#fb5fac Text Font Color

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

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


#fb5fac Background Color

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

This div background color is #fb5fac


#fb5fac Border Color

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

This div border color is #fb5fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5fac


Comments

No comments written yet.

Please login to write comment.