Color Hex Logo

#fb69ac Color Hex

#FB69AC
(251,105,172)
0 Favorites   0 Comments

Color spaces of #fb69ac

RGB 251105172
HSL0.920.950.70
HSV332°58°98°
CMYK 0.000.580.31   0.02
XYZ52.281633.590942.7579
Yxy33.59090.40640.2611
Hunter Lab57.957759.5928-3.1705
CIE-Lab64.636562.1044-7.4303

#fb69ac color RGB value is (251,105,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101001 10101100
Octal 373 151 254
Decimal 251 105 172
Hex FB 69 AC

RGB Percentages of Color #fb69ac

%47.54
%19.89
%32.58

CMYK Percentages of Color #fb69ac

%0
%58
%31
%2

Triadic Colors of #fb69ac

#fb69ac #acfb69 #69acfb

Analogous Colors of #fb69ac

#fb69ac #fb6f69 #fb69f5

Monochromatic Colors of #fb69ac

#fb69ac

Complementary Color

#fb69ac #69fbb8

#fb69ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb69ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb69ac Color CSS Codes

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

#fb69ac Text Font Color

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

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


#fb69ac Background Color

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

This div background color is #fb69ac


#fb69ac Border Color

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

This div border color is #fb69ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb69ac


Comments

No comments written yet.

Please login to write comment.