Color Hex Logo

#faa3ce Color Hex

#FAA3CE
(250,163,206)
0 Favorites   0 Comments

Color spaces of #faa3ce

RGB 250163206
HSL0.920.900.81
HSV330°35°98°
CMYK 0.000.350.18   0.02
XYZ63.662150.974664.8762
Yxy50.97460.35460.2840
Hunter Lab71.396534.2192-3.8978
CIE-Lab76.663638.0604-8.5304

#faa3ce color RGB value is (250,163,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100011 11001110
Octal 372 243 316
Decimal 250 163 206
Hex FA A3 CE

RGB Percentages of Color #faa3ce

%40.39
%26.33
%33.28

CMYK Percentages of Color #faa3ce

%0
%35
%18
%2

Triadic Colors of #faa3ce

#faa3ce #cefaa3 #a3cefa

Analogous Colors of #faa3ce

#faa3ce #faa4a3 #faa3fa

Monochromatic Colors of #faa3ce

#faa3ce

Complementary Color

#faa3ce #a3facf

#faa3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa3ce Color CSS Codes

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

#faa3ce Text Font Color

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

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


#faa3ce Background Color

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

This div background color is #faa3ce


#faa3ce Border Color

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

This div border color is #faa3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa3ce

#faa3ce Color Palettes


Comments

No comments written yet.

Please login to write comment.