Color Hex Logo

#faabc1 Color Hex

#FAABC1
(250,171,193)
0 Favorites   0 Comments

Color spaces of #faabc1

RGB 250171193
HSL0.950.890.83
HSV343°32°98°
CMYK 0.000.320.23   0.02
XYZ63.612953.300157.3873
Yxy53.30010.36500.3058
Hunter Lab73.006927.76984.4998
CIE-Lab78.051831.96400.6053

#faabc1 color RGB value is (250,171,193).

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

The process color (four color CMYK) of #faabc1 color hex is 0.00, 0.32, 0.23, 0.02. Web safe color of #faabc1 is #ff99cc. Color #faabc1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 11000001
Octal 372 253 301
Decimal 250 171 193
Hex FA AB C1

RGB Percentages of Color #faabc1

%40.72
%27.85
%31.43

CMYK Percentages of Color #faabc1

%0
%32
%23
%2

Triadic Colors of #faabc1

#faabc1 #c1faab #abc1fa

Analogous Colors of #faabc1

#faabc1 #fabdab #faabe9

Monochromatic Colors of #faabc1

#faabc1

Complementary Color

#faabc1 #abfae4

#faabc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faabc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faabc1 Color CSS Codes

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

#faabc1 Text Font Color

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

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


#faabc1 Background Color

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

This div background color is #faabc1


#faabc1 Border Color

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

This div border color is #faabc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faabc1

Related Colors


Comments

No comments written yet.

Please login to write comment.