Color Hex Logo

#fcfac0 Color Hex

#FCFAC0
(252,250,192)
0 Favorites   0 Comments

Color spaces of #fcfac0

RGB 252250192
HSL0.160.910.87
HSV58°24°99°
CMYK 0.000.010.24   0.01
XYZ83.844992.872463.3762
Yxy92.87240.34920.3868
Hunter Lab96.3703-13.348028.4682
CIE-Lab97.1758-8.296428.1426

#fcfac0 color RGB value is (252,250,192).

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

The process color (four color CMYK) of #fcfac0 color hex is 0.00, 0.01, 0.24, 0.01. Web safe color of #fcfac0 is #ffffcc. Color #fcfac0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 11000000
Octal 374 372 300
Decimal 252 250 192
Hex FC FA C0

RGB Percentages of Color #fcfac0

%36.31
%36.02
%27.67

CMYK Percentages of Color #fcfac0

%0
%1
%24
%1

Triadic Colors of #fcfac0

#fcfac0 #c0fcfa #fac0fc

Analogous Colors of #fcfac0

#fcfac0 #e0fcc0 #fcdcc0

Monochromatic Colors of #fcfac0

#fcfac0

Complementary Color

#fcfac0 #c0c2fc

#fcfac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfac0 Color CSS Codes

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

#fcfac0 Text Font Color

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

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


#fcfac0 Background Color

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

This div background color is #fcfac0


#fcfac0 Border Color

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

This div border color is #fcfac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfac0

Related Colors


Comments

No comments written yet.

Please login to write comment.