Color Hex Logo

#faace0 Color Hex

#FAACE0
(250,172,224)
0 Favorites   0 Comments

Color spaces of #faace0

RGB 250172224
HSL0.890.890.83
HSV320°31°98°
CMYK 0.000.310.10   0.02
XYZ67.631455.210977.6132
Yxy55.21090.33740.2754
Hunter Lab74.304032.4383-9.9177
CIE-Lab79.162636.1984-14.5843

#faace0 color RGB value is (250,172,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 11100000
Octal 372 254 340
Decimal 250 172 224
Hex FA AC E0

RGB Percentages of Color #faace0

%38.70
%26.63
%34.67

CMYK Percentages of Color #faace0

%0
%31
%10
%2

Triadic Colors of #faace0

#faace0 #e0faac #ace0fa

Analogous Colors of #faace0

#faace0 #faacb9 #edacfa

Monochromatic Colors of #faace0

#faace0

Complementary Color

#faace0 #acfac6

#faace0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faace0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faace0 Color CSS Codes

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

#faace0 Text Font Color

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

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


#faace0 Background Color

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

This div background color is #faace0


#faace0 Border Color

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

This div border color is #faace0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faace0


Comments

No comments written yet.

Please login to write comment.