Color Hex Logo

#faacaf Color Hex

#FAACAF
(250,172,175)
0 Favorites   0 Comments

Color spaces of #faacaf

RGB 250172175
HSL0.990.890.83
HSV358°31°98°
CMYK 0.000.310.30   0.02
XYZ61.914752.924247.5096
Yxy52.92420.38140.3260
Hunter Lab72.749024.605712.2043
CIE-Lab77.830228.992210.0815

#faacaf color RGB value is (250,172,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 10101111
Octal 372 254 257
Decimal 250 172 175
Hex FA AC AF

RGB Percentages of Color #faacaf

%41.88
%28.81
%29.31

CMYK Percentages of Color #faacaf

%0
%31
%30
%2

Triadic Colors of #faacaf

#faacaf #affaac #acaffa

Analogous Colors of #faacaf

#faacaf #fad0ac #faacd6

Monochromatic Colors of #faacaf

#faacaf

Complementary Color

#faacaf #acfaf7

#faacaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacaf Color CSS Codes

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

#faacaf Text Font Color

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

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


#faacaf Background Color

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

This div background color is #faacaf


#faacaf Border Color

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

This div border color is #faacaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacaf


Comments

No comments written yet.

Please login to write comment.