Color Hex Logo

#faaece Color Hex

#FAAECE
(250,174,206)
0 Favorites   0 Comments

Color spaces of #faaece

RGB 250174206
HSL0.930.880.83
HSV335°30°98°
CMYK 0.000.300.18   0.02
XYZ65.701055.052365.5559
Yxy55.05230.35260.2955
Hunter Lab74.197228.2150-0.4468
CIE-Lab79.071432.3035-4.9647

#faaece color RGB value is (250,174,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 11001110
Octal 372 256 316
Decimal 250 174 206
Hex FA AE CE

RGB Percentages of Color #faaece

%39.68
%27.62
%32.70

CMYK Percentages of Color #faaece

%0
%30
%18
%2

Triadic Colors of #faaece

#faaece #cefaae #aecefa

Analogous Colors of #faaece

#faaece #fab4ae #faaef4

Monochromatic Colors of #faaece

#faaece

Complementary Color

#faaece #aefada

#faaece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaece Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaece Color CSS Codes

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

#faaece Text Font Color

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

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


#faaece Background Color

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

This div background color is #faaece


#faaece Border Color

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

This div border color is #faaece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaece


Comments

No comments written yet.

Please login to write comment.