Color Hex Logo

#fcfccc Color Hex

#FCFCCC
(252,252,204)
0 Favorites   0 Comments

Color spaces of #fcfccc

RGB 252252204
HSL0.170.890.89
HSV60°19°99°
CMYK 0.000.000.19   0.01
XYZ85.854494.675970.8760
Yxy94.67590.34150.3766
Hunter Lab97.3015-12.777524.9233
CIE-Lab97.9037-7.633123.0546

#fcfccc color RGB value is (252,252,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 11001100
Octal 374 374 314
Decimal 252 252 204
Hex FC FC CC

RGB Percentages of Color #fcfccc

%35.59
%35.59
%28.81

CMYK Percentages of Color #fcfccc

%0
%0
%19
%1

Triadic Colors of #fcfccc

#fcfccc #ccfcfc #fcccfc

Analogous Colors of #fcfccc

#fcfccc #e4fccc #fce4cc

Monochromatic Colors of #fcfccc

#fcfccc

Complementary Color

#fcfccc #ccccfc

#fcfccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfccc Color CSS Codes

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

#fcfccc Text Font Color

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

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


#fcfccc Background Color

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

This div background color is #fcfccc


#fcfccc Border Color

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

This div border color is #fcfccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfccc

Related Colors

#fcfccc Color Palettes


Comments

No comments written yet.

Please login to write comment.