Color Hex Logo

#faacea Color Hex

#FAACEA
(250,172,234)
0 Favorites   0 Comments

Color spaces of #faacea

RGB 250172234
HSL0.870.890.83
HSV312°31°98°
CMYK 0.000.310.06   0.02
XYZ69.028155.769684.9683
Yxy55.76960.32910.2659
Hunter Lab74.679034.3046-15.1836
CIE-Lab79.482537.8714-19.5068

#faacea color RGB value is (250,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 11101010
Octal 372 254 352
Decimal 250 172 234
Hex FA AC EA

RGB Percentages of Color #faacea

%38.11
%26.22
%35.67

CMYK Percentages of Color #faacea

%0
%31
%6
%2

Triadic Colors of #faacea

#faacea #eafaac #aceafa

Analogous Colors of #faacea

#faacea #faacc3 #e3acfa

Monochromatic Colors of #faacea

#faacea

Complementary Color

#faacea #acfabc

#faacea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacea Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacea Color CSS Codes

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

#faacea Text Font Color

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

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


#faacea Background Color

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

This div background color is #faacea


#faacea Border Color

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

This div border color is #faacea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacea


Comments

No comments written yet.

Please login to write comment.