Color Hex Logo

#fb97ac Color Hex

#FB97AC
(251,151,172)
0 Favorites   0 Comments

Color spaces of #fb97ac

RGB 251151172
HSL0.970.930.79
HSV347°40°98°
CMYK 0.000.400.31   0.02
XYZ58.296745.621044.7629
Yxy45.62100.39210.3068
Hunter Lab67.543335.86277.9871
CIE-Lab73.298939.91105.2505

#fb97ac color RGB value is (251,151,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010111 10101100
Octal 373 227 254
Decimal 251 151 172
Hex FB 97 AC

RGB Percentages of Color #fb97ac

%43.73
%26.31
%29.97

CMYK Percentages of Color #fb97ac

%0
%40
%31
%2

Triadic Colors of #fb97ac

#fb97ac #acfb97 #97acfb

Analogous Colors of #fb97ac

#fb97ac #fbb497 #fb97de

Monochromatic Colors of #fb97ac

#fb97ac

Complementary Color

#fb97ac #97fbe6

#fb97ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb97ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb97ac Color CSS Codes

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

#fb97ac Text Font Color

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

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


#fb97ac Background Color

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

This div background color is #fb97ac


#fb97ac Border Color

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

This div border color is #fb97ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb97ac


Comments

No comments written yet.

Please login to write comment.