Color Hex Logo

#facfa4 Color Hex

#FACFA4
(250,207,164)
0 Favorites   0 Comments

Color spaces of #facfa4

RGB 250207164
HSL0.080.900.81
HSV30°34°98°
CMYK 0.000.170.34   0.02
XYZ68.438067.630044.5688
Yxy67.63000.37890.3744
Hunter Lab82.23754.632125.4339
CIE-Lab85.82119.265527.0557

#facfa4 color RGB value is (250,207,164).

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

The process color (four color CMYK) of #facfa4 color hex is 0.00, 0.17, 0.34, 0.02. Web safe color of #facfa4 is #ffcc99. Color #facfa4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001111 10100100
Octal 372 317 244
Decimal 250 207 164
Hex FA CF A4

RGB Percentages of Color #facfa4

%40.26
%33.33
%26.41

CMYK Percentages of Color #facfa4

%0
%17
%34
%2

Triadic Colors of #facfa4

#facfa4 #a4facf #cfa4fa

Analogous Colors of #facfa4

#facfa4 #fafaa4 #faa4a4

Monochromatic Colors of #facfa4

#facfa4

Complementary Color

#facfa4 #a4cffa

#facfa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facfa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facfa4 Color CSS Codes

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

#facfa4 Text Font Color

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

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


#facfa4 Background Color

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

This div background color is #facfa4


#facfa4 Border Color

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

This div border color is #facfa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facfa4


Comments

No comments written yet.

Please login to write comment.