Color Hex Logo

#fcfacc Color Hex

#FCFACC
(252,250,204)
0 Favorites   0 Comments

Color spaces of #fcfacc

RGB 252250204
HSL0.160.890.89
HSV58°19°99°
CMYK 0.000.010.19   0.01
XYZ85.229693.426370.6677
Yxy93.42630.34180.3747
Hunter Lab96.6573-11.754124.3122
CIE-Lab97.4003-6.638822.3568

#fcfacc color RGB value is (252,250,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 11001100
Octal 374 372 314
Decimal 252 250 204
Hex FC FA CC

RGB Percentages of Color #fcfacc

%35.69
%35.41
%28.90

CMYK Percentages of Color #fcfacc

%0
%1
%19
%1

Triadic Colors of #fcfacc

#fcfacc #ccfcfa #faccfc

Analogous Colors of #fcfacc

#fcfacc #e6fccc #fce2cc

Monochromatic Colors of #fcfacc

#fcfacc

Complementary Color

#fcfacc #cccefc

#fcfacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfacc Color CSS Codes

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

#fcfacc Text Font Color

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

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


#fcfacc Background Color

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

This div background color is #fcfacc


#fcfacc Border Color

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

This div border color is #fcfacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfacc

Related Colors


Comments

No comments written yet.

Please login to write comment.