Color Hex Logo

#fb88ac Color Hex

#FB88AC
(251,136,172)
0 Favorites   0 Comments

Color spaces of #fb88ac

RGB 251136172
HSL0.950.930.76
HSV341°46°98°
CMYK 0.000.460.31   0.02
XYZ56.034241.096144.0087
Yxy41.09610.39700.2912
Hunter Lab64.106243.83804.1720
CIE-Lab70.243247.51390.8220

#fb88ac color RGB value is (251,136,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001000 10101100
Octal 373 210 254
Decimal 251 136 172
Hex FB 88 AC

RGB Percentages of Color #fb88ac

%44.90
%24.33
%30.77

CMYK Percentages of Color #fb88ac

%0
%46
%31
%2

Triadic Colors of #fb88ac

#fb88ac #acfb88 #88acfb

Analogous Colors of #fb88ac

#fb88ac #fb9e88 #fb88e6

Monochromatic Colors of #fb88ac

#fb88ac

Complementary Color

#fb88ac #88fbd7

#fb88ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb88ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb88ac Color CSS Codes

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

#fb88ac Text Font Color

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

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


#fb88ac Background Color

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

This div background color is #fb88ac


#fb88ac Border Color

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

This div border color is #fb88ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb88ac


Comments

No comments written yet.

Please login to write comment.