Color Hex Logo

#faacca Color Hex

#FAACCA
(250,172,202)
0 Favorites   0 Comments

Color spaces of #faacca

RGB 250172202
HSL0.940.890.83
HSV337°31°98°
CMYK 0.000.310.19   0.02
XYZ64.837554.093362.9009
Yxy54.09330.35660.2975
Hunter Lab73.548128.65020.7769
CIE-Lab78.516132.7516-3.6107

#faacca color RGB value is (250,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 11001010
Octal 372 254 312
Decimal 250 172 202
Hex FA AC CA

RGB Percentages of Color #faacca

%40.06
%27.56
%32.37

CMYK Percentages of Color #faacca

%0
%31
%19
%2

Triadic Colors of #faacca

#faacca #cafaac #accafa

Analogous Colors of #faacca

#faacca #fab5ac #faacf1

Monochromatic Colors of #faacca

#faacca

Complementary Color

#faacca #acfadc

#faacca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacca Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacca Color CSS Codes

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

#faacca Text Font Color

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

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


#faacca Background Color

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

This div background color is #faacca


#faacca Border Color

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

This div border color is #faacca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacca


Comments

No comments written yet.

Please login to write comment.