Color Hex Logo

#faaec2 Color Hex

#FAAEC2
(250,174,194)
0 Favorites   0 Comments

Color spaces of #faaec2

RGB 250174194
HSL0.960.880.83
HSV344°30°98°
CMYK 0.000.300.22   0.02
XYZ64.298054.491158.1679
Yxy54.49110.36340.3079
Hunter Lab73.818126.29784.9527
CIE-Lab78.747230.53111.0750

#faaec2 color RGB value is (250,174,194).

#faaec2 hex color red value is 250, green value is 174 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #faaec2 hue: 0.96 , saturation: 0.88 and the lightness value of faaec2 is 0.83.

The process color (four color CMYK) of #faaec2 color hex is 0.00, 0.30, 0.22, 0.02. Web safe color of #faaec2 is #ff99cc. Color #faaec2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 11000010
Octal 372 256 302
Decimal 250 174 194
Hex FA AE C2

RGB Percentages of Color #faaec2

%40.45
%28.16
%31.39

CMYK Percentages of Color #faaec2

%0
%30
%22
%2

Triadic Colors of #faaec2

#faaec2 #c2faae #aec2fa

Analogous Colors of #faaec2

#faaec2 #fac0ae #faaee8

Monochromatic Colors of #faaec2

#faaec2

Complementary Color

#faaec2 #aefae6

#faaec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaec2 Color CSS Codes

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

#faaec2 Text Font Color

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

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


#faaec2 Background Color

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

This div background color is #faaec2


#faaec2 Border Color

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

This div border color is #faaec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaec2


Comments

No comments written yet.

Please login to write comment.