Color Hex Logo

#faaecb Color Hex

#FAAECB
(250,174,203)
0 Favorites   0 Comments

Color spaces of #faaecb

RGB 250174203
HSL0.940.880.83
HSV337°30°98°
CMYK 0.000.300.19   0.02
XYZ65.339954.907963.6544
Yxy54.90790.35530.2986
Hunter Lab74.099927.72330.9377
CIE-Lab78.988231.8506-3.4593

#faaecb color RGB value is (250,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 11001011
Octal 372 256 313
Decimal 250 174 203
Hex FA AE CB

RGB Percentages of Color #faaecb

%39.87
%27.75
%32.38

CMYK Percentages of Color #faaecb

%0
%30
%19
%2

Triadic Colors of #faaecb

#faaecb #cbfaae #aecbfa

Analogous Colors of #faaecb

#faaecb #fab7ae #faaef1

Monochromatic Colors of #faaecb

#faaecb

Complementary Color

#faaecb #aefadd

#faaecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaecb Color CSS Codes

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

#faaecb Text Font Color

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

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


#faaecb Background Color

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

This div background color is #faaecb


#faaecb Border Color

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

This div border color is #faaecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaecb


Comments

No comments written yet.

Please login to write comment.