Color Hex Logo

#facca2 Color Hex

#FACCA2
(250,204,162)
0 Favorites   0 Comments

Color spaces of #facca2

RGB 250204162
HSL0.080.900.81
HSV29°35°98°
CMYK 0.000.180.35   0.02
XYZ67.538866.118443.3849
Yxy66.11840.38150.3735
Hunter Lab81.31325.964025.2849
CIE-Lab85.056810.588627.0646

#facca2 color RGB value is (250,204,162).

#facca2 hex color red value is 250, green value is 204 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #facca2 hue: 0.08 , saturation: 0.90 and the lightness value of facca2 is 0.81.

The process color (four color CMYK) of #facca2 color hex is 0.00, 0.18, 0.35, 0.02. Web safe color of #facca2 is #ffcc99. Color #facca2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 10100010
Octal 372 314 242
Decimal 250 204 162
Hex FA CC A2

RGB Percentages of Color #facca2

%40.58
%33.12
%26.30

CMYK Percentages of Color #facca2

%0
%18
%35
%2

Triadic Colors of #facca2

#facca2 #a2facc #cca2fa

Analogous Colors of #facca2

#facca2 #faf8a2 #faa2a4

Monochromatic Colors of #facca2

#facca2

Complementary Color

#facca2 #a2d0fa

#facca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facca2 Color CSS Codes

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

#facca2 Text Font Color

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

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


#facca2 Background Color

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

This div background color is #facca2


#facca2 Border Color

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

This div border color is #facca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facca2

Related Colors


Comments

No comments written yet.

Please login to write comment.