Color Hex Logo

#fcfaa7 Color Hex

#FCFAA7
(252,250,167)
0 Favorites   0 Comments

Color spaces of #fcfaa7

RGB 252250167
HSL0.160.930.82
HSV59°34°99°
CMYK 0.000.010.34   0.01
XYZ81.305591.856750.0041
Yxy91.85670.36430.4116
Hunter Lab95.8419-16.296536.1556
CIE-Lab96.7617-11.402340.1122

#fcfaa7 color RGB value is (252,250,167).

#fcfaa7 hex color red value is 252, green value is 250 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #fcfaa7 hue: 0.16 , saturation: 0.93 and the lightness value of fcfaa7 is 0.82.

The process color (four color CMYK) of #fcfaa7 color hex is 0.00, 0.01, 0.34, 0.01. Web safe color of #fcfaa7 is #ffff99. Color #fcfaa7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 10100111
Octal 374 372 247
Decimal 252 250 167
Hex FC FA A7

RGB Percentages of Color #fcfaa7

%37.67
%37.37
%24.96

CMYK Percentages of Color #fcfaa7

%0
%1
%34
%1

Triadic Colors of #fcfaa7

#fcfaa7 #a7fcfa #faa7fc

Analogous Colors of #fcfaa7

#fcfaa7 #d4fca7 #fcd0a7

Monochromatic Colors of #fcfaa7

#fcfaa7

Complementary Color

#fcfaa7 #a7a9fc

#fcfaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfaa7 Color CSS Codes

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

#fcfaa7 Text Font Color

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

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


#fcfaa7 Background Color

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

This div background color is #fcfaa7


#fcfaa7 Border Color

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

This div border color is #fcfaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfaa7


Comments

No comments written yet.

Please login to write comment.