Color Hex Logo

#faabbf Color Hex

#FAABBF
(250,171,191)
0 Favorites   0 Comments

Color spaces of #faabbf

RGB 250171191
HSL0.960.890.83
HSV345°32°98°
CMYK 0.000.320.24   0.02
XYZ63.391253.211456.2200
Yxy53.21140.36680.3079
Hunter Lab72.946127.46325.3672
CIE-Lab77.999631.68031.6182

#faabbf color RGB value is (250,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 10111111
Octal 372 253 277
Decimal 250 171 191
Hex FA AB BF

RGB Percentages of Color #faabbf

%40.85
%27.94
%31.21

CMYK Percentages of Color #faabbf

%0
%32
%24
%2

Triadic Colors of #faabbf

#faabbf #bffaab #abbffa

Analogous Colors of #faabbf

#faabbf #fabfab #faabe7

Monochromatic Colors of #faabbf

#faabbf

Complementary Color

#faabbf #abfae6

#faabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faabbf Color CSS Codes

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

#faabbf Text Font Color

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

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


#faabbf Background Color

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

This div background color is #faabbf


#faabbf Border Color

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

This div border color is #faabbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faabbf


Comments

No comments written yet.

Please login to write comment.