Color Hex Logo

#fcffde Color Hex

#FCFFDE
(252,255,222)
0 Favorites   0 Comments

Color spaces of #fcffde

RGB 252255222
HSL0.181.000.94
HSV65°13°100°
CMYK 0.010.000.13   0.00
XYZ89.089797.489483.2290
Yxy97.48940.33020.3613
Hunter Lab98.7367-11.729519.1379
CIE-Lab99.0210-6.452615.4453

#fcffde color RGB value is (252,255,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 11011110
Octal 374 377 336
Decimal 252 255 222
Hex FC FF DE

RGB Percentages of Color #fcffde

%34.57
%34.98
%30.45

CMYK Percentages of Color #fcffde

%1
%0
%13
%0

Triadic Colors of #fcffde

#fcffde #defcff #ffdefc

Analogous Colors of #fcffde

#fcffde #ecffde #fff2de

Monochromatic Colors of #fcffde

#fcffde

Complementary Color

#fcffde #e1deff

#fcffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcffde Color CSS Codes

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

#fcffde Text Font Color

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

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


#fcffde Background Color

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

This div background color is #fcffde


#fcffde Border Color

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

This div border color is #fcffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcffde

Related Colors


Comments

No comments written yet.

Please login to write comment.