Color Hex Logo

#faacd6 Color Hex

#FAACD6
(250,172,214)
0 Favorites   0 Comments

Color spaces of #faacd6

RGB 250172214
HSL0.910.890.83
HSV328°31°98°
CMYK 0.000.310.14   0.02
XYZ66.314554.684170.6783
Yxy54.68410.34600.2853
Hunter Lab73.948730.6621-4.9038
CIE-Lab78.859034.5909-9.6198

#faacd6 color RGB value is (250,172,214).

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

The process color (four color CMYK) of #faacd6 color hex is 0.00, 0.31, 0.14, 0.02. Web safe color of #faacd6 is #ff99cc. Color #faacd6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 11010110
Octal 372 254 326
Decimal 250 172 214
Hex FA AC D6

RGB Percentages of Color #faacd6

%39.31
%27.04
%33.65

CMYK Percentages of Color #faacd6

%0
%31
%14
%2

Triadic Colors of #faacd6

#faacd6 #d6faac #acd6fa

Analogous Colors of #faacd6

#faacd6 #faacaf #f7acfa

Monochromatic Colors of #faacd6

#faacd6

Complementary Color

#faacd6 #acfad0

#faacd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacd6 Color CSS Codes

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

#faacd6 Text Font Color

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

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


#faacd6 Background Color

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

This div background color is #faacd6


#faacd6 Border Color

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

This div border color is #faacd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacd6


Comments

No comments written yet.

Please login to write comment.