Color Hex Logo

#fcfbcc Color Hex

#FCFBCC
(252,251,204)
0 Favorites   0 Comments

Color spaces of #fcfbcc

RGB 252251204
HSL0.160.890.89
HSV59°19°99°
CMYK 0.000.000.19   0.01
XYZ85.541194.049470.7716
Yxy94.04940.34170.3757
Hunter Lab96.9791-12.266124.6178
CIE-Lab97.6519-7.136422.7056

#fcfbcc color RGB value is (252,251,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 11001100
Octal 374 373 314
Decimal 252 251 204
Hex FC FB CC

RGB Percentages of Color #fcfbcc

%35.64
%35.50
%28.85

CMYK Percentages of Color #fcfbcc

%0
%0
%19
%1

Triadic Colors of #fcfbcc

#fcfbcc #ccfcfb #fbccfc

Analogous Colors of #fcfbcc

#fcfbcc #e5fccc #fce3cc

Monochromatic Colors of #fcfbcc

#fcfbcc

Complementary Color

#fcfbcc #cccdfc

#fcfbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfbcc Color CSS Codes

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

#fcfbcc Text Font Color

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

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


#fcfbcc Background Color

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

This div background color is #fcfbcc


#fcfbcc Border Color

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

This div border color is #fcfbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfbcc

Related Colors

#fcfbcc Color Palettes


Comments

No comments written yet.

Please login to write comment.