Color Hex Logo

#faacd1 Color Hex

#FAACD1
(250,172,209)
0 Favorites   0 Comments

Color spaces of #faacd1

RGB 250172209
HSL0.920.890.83
HSV332°31°98°
CMYK 0.000.310.16   0.02
XYZ65.685554.432567.3661
Yxy54.43250.35040.2903
Hunter Lab73.778429.8078-2.4921
CIE-Lab78.713333.8124-7.1225

#faacd1 color RGB value is (250,172,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 11010001
Octal 372 254 321
Decimal 250 172 209
Hex FA AC D1

RGB Percentages of Color #faacd1

%39.62
%27.26
%33.12

CMYK Percentages of Color #faacd1

%0
%31
%16
%2

Triadic Colors of #faacd1

#faacd1 #d1faac #acd1fa

Analogous Colors of #faacd1

#faacd1 #faaeac #faacf8

Monochromatic Colors of #faacd1

#faacd1

Complementary Color

#faacd1 #acfad5

#faacd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacd1 Color CSS Codes

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

#faacd1 Text Font Color

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

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


#faacd1 Background Color

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

This div background color is #faacd1


#faacd1 Border Color

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

This div border color is #faacd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacd1


Comments

No comments written yet.

Please login to write comment.