Color Hex Logo

#faabd2 Color Hex

#FAABD2
(250,171,210)
0 Favorites   0 Comments

Color spaces of #faabd2

RGB 250171210
HSL0.920.890.83
HSV330°32°98°
CMYK 0.000.320.16   0.02
XYZ65.620154.103067.9571
Yxy54.10300.34960.2883
Hunter Lab73.554730.5237-3.2896
CIE-Lab78.521834.4910-7.9496

#faabd2 color RGB value is (250,171,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 11010010
Octal 372 253 322
Decimal 250 171 210
Hex FA AB D2

RGB Percentages of Color #faabd2

%39.62
%27.10
%33.28

CMYK Percentages of Color #faabd2

%0
%32
%16
%2

Triadic Colors of #faabd2

#faabd2 #d2faab #abd2fa

Analogous Colors of #faabd2

#faabd2 #faacab #faabfa

Monochromatic Colors of #faabd2

#faabd2

Complementary Color

#faabd2 #abfad3

#faabd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faabd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faabd2 Color CSS Codes

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

#faabd2 Text Font Color

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

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


#faabd2 Background Color

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

This div background color is #faabd2


#faabd2 Border Color

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

This div border color is #faabd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faabd2


Comments

No comments written yet.

Please login to write comment.