Color Hex Logo

#fcffcc Color Hex

#FCFFCC
(252,255,204)
0 Favorites   0 Comments

Color spaces of #fcffcc

RGB 252255204
HSL0.181.000.90
HSV64°20°100°
CMYK 0.010.000.20   0.00
XYZ86.804096.575171.1925
Yxy96.57510.34100.3794
Hunter Lab98.2726-14.308425.8389
CIE-Lab98.6603-9.118924.1015

#fcffcc color RGB value is (252,255,204).

#fcffcc hex color red value is 252, green value is 255 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fcffcc hue: 0.18 , saturation: 1.00 and the lightness value of fcffcc is 0.90.

The process color (four color CMYK) of #fcffcc color hex is 0.01, 0.00, 0.20, 0.00. Web safe color of #fcffcc is #ffffcc. Color #fcffcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 11001100
Octal 374 377 314
Decimal 252 255 204
Hex FC FF CC

RGB Percentages of Color #fcffcc

%35.44
%35.86
%28.69

CMYK Percentages of Color #fcffcc

%1
%0
%20
%0

Triadic Colors of #fcffcc

#fcffcc #ccfcff #ffccfc

Analogous Colors of #fcffcc

#fcffcc #e3ffcc #ffe9cc

Monochromatic Colors of #fcffcc

#fcffcc

Complementary Color

#fcffcc #cfccff

#fcffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcffcc Color CSS Codes

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

#fcffcc Text Font Color

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

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


#fcffcc Background Color

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

This div background color is #fcffcc


#fcffcc Border Color

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

This div border color is #fcffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcffcc

Related Colors


Comments

No comments written yet.

Please login to write comment.