Color Hex Logo

#faacd4 Color Hex

#FAACD4
(250,172,212)
0 Favorites   0 Comments

Color spaces of #faacd4

RGB 250172212
HSL0.910.890.83
HSV329°31°98°
CMYK 0.000.310.15   0.02
XYZ66.060554.582569.3411
Yxy54.58250.34770.2873
Hunter Lab73.880030.3176-3.9315
CIE-Lab78.800234.2773-8.6221

#faacd4 color RGB value is (250,172,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 11010100
Octal 372 254 324
Decimal 250 172 212
Hex FA AC D4

RGB Percentages of Color #faacd4

%39.43
%27.13
%33.44

CMYK Percentages of Color #faacd4

%0
%31
%15
%2

Triadic Colors of #faacd4

#faacd4 #d4faac #acd4fa

Analogous Colors of #faacd4

#faacd4 #faacad #f9acfa

Monochromatic Colors of #faacd4

#faacd4

Complementary Color

#faacd4 #acfad2

#faacd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacd4 Color CSS Codes

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

#faacd4 Text Font Color

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

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


#faacd4 Background Color

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

This div background color is #faacd4


#faacd4 Border Color

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

This div border color is #faacd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacd4


Comments

No comments written yet.

Please login to write comment.