Color Hex Logo

#faacd0 Color Hex

#FAACD0
(250,172,208)
0 Favorites   0 Comments

Color spaces of #faacd0

RGB 250172208
HSL0.920.890.83
HSV332°31°98°
CMYK 0.000.310.17   0.02
XYZ65.562054.383166.7160
Yxy54.38310.35120.2913
Hunter Lab73.744929.6397-2.0174
CIE-Lab78.684633.6587-6.6220

#faacd0 color RGB value is (250,172,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 11010000
Octal 372 254 320
Decimal 250 172 208
Hex FA AC D0

RGB Percentages of Color #faacd0

%39.68
%27.30
%33.02

CMYK Percentages of Color #faacd0

%0
%31
%17
%2

Triadic Colors of #faacd0

#faacd0 #d0faac #acd0fa

Analogous Colors of #faacd0

#faacd0 #faafac #faacf7

Monochromatic Colors of #faacd0

#faacd0

Complementary Color

#faacd0 #acfad6

#faacd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacd0 Color CSS Codes

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

#faacd0 Text Font Color

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

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


#faacd0 Background Color

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

This div background color is #faacd0


#faacd0 Border Color

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

This div border color is #faacd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacd0


Comments

No comments written yet.

Please login to write comment.