Color Hex Logo

#faace9 Color Hex

#FAACE9
(250,172,233)
0 Favorites   0 Comments

Color spaces of #faace9

RGB 250172233
HSL0.870.890.83
HSV313°31°98°
CMYK 0.000.310.07   0.02
XYZ68.884855.712284.2137
Yxy55.71220.32990.2668
Hunter Lab74.640634.1142-14.6459
CIE-Lab79.449737.7014-19.0166

#faace9 color RGB value is (250,172,233).

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

The process color (four color CMYK) of #faace9 color hex is 0.00, 0.31, 0.07, 0.02. Web safe color of #faace9 is #ff99ff. Color #faace9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 11101001
Octal 372 254 351
Decimal 250 172 233
Hex FA AC E9

RGB Percentages of Color #faace9

%38.17
%26.26
%35.57

CMYK Percentages of Color #faace9

%0
%31
%7
%2

Triadic Colors of #faace9

#faace9 #e9faac #ace9fa

Analogous Colors of #faace9

#faace9 #faacc2 #e4acfa

Monochromatic Colors of #faace9

#faace9

Complementary Color

#faace9 #acfabd

#faace9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faace9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faace9 Color CSS Codes

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

#faace9 Text Font Color

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

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


#faace9 Background Color

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

This div background color is #faace9


#faace9 Border Color

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

This div border color is #faace9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faace9


Comments

No comments written yet.

Please login to write comment.