Color Hex Logo

#fb85ac Color Hex

#FB85AC
(251,133,172)
0 Favorites   0 Comments

Color spaces of #fb85ac

RGB 251133172
HSL0.940.940.75
HSV340°47°98°
CMYK 0.000.470.31   0.02
XYZ55.617640.262843.8699
Yxy40.26280.39800.2881
Hunter Lab63.453045.41553.4254
CIE-Lab69.656349.0020-0.0343

#fb85ac color RGB value is (251,133,172).

#fb85ac hex color red value is 251, green value is 133 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fb85ac hue: 0.94 , saturation: 0.94 and the lightness value of fb85ac is 0.75.

The process color (four color CMYK) of #fb85ac color hex is 0.00, 0.47, 0.31, 0.02. Web safe color of #fb85ac is #ff9999. Color #fb85ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000101 10101100
Octal 373 205 254
Decimal 251 133 172
Hex FB 85 AC

RGB Percentages of Color #fb85ac

%45.14
%23.92
%30.94

CMYK Percentages of Color #fb85ac

%0
%47
%31
%2

Triadic Colors of #fb85ac

#fb85ac #acfb85 #85acfb

Analogous Colors of #fb85ac

#fb85ac #fb9985 #fb85e7

Monochromatic Colors of #fb85ac

#fb85ac

Complementary Color

#fb85ac #85fbd4

#fb85ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb85ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb85ac Color CSS Codes

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

#fb85ac Text Font Color

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

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


#fb85ac Background Color

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

This div background color is #fb85ac


#fb85ac Border Color

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

This div border color is #fb85ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb85ac


Comments

No comments written yet.

Please login to write comment.