Color Hex Logo

#faacb8 Color Hex

#FAACB8
(250,172,184)
0 Favorites   0 Comments

Color spaces of #faacb8

RGB 250172184
HSL0.970.890.83
HSV351°31°98°
CMYK 0.000.310.26   0.02
XYZ62.828653.289752.3219
Yxy53.28970.37300.3164
Hunter Lab72.999825.87968.6043
CIE-Lab78.045730.18555.4951

#faacb8 color RGB value is (250,172,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 10111000
Octal 372 254 270
Decimal 250 172 184
Hex FA AC B8

RGB Percentages of Color #faacb8

%41.25
%28.38
%30.36

CMYK Percentages of Color #faacb8

%0
%31
%26
%2

Triadic Colors of #faacb8

#faacb8 #b8faac #acb8fa

Analogous Colors of #faacb8

#faacb8 #fac7ac #faacdf

Monochromatic Colors of #faacb8

#faacb8

Complementary Color

#faacb8 #acfaee

#faacb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacb8 Color CSS Codes

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

#faacb8 Text Font Color

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

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


#faacb8 Background Color

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

This div background color is #faacb8


#faacb8 Border Color

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

This div border color is #faacb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacb8


Comments

No comments written yet.

Please login to write comment.