Color Hex Logo

#faaeca Color Hex

#FAAECA
(250,174,202)
0 Favorites   0 Comments

Color spaces of #faaeca

RGB 250174202
HSL0.940.880.83
HSV338°30°98°
CMYK 0.000.300.19   0.02
XYZ65.221154.860463.0287
Yxy54.86040.35620.2996
Hunter Lab74.067827.56121.3941
CIE-Lab78.960831.7011-2.9568

#faaeca color RGB value is (250,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 11001010
Octal 372 256 312
Decimal 250 174 202
Hex FA AE CA

RGB Percentages of Color #faaeca

%39.94
%27.80
%32.27

CMYK Percentages of Color #faaeca

%0
%30
%19
%2

Triadic Colors of #faaeca

#faaeca #cafaae #aecafa

Analogous Colors of #faaeca

#faaeca #fab8ae #faaef0

Monochromatic Colors of #faaeca

#faaeca

Complementary Color

#faaeca #aefade

#faaeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaeca Color CSS Codes

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

#faaeca Text Font Color

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

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


#faaeca Background Color

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

This div background color is #faaeca


#faaeca Border Color

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

This div border color is #faaeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaeca


Comments

No comments written yet.

Please login to write comment.