Color Hex Logo

#fcadce Color Hex

#FCADCE
(252,173,206)
0 Favorites   0 Comments

Color spaces of #fcadce

RGB 252173206
HSL0.930.930.83
HSV335°31°99°
CMYK 0.000.310.18   0.01
XYZ66.229055.038865.5254
Yxy55.03880.35460.2947
Hunter Lab74.188129.5207-0.4352
CIE-Lab79.063633.5181-4.9519

#fcadce color RGB value is (252,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 11001110
Octal 374 255 316
Decimal 252 173 206
Hex FC AD CE

RGB Percentages of Color #fcadce

%39.94
%27.42
%32.65

CMYK Percentages of Color #fcadce

%0
%31
%18
%1

Triadic Colors of #fcadce

#fcadce #cefcad #adcefc

Analogous Colors of #fcadce

#fcadce #fcb4ad #fcadf6

Monochromatic Colors of #fcadce

#fcadce

Complementary Color

#fcadce #adfcdb

#fcadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcadce Color CSS Codes

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

#fcadce Text Font Color

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

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


#fcadce Background Color

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

This div background color is #fcadce


#fcadce Border Color

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

This div border color is #fcadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcadce

Related Colors


Comments

No comments written yet.

Please login to write comment.