Color Hex Logo

#faaecf Color Hex

#FAAECF
(250,174,207)
0 Favorites   0 Comments

Color spaces of #faaecf

RGB 250174207
HSL0.930.880.83
HSV334°30°98°
CMYK 0.000.300.17   0.02
XYZ65.822955.101166.1978
Yxy55.10110.35180.2945
Hunter Lab74.230128.3806-0.9132
CIE-Lab79.099532.4557-5.4657

#faaecf color RGB value is (250,174,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 11001111
Octal 372 256 317
Decimal 250 174 207
Hex FA AE CF

RGB Percentages of Color #faaecf

%39.62
%27.58
%32.81

CMYK Percentages of Color #faaecf

%0
%30
%17
%2

Triadic Colors of #faaecf

#faaecf #cffaae #aecffa

Analogous Colors of #faaecf

#faaecf #fab3ae #faaef5

Monochromatic Colors of #faaecf

#faaecf

Complementary Color

#faaecf #aefad9

#faaecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaecf Color CSS Codes

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

#faaecf Text Font Color

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

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


#faaecf Background Color

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

This div background color is #faaecf


#faaecf Border Color

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

This div border color is #faaecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaecf


Comments

No comments written yet.

Please login to write comment.