Color Hex Logo

#faacae Color Hex

#FAACAE
(250,172,174)
0 Favorites   0 Comments

Color spaces of #faacae

RGB 250172174
HSL1.000.890.83
HSV358°31°98°
CMYK 0.000.310.30   0.02
XYZ61.816852.885046.9941
Yxy52.88500.38230.3271
Hunter Lab72.722124.468812.5914
CIE-Lab77.807128.863510.5922

#faacae color RGB value is (250,172,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 10101110
Octal 372 254 256
Decimal 250 172 174
Hex FA AC AE

RGB Percentages of Color #faacae

%41.95
%28.86
%29.19

CMYK Percentages of Color #faacae

%0
%31
%30
%2

Triadic Colors of #faacae

#faacae #aefaac #acaefa

Analogous Colors of #faacae

#faacae #fad1ac #faacd5

Monochromatic Colors of #faacae

#faacae

Complementary Color

#faacae #acfaf8

#faacae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacae Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacae Color CSS Codes

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

#faacae Text Font Color

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

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


#faacae Background Color

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

This div background color is #faacae


#faacae Border Color

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

This div border color is #faacae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacae

Related Colors

#faacae Color Palettes


Comments

No comments written yet.

Please login to write comment.