Color Hex Logo

#faacde Color Hex

#FAACDE
(250,172,222)
0 Favorites   0 Comments

Color spaces of #faacde

RGB 250172222
HSL0.890.890.83
HSV322°31°98°
CMYK 0.000.310.11   0.02
XYZ67.361755.103076.1928
Yxy55.10300.33910.2774
Hunter Lab74.231432.0759-8.8946
CIE-Lab79.100635.8716-13.5947

#faacde color RGB value is (250,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 11011110
Octal 372 254 336
Decimal 250 172 222
Hex FA AC DE

RGB Percentages of Color #faacde

%38.82
%26.71
%34.47

CMYK Percentages of Color #faacde

%0
%31
%11
%2

Triadic Colors of #faacde

#faacde #defaac #acdefa

Analogous Colors of #faacde

#faacde #faacb7 #efacfa

Monochromatic Colors of #faacde

#faacde

Complementary Color

#faacde #acfac8

#faacde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacde Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacde Color CSS Codes

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

#faacde Text Font Color

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

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


#faacde Background Color

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

This div background color is #faacde


#faacde Border Color

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

This div border color is #faacde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacde


Comments

No comments written yet.

Please login to write comment.