Color Hex Logo

#faacad Color Hex

#FAACAD
(250,172,173)
0 Favorites   0 Comments

Color spaces of #faacad

RGB 250172173
HSL1.000.890.83
HSV359°31°98°
CMYK 0.000.310.31   0.02
XYZ61.719752.846246.4825
Yxy52.84620.38320.3281
Hunter Lab72.695424.332812.9759
CIE-Lab77.784128.735511.1032

#faacad color RGB value is (250,172,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 10101101
Octal 372 254 255
Decimal 250 172 173
Hex FA AC AD

RGB Percentages of Color #faacad

%42.02
%28.91
%29.08

CMYK Percentages of Color #faacad

%0
%31
%31
%2

Triadic Colors of #faacad

#faacad #adfaac #acadfa

Analogous Colors of #faacad

#faacad #fad2ac #faacd4

Monochromatic Colors of #faacad

#faacad

Complementary Color

#faacad #acfaf9

#faacad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacad Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacad Color CSS Codes

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

#faacad Text Font Color

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

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


#faacad Background Color

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

This div background color is #faacad


#faacad Border Color

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

This div border color is #faacad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacad


Comments

No comments written yet.

Please login to write comment.