Color Hex Logo

#fcadde Color Hex

#FCADDE
(252,173,222)
0 Favorites   0 Comments

Color spaces of #fcadde

RGB 252173222
HSL0.900.930.83
HSV323°31°99°
CMYK 0.000.310.12   0.01
XYZ68.273355.856576.2902
Yxy55.85650.34070.2787
Hunter Lab74.737232.2717-8.2060
CIE-Lab79.532136.0136-12.9263

#fcadde color RGB value is (252,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 11011110
Octal 374 255 336
Decimal 252 173 222
Hex FC AD DE

RGB Percentages of Color #fcadde

%38.95
%26.74
%34.31

CMYK Percentages of Color #fcadde

%0
%31
%12
%1

Triadic Colors of #fcadde

#fcadde #defcad #addefc

Analogous Colors of #fcadde

#fcadde #fcadb7 #f3adfc

Monochromatic Colors of #fcadde

#fcadde

Complementary Color

#fcadde #adfccb

#fcadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcadde Color CSS Codes

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

#fcadde Text Font Color

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

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


#fcadde Background Color

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

This div background color is #fcadde


#fcadde Border Color

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

This div border color is #fcadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcadde

#fcadde Color Palettes


Comments

No comments written yet.

Please login to write comment.