Color Hex Logo

#faacbb Color Hex

#FAACBB
(250,172,187)
0 Favorites   0 Comments

Color spaces of #faacbb

RGB 250172187
HSL0.970.890.83
HSV348°31°98°
CMYK 0.000.310.25   0.02
XYZ63.146553.416953.9960
Yxy53.41690.37020.3132
Hunter Lab73.086926.32067.3578
CIE-Lab78.120530.59663.9708

#faacbb color RGB value is (250,172,187).

#faacbb hex color red value is 250, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #faacbb hue: 0.97 , saturation: 0.89 and the lightness value of faacbb is 0.83.

The process color (four color CMYK) of #faacbb color hex is 0.00, 0.31, 0.25, 0.02. Web safe color of #faacbb is #ff99cc. Color #faacbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 10111011
Octal 372 254 273
Decimal 250 172 187
Hex FA AC BB

RGB Percentages of Color #faacbb

%41.05
%28.24
%30.71

CMYK Percentages of Color #faacbb

%0
%31
%25
%2

Triadic Colors of #faacbb

#faacbb #bbfaac #acbbfa

Analogous Colors of #faacbb

#faacbb #fac4ac #faace2

Monochromatic Colors of #faacbb

#faacbb

Complementary Color

#faacbb #acfaeb

#faacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacbb Color CSS Codes

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

#faacbb Text Font Color

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

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


#faacbb Background Color

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

This div background color is #faacbb


#faacbb Border Color

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

This div border color is #faacbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,172,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #faacbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacbb


Comments

No comments written yet.

Please login to write comment.