Color Hex Logo

#facaac Color Hex

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

Color spaces of #facaac

RGB 250202172
HSL0.060.890.83
HSV23°31°98°
CMYK 0.000.190.31   0.02
XYZ67.991365.543648.0974
Yxy65.54360.37430.3609
Hunter Lab80.95908.230321.4474
CIE-Lab84.763112.848821.4117

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

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

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

Base Numbers

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

RGB Percentages of Color #facaac

%40.06
%32.37
%27.56

CMYK Percentages of Color #facaac

%0
%19
%31
%2

Triadic Colors of #facaac

#facaac #acfaca #caacfa

Analogous Colors of #facaac

#facaac #faf1ac #faacb5

Monochromatic Colors of #facaac

#facaac

Complementary Color

#facaac #acdcfa

#facaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#facaac Color CSS Codes

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

#facaac Text Font Color

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

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


#facaac Background Color

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

This div background color is #facaac


#facaac Border Color

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

This div border color is #facaac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,202,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 #facaac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facaac


Comments

No comments written yet.

Please login to write comment.