Color Hex Logo

#fcfdd8 Color Hex

#FCFDD8
(252,253,216)
1 Favorites   0 Comments

Color spaces of #fcfdd8

RGB 252253216
HSL0.170.900.92
HSV62°15°99°
CMYK 0.000.000.15   0.01
XYZ87.664895.903978.8566
Yxy95.90390.33410.3655
Hunter Lab97.9305-11.590020.8093
CIE-Lab98.3940-6.373017.6244

#fcfdd8 color RGB value is (252,253,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111101 11011000
Octal 374 375 330
Decimal 252 253 216
Hex FC FD D8

RGB Percentages of Color #fcfdd8

%34.95
%35.09
%29.96

CMYK Percentages of Color #fcfdd8

%0
%0
%15
%1

Triadic Colors of #fcfdd8

#fcfdd8 #d8fcfd #fdd8fc

Analogous Colors of #fcfdd8

#fcfdd8 #eafdd8 #fdecd8

Monochromatic Colors of #fcfdd8

#fcfdd8

Complementary Color

#fcfdd8 #d9d8fd

#fcfdd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfdd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfdd8 Color CSS Codes

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

#fcfdd8 Text Font Color

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

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


#fcfdd8 Background Color

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

This div background color is #fcfdd8


#fcfdd8 Border Color

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

This div border color is #fcfdd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfdd8

Related Colors


Comments

No comments written yet.

Please login to write comment.