Color Hex Logo

#fcfcce Color Hex

#FCFCCE
(252,252,206)
0 Favorites   0 Comments

Color spaces of #fcfcce

RGB 252252206
HSL0.170.880.90
HSV60°18°99°
CMYK 0.000.000.18   0.01
XYZ86.095994.772572.1477
Yxy94.77250.34030.3746
Hunter Lab97.3512-12.501824.2055
CIE-Lab97.9424-7.347322.0909

#fcfcce color RGB value is (252,252,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 11001110
Octal 374 374 316
Decimal 252 252 206
Hex FC FC CE

RGB Percentages of Color #fcfcce

%35.49
%35.49
%29.01

CMYK Percentages of Color #fcfcce

%0
%0
%18
%1

Triadic Colors of #fcfcce

#fcfcce #cefcfc #fccefc

Analogous Colors of #fcfcce

#fcfcce #e5fcce #fce5ce

Monochromatic Colors of #fcfcce

#fcfcce

Complementary Color

#fcfcce #cecefc

#fcfcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfcce Color CSS Codes

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

#fcfcce Text Font Color

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

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


#fcfcce Background Color

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

This div background color is #fcfcce


#fcfcce Border Color

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

This div border color is #fcfcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfcce

Related Colors


Comments

No comments written yet.

Please login to write comment.