Color Hex Logo

#fcffd0 Color Hex

#FCFFD0
(252,255,208)
0 Favorites   0 Comments

Color spaces of #fcffd0

RGB 252255208
HSL0.181.000.91
HSV64°18°100°
CMYK 0.010.000.18   0.00
XYZ87.290196.769573.7522
Yxy96.76950.33860.3753
Hunter Lab98.3715-13.757824.4085
CIE-Lab98.7372-8.546422.1781

#fcffd0 color RGB value is (252,255,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 11010000
Octal 374 377 320
Decimal 252 255 208
Hex FC FF D0

RGB Percentages of Color #fcffd0

%35.24
%35.66
%29.09

CMYK Percentages of Color #fcffd0

%1
%0
%18
%0

Triadic Colors of #fcffd0

#fcffd0 #d0fcff #ffd0fc

Analogous Colors of #fcffd0

#fcffd0 #e5ffd0 #ffebd0

Monochromatic Colors of #fcffd0

#fcffd0

Complementary Color

#fcffd0 #d3d0ff

#fcffd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcffd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcffd0 Color CSS Codes

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

#fcffd0 Text Font Color

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

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


#fcffd0 Background Color

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

This div background color is #fcffd0


#fcffd0 Border Color

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

This div border color is #fcffd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcffd0

Related Colors


Comments

No comments written yet.

Please login to write comment.