Color Hex Logo

#faabdd Color Hex

#FAABDD
(250,171,221)
0 Favorites   0 Comments

Color spaces of #faabdd

RGB 250171221
HSL0.890.890.83
HSV322°32°98°
CMYK 0.000.320.12   0.02
XYZ67.038454.670375.4257
Yxy54.67030.34010.2773
Hunter Lab73.939432.4462-8.7243
CIE-Lab78.851036.2331-13.4271

#faabdd color RGB value is (250,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 11011101
Octal 372 253 335
Decimal 250 171 221
Hex FA AB DD

RGB Percentages of Color #faabdd

%38.94
%26.64
%34.42

CMYK Percentages of Color #faabdd

%0
%32
%12
%2

Triadic Colors of #faabdd

#faabdd #ddfaab #abddfa

Analogous Colors of #faabdd

#faabdd #faabb6 #f0abfa

Monochromatic Colors of #faabdd

#faabdd

Complementary Color

#faabdd #abfac8

#faabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faabdd Color CSS Codes

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

#faabdd Text Font Color

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

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


#faabdd Background Color

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

This div background color is #faabdd


#faabdd Border Color

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

This div border color is #faabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faabdd


Comments

No comments written yet.

Please login to write comment.