Color Hex Logo

#facaa2 Color Hex

#FACAA2
(250,202,162)
0 Favorites   0 Comments

Color spaces of #facaa2

RGB 250202162
HSL0.080.900.81
HSV27°35°98°
CMYK 0.000.190.35   0.02
XYZ67.066565.173743.2274
Yxy65.17370.38220.3714
Hunter Lab80.73027.010724.7640
CIE-Lab84.573211.630726.4091

#facaa2 color RGB value is (250,202,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 10100010
Octal 372 312 242
Decimal 250 202 162
Hex FA CA A2

RGB Percentages of Color #facaa2

%40.72
%32.90
%26.38

CMYK Percentages of Color #facaa2

%0
%19
%35
%2

Triadic Colors of #facaa2

#facaa2 #a2faca #caa2fa

Analogous Colors of #facaa2

#facaa2 #faf6a2 #faa2a6

Monochromatic Colors of #facaa2

#facaa2

Complementary Color

#facaa2 #a2d2fa

#facaa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facaa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facaa2 Color CSS Codes

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

#facaa2 Text Font Color

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

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


#facaa2 Background Color

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

This div background color is #facaa2


#facaa2 Border Color

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

This div border color is #facaa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facaa2


Comments

No comments written yet.

Please login to write comment.