Color Hex Logo

#fcfccd Color Hex

#FCFCCD
(252,252,205)
1 Favorites   0 Comments

Color spaces of #fcfccd

RGB 252252205
HSL0.170.890.90
HSV60°19°99°
CMYK 0.000.000.19   0.01
XYZ85.974794.724071.5098
Yxy94.72400.34090.3756
Hunter Lab97.3263-12.640124.5655
CIE-Lab97.9230-7.490622.5727

#fcfccd color RGB value is (252,252,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 11001101
Octal 374 374 315
Decimal 252 252 205
Hex FC FC CD

RGB Percentages of Color #fcfccd

%35.54
%35.54
%28.91

CMYK Percentages of Color #fcfccd

%0
%0
%19
%1

Triadic Colors of #fcfccd

#fcfccd #cdfcfc #fccdfc

Analogous Colors of #fcfccd

#fcfccd #e5fccd #fce5cd

Monochromatic Colors of #fcfccd

#fcfccd

Complementary Color

#fcfccd #cdcdfc

#fcfccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfccd Color CSS Codes

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

#fcfccd Text Font Color

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

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


#fcfccd Background Color

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

This div background color is #fcfccd


#fcfccd Border Color

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

This div border color is #fcfccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfccd

Related Colors


Comments

No comments written yet.

Please login to write comment.