Color Hex Logo

#faaaac Color Hex

#FAAAAC
(250,170,172)
0 Favorites   0 Comments

Color spaces of #faaaac

RGB 250170172
HSL1.000.890.82
HSV359°32°98°
CMYK 0.000.320.31   0.02
XYZ61.245552.052045.8488
Yxy52.05200.38480.3271
Hunter Lab72.147125.270912.8247
CIE-Lab77.311929.659010.9765

#faaaac color RGB value is (250,170,172).

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

The process color (four color CMYK) of #faaaac color hex is 0.00, 0.32, 0.31, 0.02. Web safe color of #faaaac is #ff9999. Color #faaaac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 10101100
Octal 372 252 254
Decimal 250 170 172
Hex FA AA AC

RGB Percentages of Color #faaaac

%42.23
%28.72
%29.05

CMYK Percentages of Color #faaaac

%0
%32
%31
%2

Triadic Colors of #faaaac

#faaaac #acfaaa #aaacfa

Analogous Colors of #faaaac

#faaaac #fad0aa #faaad4

Monochromatic Colors of #faaaac

#faaaac

Complementary Color

#faaaac #aafaf8

#faaaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaaac Color CSS Codes

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

#faaaac Text Font Color

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

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


#faaaac Background Color

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

This div background color is #faaaac


#faaaac Border Color

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

This div border color is #faaaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaaac

Related Colors


Comments

No comments written yet.

Please login to write comment.