Color Hex Logo

#faa8ce Color Hex

#FAA8CE
(250,168,206)
0 Favorites   0 Comments

Color spaces of #faa8ce

RGB 250168206
HSL0.920.890.82
HSV332°33°98°
CMYK 0.000.330.18   0.02
XYZ64.567652.785565.1781
Yxy52.78550.35370.2892
Hunter Lab72.653631.4899-2.3319
CIE-Lab77.748235.4500-6.9211

#faa8ce color RGB value is (250,168,206).

#faa8ce hex color red value is 250, green value is 168 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #faa8ce hue: 0.92 , saturation: 0.89 and the lightness value of faa8ce is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101000 11001110
Octal 372 250 316
Decimal 250 168 206
Hex FA A8 CE

RGB Percentages of Color #faa8ce

%40.06
%26.92
%33.01

CMYK Percentages of Color #faa8ce

%0
%33
%18
%2

Triadic Colors of #faa8ce

#faa8ce #cefaa8 #a8cefa

Analogous Colors of #faa8ce

#faa8ce #faaba8 #faa8f7

Monochromatic Colors of #faa8ce

#faa8ce

Complementary Color

#faa8ce #a8fad4

#faa8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa8ce Color CSS Codes

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

#faa8ce Text Font Color

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

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


#faa8ce Background Color

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

This div background color is #faa8ce


#faa8ce Border Color

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

This div border color is #faa8ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,168,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 #faa8ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa8ce

Related Colors


Comments

No comments written yet.

Please login to write comment.