Color Hex Logo

#faabdc Color Hex

#FAABDC
(250,171,220)
0 Favorites   0 Comments

Color spaces of #faabdc

RGB 250171220
HSL0.900.890.83
HSV323°32°98°
CMYK 0.000.320.12   0.02
XYZ66.905554.617174.7260
Yxy54.61710.34090.2783
Hunter Lab73.903432.2670-8.2176
CIE-Lab78.820236.0714-12.9312

#faabdc color RGB value is (250,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 11011100
Octal 372 253 334
Decimal 250 171 220
Hex FA AB DC

RGB Percentages of Color #faabdc

%39.00
%26.68
%34.32

CMYK Percentages of Color #faabdc

%0
%32
%12
%2

Triadic Colors of #faabdc

#faabdc #dcfaab #abdcfa

Analogous Colors of #faabdc

#faabdc #faabb5 #f1abfa

Monochromatic Colors of #faabdc

#faabdc

Complementary Color

#faabdc #abfac9

#faabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faabdc Color CSS Codes

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

#faabdc Text Font Color

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

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


#faabdc Background Color

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

This div background color is #faabdc


#faabdc Border Color

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

This div border color is #faabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faabdc


Comments

No comments written yet.

Please login to write comment.