Color Hex Logo

#fcfade Color Hex

#FCFADE
(252,250,222)
0 Favorites   0 Comments

Color spaces of #fcfade

RGB 252250222
HSL0.160.830.93
HSV56°12°99°
CMYK 0.000.010.12   0.01
XYZ87.515394.340682.7042
Yxy94.34060.33080.3566
Hunter Lab97.1291-9.143717.5057
CIE-Lab97.7691-3.956013.6719

#fcfade color RGB value is (252,250,222).

#fcfade hex color red value is 252, green value is 250 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fcfade hue: 0.16 , saturation: 0.83 and the lightness value of fcfade is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 11011110
Octal 374 372 336
Decimal 252 250 222
Hex FC FA DE

RGB Percentages of Color #fcfade

%34.81
%34.53
%30.66

CMYK Percentages of Color #fcfade

%0
%1
%12
%1

Triadic Colors of #fcfade

#fcfade #defcfa #fadefc

Analogous Colors of #fcfade

#fcfade #effcde #fcebde

Monochromatic Colors of #fcfade

#fcfade

Complementary Color

#fcfade #dee0fc

#fcfade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfade Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfade Color CSS Codes

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

#fcfade Text Font Color

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

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


#fcfade Background Color

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

This div background color is #fcfade


#fcfade Border Color

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

This div border color is #fcfade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfade

Related Colors


Comments

No comments written yet.

Please login to write comment.