Color Hex Logo

#fcade6 Color Hex

#FCADE6
(252,173,230)
0 Favorites   0 Comments

Color spaces of #fcade6

RGB 252173230
HSL0.880.930.83
HSV317°31°99°
CMYK 0.000.310.09   0.01
XYZ69.371456.295882.0728
Yxy56.29580.33390.2710
Hunter Lab75.030533.7333-12.3335
CIE-Lab79.781937.3248-16.8749

#fcade6 color RGB value is (252,173,230).

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

The process color (four color CMYK) of #fcade6 color hex is 0.00, 0.31, 0.09, 0.01. Web safe color of #fcade6 is #ff99ff. Color #fcade6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 11100110
Octal 374 255 346
Decimal 252 173 230
Hex FC AD E6

RGB Percentages of Color #fcade6

%38.47
%26.41
%35.11

CMYK Percentages of Color #fcade6

%0
%31
%9
%1

Triadic Colors of #fcade6

#fcade6 #e6fcad #ade6fc

Analogous Colors of #fcade6

#fcade6 #fcadbf #ebadfc

Monochromatic Colors of #fcade6

#fcade6

Complementary Color

#fcade6 #adfcc3

#fcade6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcade6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcade6 Color CSS Codes

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

#fcade6 Text Font Color

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

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


#fcade6 Background Color

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

This div background color is #fcade6


#fcade6 Border Color

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

This div border color is #fcade6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcade6


Comments

No comments written yet.

Please login to write comment.