Color Hex Logo

#faaacf Color Hex

#FAAACF
(250,170,207)
0 Favorites   0 Comments

Color spaces of #faaacf

RGB 250170207
HSL0.920.890.82
HSV332°32°98°
CMYK 0.000.320.17   0.02
XYZ65.061653.578465.9440
Yxy53.57840.35250.2903
Hunter Lab73.197330.5650-2.1767
CIE-Lab78.215334.5548-6.7734

#faaacf color RGB value is (250,170,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 11001111
Octal 372 252 317
Decimal 250 170 207
Hex FA AA CF

RGB Percentages of Color #faaacf

%39.87
%27.11
%33.01

CMYK Percentages of Color #faaacf

%0
%32
%17
%2

Triadic Colors of #faaacf

#faaacf #cffaaa #aacffa

Analogous Colors of #faaacf

#faaacf #faadaa #faaaf7

Monochromatic Colors of #faaacf

#faaacf

Complementary Color

#faaacf #aafad5

#faaacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaacf Color CSS Codes

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

#faaacf Text Font Color

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

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


#faaacf Background Color

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

This div background color is #faaacf


#faaacf Border Color

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

This div border color is #faaacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaacf


Comments

No comments written yet.

Please login to write comment.